#55D877

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

Shades of Emerald #55D877

Tints of Emerald #55D877

Color information

#55D877 (or 0x55D877) is unknown color: approx Emerald. HEX triplet: 55, D8 and 77. RGB value is (85,216,119). Sum of RGB (Red+Green+Blue) = 85+216+119=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #55D877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D877 is #AA2788. Grayscale: #A6A6A6. Windows color (decimal): -11151241 or 7854165. OLE color: 7854165.

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

Color convert

RGB85216119-
CMYK0.6100.450.15
HSL135.57º62.68%59.02%-
HSV(B)135.57º60.65%84.71%-
XYZ31.6352.3725.89-
YUV165.77101.670.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 216 (84.77% from 255) = 51.43%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=20.24%
G=51.43%
B=28.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161190.6100.450.15135.5762.6859.02
Hex55D8773D02DF883f3b
Octal12533016775055172107773
Binary10101011101100011101111111010101101111110001000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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