#66DE76

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

Shades of Pastel Green #66DE76

Tints of Pastel Green #66DE76

Color information

#66DE76 (or 0x66DE76) is unknown color: approx Pastel Green. HEX triplet: 66, DE and 76. RGB value is (102,222,118). Sum of RGB (Red+Green+Blue) = 102+222+118=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE76 is #992189. Grayscale: #AEAEAE. Windows color (decimal): -10035594 or 7790182. OLE color: 7790182.

HSL color Cylindrical-coordinate representation of color #66DE76: hue angle of 128º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DE76 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB102222118-
CMYK0.5400.470.13
HSL128º64.52%63.53%-
HSV(B)128º54.05%87.06%-
XYZ34.8756.3826.18-
YUV174.2696.2476.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 222 (87.11% from 255) = 50.23%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=23.08%
G=50.23%
B=26.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022221180.5400.470.1312864.5263.53
Hex66DE763602FD804140
Octal1463361666605715200101100
Binary1100110110111101110110110110010111111011000000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66DE76; }

 p { color: rgb(102,222,118); }

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

<style>
 a { background-color: #66DE76; }

 a { background-color: rgb(102,222,118); }

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

<style>
 span { border-color: #66DE76; }

 span { border-color: rgb(102,222,118); }

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