Shades of Emerald #55D070
Tints of Emerald #55D070
RGB
CMYK
RGB Variations
Color information
#55D070 (or 0x55D070) is known color: Emerald. HEX triplet: 55, D0 and 70. RGB value is (85,208,112). Sum of RGB (Red+Green+Blue) = 85+208+112=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #55D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D070 is #AA2F8F. Grayscale: #A0A0A0. Windows color (decimal): -11153296 or 7393365. OLE color: 7393365.
HSL color Cylindrical-coordinate representation of color #55D070: hue angle of 133.17º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D070 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 112 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.18 |
| HSL | 133.17º | 0.57% | 0.57% | - |
| HSV(B) | 133.17º | 0.59% | 0.82% | - |
| XYZ | 29.23 | 48.21 | 23.09 | - |
| YUV | 160.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 112 | 0.59 | 0 | 0.46 | 0.18 | 133.17 | 0.57 | 0.57 |
| Hex | 55 | D0 | 70 | 3B | 0 | 2E | 12 | 85 | 39 | 39 |
| Octal | 125 | 320 | 160 | 73 | 0 | 56 | 22 | 205 | 71 | 71 |
| Binary | 1010101 | 11010000 | 1110000 | 111011 | 0 | 101110 | 10010 | 10000101 | 111001 | 111001 |
Color Harmonies of #55D070
Complementary color
Monochromatic Colors of #55D070
Black with #55D070
Text Example
Text Example
White with #55D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D070; }
p { color: rgb(85,208,112); }
H1.HeaderClassName
{
color: #55D070;
}
.AnyTagClassName
{
color: #55D070;
}
</style>
background-color css
<style>
a { background-color: #55D070; }
a { background-color: rgb(85,208,112); }
div.DivClassName
{
background-color: #55D070;
}
.BgClassName
{
background-color: #55D070;
}
</style>
border-color css
<style>
span { border-color: #55D070; }
span { border-color: rgb(85,208,112); }
td.TdClassName
{
border-color: #55D070;
}
.TagClassName
{
border-color: #55D070;
}
</style>