#76CD70

Color #76CD70 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #76CD70

Tints of Pastel Green #76CD70

Color information

#76CD70 (or 0x76CD70) is unknown color: approx Pastel Green. HEX triplet: 76, CD and 70. RGB value is (118,205,112). Sum of RGB (Red+Green+Blue) = 118+205+112=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD70 is #89328F. Grayscale: #A8A8A8. Windows color (decimal): -8991376 or 7392630. OLE color: 7392630.

HSL color Cylindrical-coordinate representation of color #76CD70: hue angle of 116.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CD70 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB118205112-
CMYK0.4200.450.20
HSL116.13º48.19%62.16%-
HSV(B)116.13º45.37%80.39%-
XYZ32.2348.6823.03-
YUV168.3896.1892.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=27.13%
G=47.13%
B=25.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051120.4200.450.20116.1348.1962.16
Hex76CD702A02D1474303e
Octal16631516052055241646076
Binary11101101100110111100001010100101101101001110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CD70; }

 p { color: rgb(118,205,112); }

 H1.HeaderClassName
 {
   color: #76CD70;
 }
 .AnyTagClassName
 {
   color: #76CD70;
 }
</style>
background-color css

<style>
 a { background-color: #76CD70; }

 a { background-color: rgb(118,205,112); }

 div.DivClassName
 {
   background-color: #76CD70;
 }
 .BgClassName
 {
   background-color: #76CD70;
 }
</style>
border-color css

<style>
 span { border-color: #76CD70; }

 span { border-color: rgb(118,205,112); }

 td.TdClassName
 {
   border-color: #76CD70;
 }
 .TagClassName
 {
   border-color: #76CD70;
 }
</style>