#55D06A

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

Shades of Emerald #55D06A

Tints of Emerald #55D06A

Color information

#55D06A (or 0x55D06A) is unknown color: approx Emerald. HEX triplet: 55, D0 and 6A. RGB value is (85,208,106). Sum of RGB (Red+Green+Blue) = 85+208+106=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #55D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D06A is #AA2F95. Grayscale: #9F9F9F. Windows color (decimal): -11153302 or 7000149. OLE color: 7000149.

HSL color Cylindrical-coordinate representation of color #55D06A: hue angle of 130.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D06A is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB85208106-
CMYK0.5900.490.18
HSL130.24º56.68%57.45%-
HSV(B)130.24º59.13%81.57%-
XYZ28.948.0821.39-
YUV159.697.7574.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=21.30%
G=52.13%
B=26.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081060.5900.490.18130.2456.6857.45
Hex55D06A3B03112823939
Octal12532015273061222027171
Binary101010111010000110101011101101100011001010000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D06A; }

 p { color: rgb(85,208,106); }

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

<style>
 a { background-color: #55D06A; }

 a { background-color: rgb(85,208,106); }

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

<style>
 span { border-color: #55D06A; }

 span { border-color: rgb(85,208,106); }

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