Shades of Emerald #55BD70
Tints of Emerald #55BD70
RGB
CMYK
RGB Variations
Color information
#55BD70 (or 0x55BD70) is known color: Emerald. HEX triplet: 55, BD and 70. RGB value is (85,189,112). Sum of RGB (Red+Green+Blue) = 85+189+112=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD70 is #AA428F. Grayscale: #959595. Windows color (decimal): -11158160 or 7388501. OLE color: 7388501.
HSL color Cylindrical-coordinate representation of color #55BD70: hue angle of 135.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD70 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 112 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.26 |
| HSL | 135.58º | 0.44% | 0.54% | - |
| HSV(B) | 135.58º | 0.55% | 0.74% | - |
| XYZ | 24.87 | 39.5 | 21.64 | - |
| YUV | 149.13 | 107.04 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 112 | 0.55 | 0 | 0.41 | 0.26 | 135.58 | 0.44 | 0.54 |
| Hex | 55 | BD | 70 | 37 | 0 | 29 | 1A | 88 | 2C | 36 |
| Octal | 125 | 275 | 160 | 67 | 0 | 51 | 32 | 210 | 54 | 66 |
| Binary | 1010101 | 10111101 | 1110000 | 110111 | 0 | 101001 | 11010 | 10001000 | 101100 | 110110 |
Color Harmonies of #55BD70
Complementary color
Monochromatic Colors of #55BD70
Black with #55BD70
Text Example
Text Example
White with #55BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD70; }
p { color: rgb(85,189,112); }
H1.HeaderClassName
{
color: #55BD70;
}
.AnyTagClassName
{
color: #55BD70;
}
</style>
background-color css
<style>
a { background-color: #55BD70; }
a { background-color: rgb(85,189,112); }
div.DivClassName
{
background-color: #55BD70;
}
.BgClassName
{
background-color: #55BD70;
}
</style>
border-color css
<style>
span { border-color: #55BD70; }
span { border-color: rgb(85,189,112); }
td.TdClassName
{
border-color: #55BD70;
}
.TagClassName
{
border-color: #55BD70;
}
</style>