#55B870

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

Shades of Emerald #55B870

Tints of Emerald #55B870

Color information

#55B870 (or 0x55B870) is unknown color: approx Emerald. HEX triplet: 55, B8 and 70. RGB value is (85,184,112). Sum of RGB (Red+Green+Blue) = 85+184+112=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #55B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B870 is #AA478F. Grayscale: #929292. Windows color (decimal): -11159440 or 7387221. OLE color: 7387221.

HSL color Cylindrical-coordinate representation of color #55B870: hue angle of 136.36º 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 #55B870 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB85184112-
CMYK0.5400.390.28
HSL136.36º41.08%52.75%-
HSV(B)136.36º53.8%72.16%-
XYZ23.8137.3821.29-
YUV146.19108.784.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=22.31%
G=48.29%
B=29.40%

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
Decimal851841120.5400.390.28136.3641.0852.75
Hex55B870360271C882935
Octal12527016066047342105165
Binary101010110111000111000011011001001111110010001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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