#55D981

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

Shades of Emerald #55D981

Tints of Emerald #55D981

Color information

#55D981 (or 0x55D981) is unknown color: approx Emerald. HEX triplet: 55, D9 and 81. RGB value is (85,217,129). Sum of RGB (Red+Green+Blue) = 85+217+129=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #55D981 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D981 is #AA267E. Grayscale: #A7A7A7. Windows color (decimal): -11150975 or 8509781. OLE color: 8509781.

HSL color Cylindrical-coordinate representation of color #55D981: hue angle of 140º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D981 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB85217129-
CMYK0.6100.410.15
HSL140º63.46%59.22%-
HSV(B)140º60.83%85.1%-
XYZ32.5253.1429.31-
YUV167.5106.2769.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 217 (85.16% from 255) = 50.35%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=19.72%
G=50.35%
B=29.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852171290.6100.410.1514063.4659.22
Hex55D9813D029F8c3f3b
Octal12533120175051172147773
Binary101010111011001100000011111010101001111110001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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