#55D980

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

Shades of Emerald #55D980

Tints of Emerald #55D980

Color information

#55D980 (or 0x55D980) is unknown color: approx Emerald. HEX triplet: 55, D9 and 80. RGB value is (85,217,128). Sum of RGB (Red+Green+Blue) = 85+217+128=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #55D980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D980 is #AA267F. Grayscale: #A7A7A7. Windows color (decimal): -11150976 or 8444245. OLE color: 8444245.

HSL color Cylindrical-coordinate representation of color #55D980: hue angle of 139.55º 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 #55D980 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB85217128-
CMYK0.6100.410.15
HSL139.55º63.46%59.22%-
HSV(B)139.55º60.83%85.1%-
XYZ32.4653.1228.96-
YUV167.39105.7769.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 217 (85.16% from 255) = 50.47%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=19.77%
G=50.47%
B=29.77%

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
Decimal852171280.6100.410.15139.5563.4659.22
Hex55D9803D029F8c3f3b
Octal12533120075051172147773
Binary101010111011001100000001111010101001111110001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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