Shades of Emerald #55D586
Tints of Emerald #55D586
RGB
CMYK
RGB Variations
Color information
#55D586 (or 0x55D586) is known color: Emerald. HEX triplet: 55, D5 and 86. RGB value is (85,213,134). Sum of RGB (Red+Green+Blue) = 85+213+134=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #55D586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D586 is #AA2A79. Grayscale: #A5A5A5. Windows color (decimal): -11151994 or 8836437. OLE color: 8836437.
HSL color Cylindrical-coordinate representation of color #55D586: hue angle of 142.97º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D586 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 134 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.16 |
| HSL | 142.97º | 0.6% | 0.58% | - |
| HSV(B) | 142.97º | 0.6% | 0.84% | - |
| XYZ | 31.84 | 51.24 | 30.77 | - |
| YUV | 165.72 | 110.09 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 134 | 0.60 | 0 | 0.37 | 0.16 | 142.97 | 0.6 | 0.58 |
| Hex | 55 | D5 | 86 | 3C | 0 | 25 | 10 | 8F | 3C | 3A |
| Octal | 125 | 325 | 206 | 74 | 0 | 45 | 20 | 217 | 74 | 72 |
| Binary | 1010101 | 11010101 | 10000110 | 111100 | 0 | 100101 | 10000 | 10001111 | 111100 | 111010 |
Color Harmonies of #55D586
Complementary color
Monochromatic Colors of #55D586
Black with #55D586
Text Example
Text Example
White with #55D586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D586; }
p { color: rgb(85,213,134); }
H1.HeaderClassName
{
color: #55D586;
}
.AnyTagClassName
{
color: #55D586;
}
</style>
background-color css
<style>
a { background-color: #55D586; }
a { background-color: rgb(85,213,134); }
div.DivClassName
{
background-color: #55D586;
}
.BgClassName
{
background-color: #55D586;
}
</style>
border-color css
<style>
span { border-color: #55D586; }
span { border-color: rgb(85,213,134); }
td.TdClassName
{
border-color: #55D586;
}
.TagClassName
{
border-color: #55D586;
}
</style>