#66C780

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

Shades of Emerald #66C780

Tints of Emerald #66C780

Color information

#66C780 (or 0x66C780) is unknown color: approx Emerald. HEX triplet: 66, C7 and 80. RGB value is (102,199,128). Sum of RGB (Red+Green+Blue) = 102+199+128=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #66C780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C780 is #99387F. Grayscale: #A2A2A2. Windows color (decimal): -10041472 or 8439654. OLE color: 8439654.

HSL color Cylindrical-coordinate representation of color #66C780: hue angle of 136.08º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C780 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB102199128-
CMYK0.4900.360.22
HSL136.08º46.41%59.02%-
HSV(B)136.08º48.74%78.04%-
XYZ29.845.2327.58-
YUV161.9108.8685.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=23.78%
G=46.39%
B=29.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021991280.4900.360.22136.0846.4159.02
Hex66C7803102416882e3b
Octal14630720061044262105673
Binary1100110110001111000000011000101001001011010001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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