#55D081

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

Shades of Emerald #55D081

Tints of Emerald #55D081

Color information

#55D081 (or 0x55D081) is unknown color: approx Emerald. HEX triplet: 55, D0 and 81. RGB value is (85,208,129). Sum of RGB (Red+Green+Blue) = 85+208+129=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #55D081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D081 is #AA2F7E. Grayscale: #A2A2A2. Windows color (decimal): -11153279 or 8507477. OLE color: 8507477.

HSL color Cylindrical-coordinate representation of color #55D081: hue angle of 141.46º 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 #55D081 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB85208129-
CMYK0.5900.380.18
HSL141.46º56.68%57.45%-
HSV(B)141.46º59.13%81.57%-
XYZ30.2648.6328.56-
YUV162.22109.2572.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=20.14%
G=49.29%
B=30.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081290.5900.380.18141.4656.6857.45
Hex55D0813B026128d3939
Octal12532020173046222157171
Binary1010101110100001000000111101101001101001010001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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