#66D07F

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

Shades of Emerald #66D07F

Tints of Emerald #66D07F

Color information

#66D07F (or 0x66D07F) is unknown color: approx Emerald. HEX triplet: 66, D0 and 7F. RGB value is (102,208,127). Sum of RGB (Red+Green+Blue) = 102+208+127=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #66D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D07F is #992F80. Grayscale: #A7A7A7. Windows color (decimal): -10039169 or 8376422. OLE color: 8376422.

HSL color Cylindrical-coordinate representation of color #66D07F: hue angle of 134.15º degrees, saturation: 0.53, 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 #66D07F is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB102208127-
CMYK0.5100.390.18
HSL134.15º53%60.78%-
HSV(B)134.15º50.96%81.57%-
XYZ31.8749.4727.95-
YUV167.07105.3881.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 127 (50% from 255) = 29.06%
R=23.34%
G=47.60%
B=29.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1022081270.5100.390.18134.155360.78
Hex66D07F330271286353d
Octal14632017763047222066575
Binary110011011010000111111111001101001111001010000110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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