Shades of Emerald #55DA89
Tints of Emerald #55DA89
RGB
CMYK
RGB Variations
Color information
#55DA89 (or 0x55DA89) is known color: Emerald. HEX triplet: 55, DA and 89. RGB value is (85,218,137). Sum of RGB (Red+Green+Blue) = 85+218+137=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA89 is #AA2576. Grayscale: #A9A9A9. Windows color (decimal): -11150711 or 9034325. OLE color: 9034325.
HSL color Cylindrical-coordinate representation of color #55DA89: hue angle of 143.46º degrees, saturation: 0.64, 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 #55DA89 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 137 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.15 |
| HSL | 143.46º | 0.64% | 0.59% | - |
| HSV(B) | 143.46º | 0.61% | 0.85% | - |
| XYZ | 33.33 | 53.88 | 32.31 | - |
| YUV | 169 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 137 | 0.61 | 0 | 0.37 | 0.15 | 143.46 | 0.64 | 0.59 |
| Hex | 55 | DA | 89 | 3D | 0 | 25 | F | 8F | 40 | 3B |
| Octal | 125 | 332 | 211 | 75 | 0 | 45 | 17 | 217 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10001001 | 111101 | 0 | 100101 | 1111 | 10001111 | 1000000 | 111011 |
Color Harmonies of #55DA89
Complementary color
Monochromatic Colors of #55DA89
Black with #55DA89
Text Example
Text Example
White with #55DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA89; }
p { color: rgb(85,218,137); }
H1.HeaderClassName
{
color: #55DA89;
}
.AnyTagClassName
{
color: #55DA89;
}
</style>
background-color css
<style>
a { background-color: #55DA89; }
a { background-color: rgb(85,218,137); }
div.DivClassName
{
background-color: #55DA89;
}
.BgClassName
{
background-color: #55DA89;
}
</style>
border-color css
<style>
span { border-color: #55DA89; }
span { border-color: rgb(85,218,137); }
td.TdClassName
{
border-color: #55DA89;
}
.TagClassName
{
border-color: #55DA89;
}
</style>