#55D880

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

Shades of Emerald #55D880

Tints of Emerald #55D880

Color information

#55D880 (or 0x55D880) is unknown color: approx Emerald. HEX triplet: 55, D8 and 80. RGB value is (85,216,128). Sum of RGB (Red+Green+Blue) = 85+216+128=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #55D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D880 is #AA277F. Grayscale: #A7A7A7. Windows color (decimal): -11151232 or 8443989. OLE color: 8443989.

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

Color convert

RGB85216128-
CMYK0.6100.410.15
HSL139.69º62.68%59.02%-
HSV(B)139.69º60.65%84.71%-
XYZ32.252.628.88-
YUV166.8106.169.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 216 (84.77% from 255) = 50.35%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=19.81%
G=50.35%
B=29.84%

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
Decimal852161280.6100.410.15139.6962.6859.02
Hex55D8803D029F8c3f3b
Octal12533020075051172147773
Binary101010111011000100000001111010101001111110001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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