#66D37F

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

Shades of Emerald #66D37F

Tints of Emerald #66D37F

Color information

#66D37F (or 0x66D37F) is unknown color: approx Emerald. HEX triplet: 66, D3 and 7F. RGB value is (102,211,127). Sum of RGB (Red+Green+Blue) = 102+211+127=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #66D37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D37F is #992C80. Grayscale: #A9A9A9. Windows color (decimal): -10038401 or 8377190. OLE color: 8377190.

HSL color Cylindrical-coordinate representation of color #66D37F: hue angle of 133.76º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D37F is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB102211127-
CMYK0.5200.400.17
HSL133.76º55.33%61.37%-
HSV(B)133.76º51.66%82.75%-
XYZ32.650.9528.19-
YUV168.83104.3980.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 127 (50% from 255) = 28.86%
R=23.18%
G=47.95%
B=28.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022111270.5200.400.17133.7655.3361.37
Hex66D37F340281186373d
Octal14632317764050212066775
Binary110011011010011111111111010001010001000110000110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,127); }

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

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

 a { background-color: rgb(102,211,127); }

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

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

 span { border-color: rgb(102,211,127); }

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