#66D872

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

Shades of Pastel Green #66D872

Tints of Pastel Green #66D872

Color information

#66D872 (or 0x66D872) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 72. RGB value is (102,216,114). Sum of RGB (Red+Green+Blue) = 102+216+114=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #66D872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D872 is #99278D. Grayscale: #AAAAAA. Windows color (decimal): -10037134 or 7526502. OLE color: 7526502.

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

Color convert

RGB102216114-
CMYK0.5300.470.15
HSL126.32º59.38%62.35%-
HSV(B)126.32º52.78%84.71%-
XYZ33.0753.1524.44-
YUV170.2996.2379.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.61%
GREEN value IS 216 (84.77% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=23.61%
G=50%
B=26.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161140.5300.470.15126.3259.3862.35
Hex66D8723502FF7e3b3e
Octal14633016265057171767376
Binary1100110110110001110010110101010111111111111110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,114); }

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

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

 a { background-color: rgb(102,216,114); }

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

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

 span { border-color: rgb(102,216,114); }

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