#66CF80

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

Shades of Emerald #66CF80

Tints of Emerald #66CF80

Color information

#66CF80 (or 0x66CF80) is unknown color: approx Emerald. HEX triplet: 66, CF and 80. RGB value is (102,207,128). Sum of RGB (Red+Green+Blue) = 102+207+128=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF80 is #99307F. Grayscale: #A6A6A6. Windows color (decimal): -10039424 or 8441702. OLE color: 8441702.

HSL color Cylindrical-coordinate representation of color #66CF80: hue angle of 134.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF80 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB102207128-
CMYK0.5100.380.19
HSL134.86º52.24%60.59%-
HSV(B)134.86º50.72%81.18%-
XYZ31.6949.0128.21-
YUV166.6106.2181.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 207 (81.25% from 255) = 47.37%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=23.34%
G=47.37%
B=29.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1022071280.5100.380.19134.8652.2460.59
Hex66CF80330261387343d
Octal14631720063046232076475
Binary1100110110011111000000011001101001101001110000111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,207,128); }

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

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

 a { background-color: rgb(102,207,128); }

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

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

 span { border-color: rgb(102,207,128); }

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