#66D976

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

Shades of Pastel Green #66D976

Tints of Pastel Green #66D976

Color information

#66D976 (or 0x66D976) is unknown color: approx Pastel Green. HEX triplet: 66, D9 and 76. RGB value is (102,217,118). Sum of RGB (Red+Green+Blue) = 102+217+118=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #66D976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D976 is #992689. Grayscale: #ABABAB. Windows color (decimal): -10036874 or 7788902. OLE color: 7788902.

HSL color Cylindrical-coordinate representation of color #66D976: hue angle of 128.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D976 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB102217118-
CMYK0.5300.460.15
HSL128.35º60.21%62.55%-
HSV(B)128.35º53%85.1%-
XYZ33.5653.7625.75-
YUV171.3397.978.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 217 (85.16% from 255) = 49.66%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=23.34%
G=49.66%
B=27.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171180.5300.460.15128.3560.2162.55
Hex66D9763502EF803c3f
Octal14633116665056172007477
Binary11001101101100111101101101010101110111110000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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