Shades of Emerald #55D98D
Tints of Emerald #55D98D
RGB
CMYK
RGB Variations
Color information
#55D98D (or 0x55D98D) is known color: Emerald. HEX triplet: 55, D9 and 8D. RGB value is (85,217,141). Sum of RGB (Red+Green+Blue) = 85+217+141=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #55D98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D98D is #AA2672. Grayscale: #A9A9A9. Windows color (decimal): -11150963 or 9296213. OLE color: 9296213.
HSL color Cylindrical-coordinate representation of color #55D98D: hue angle of 145.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D98D is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 141 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.15 |
| HSL | 145.45º | 0.63% | 0.59% | - |
| HSV(B) | 145.45º | 0.61% | 0.85% | - |
| XYZ | 33.37 | 53.48 | 33.76 | - |
| YUV | 168.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 141 | 0.61 | 0 | 0.35 | 0.15 | 145.45 | 0.63 | 0.59 |
| Hex | 55 | D9 | 8D | 3D | 0 | 23 | F | 91 | 3F | 3B |
| Octal | 125 | 331 | 215 | 75 | 0 | 43 | 17 | 221 | 77 | 73 |
| Binary | 1010101 | 11011001 | 10001101 | 111101 | 0 | 100011 | 1111 | 10010001 | 111111 | 111011 |
Color Harmonies of #55D98D
Complementary color
Monochromatic Colors of #55D98D
Black with #55D98D
Text Example
Text Example
White with #55D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D98D; }
p { color: rgb(85,217,141); }
H1.HeaderClassName
{
color: #55D98D;
}
.AnyTagClassName
{
color: #55D98D;
}
</style>
background-color css
<style>
a { background-color: #55D98D; }
a { background-color: rgb(85,217,141); }
div.DivClassName
{
background-color: #55D98D;
}
.BgClassName
{
background-color: #55D98D;
}
</style>
border-color css
<style>
span { border-color: #55D98D; }
span { border-color: rgb(85,217,141); }
td.TdClassName
{
border-color: #55D98D;
}
.TagClassName
{
border-color: #55D98D;
}
</style>