#55B871

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

Shades of Emerald #55B871

Tints of Emerald #55B871

Color information

#55B871 (or 0x55B871) is unknown color: approx Emerald. HEX triplet: 55, B8 and 71. RGB value is (85,184,113). Sum of RGB (Red+Green+Blue) = 85+184+113=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #55B871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B871 is #AA478E. Grayscale: #929292. Windows color (decimal): -11159439 or 7452757. OLE color: 7452757.

HSL color Cylindrical-coordinate representation of color #55B871: hue angle of 136.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B871 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB85184113-
CMYK0.5400.390.28
HSL136.97º41.08%52.75%-
HSV(B)136.97º53.8%72.16%-
XYZ23.8737.421.58-
YUV146.3109.284.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 184 (72.27% from 255) = 48.17%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=22.25%
G=48.17%
B=29.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851841130.5400.390.28136.9741.0852.75
Hex55B871360271C892935
Octal12527016166047342115165
Binary101010110111000111000111011001001111110010001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,113); }

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

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

 a { background-color: rgb(85,184,113); }

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

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

 span { border-color: rgb(85,184,113); }

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