#55D878

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

Shades of Emerald #55D878

Tints of Emerald #55D878

Color information

#55D878 (or 0x55D878) is unknown color: approx Emerald. HEX triplet: 55, D8 and 78. RGB value is (85,216,120). Sum of RGB (Red+Green+Blue) = 85+216+120=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #55D878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D878 is #AA2787. Grayscale: #A6A6A6. Windows color (decimal): -11151240 or 7919701. OLE color: 7919701.

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

Color convert

RGB85216120-
CMYK0.6100.440.15
HSL136.03º62.68%59.02%-
HSV(B)136.03º60.65%84.71%-
XYZ31.6952.426.21-
YUV165.89102.170.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 216 (84.77% from 255) = 51.31%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=20.19%
G=51.31%
B=28.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161200.6100.440.15136.0362.6859.02
Hex55D8783D02CF883f3b
Octal12533017075054172107773
Binary10101011101100011110001111010101100111110001000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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