#66D26F

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

Shades of Pastel Green #66D26F

Tints of Pastel Green #66D26F

Color information

#66D26F (or 0x66D26F) is unknown color: approx Pastel Green. HEX triplet: 66, D2 and 6F. RGB value is (102,210,111). Sum of RGB (Red+Green+Blue) = 102+210+111=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #66D26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D26F is #992D90. Grayscale: #A6A6A6. Windows color (decimal): -10038673 or 7328358. OLE color: 7328358.

HSL color Cylindrical-coordinate representation of color #66D26F: hue angle of 125º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D26F is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB102210111-
CMYK0.5100.470.18
HSL125º54.55%61.18%-
HSV(B)125º51.43%82.35%-
XYZ31.450.0723.05-
YUV166.4296.7282.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 210 (82.42% from 255) = 49.65%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=24.11%
G=49.65%
B=26.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022101110.5100.470.1812554.5561.18
Hex66D26F3302F127d373d
Octal14632215763057221756775
Binary11001101101001011011111100110101111100101111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,210,111); }

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

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

 a { background-color: rgb(102,210,111); }

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

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

 span { border-color: rgb(102,210,111); }

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