Shades of Emerald #55DA85
Tints of Emerald #55DA85
RGB
CMYK
RGB Variations
Color information
#55DA85 (or 0x55DA85) is known color: Emerald. HEX triplet: 55, DA and 85. RGB value is (85,218,133). Sum of RGB (Red+Green+Blue) = 85+218+133=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA85 is #AA257A. Grayscale: #A8A8A8. Windows color (decimal): -11150715 or 8772181. OLE color: 8772181.
HSL color Cylindrical-coordinate representation of color #55DA85: hue angle of 141.65º 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 #55DA85 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 133 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.15 |
| HSL | 141.65º | 0.64% | 0.59% | - |
| HSV(B) | 141.65º | 0.61% | 0.85% | - |
| XYZ | 33.05 | 53.77 | 30.83 | - |
| YUV | 168.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 133 | 0.61 | 0 | 0.39 | 0.15 | 141.65 | 0.64 | 0.59 |
| Hex | 55 | DA | 85 | 3D | 0 | 27 | F | 8E | 40 | 3B |
| Octal | 125 | 332 | 205 | 75 | 0 | 47 | 17 | 216 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10000101 | 111101 | 0 | 100111 | 1111 | 10001110 | 1000000 | 111011 |
Color Harmonies of #55DA85
Complementary color
Monochromatic Colors of #55DA85
Black with #55DA85
Text Example
Text Example
White with #55DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA85; }
p { color: rgb(85,218,133); }
H1.HeaderClassName
{
color: #55DA85;
}
.AnyTagClassName
{
color: #55DA85;
}
</style>
background-color css
<style>
a { background-color: #55DA85; }
a { background-color: rgb(85,218,133); }
div.DivClassName
{
background-color: #55DA85;
}
.BgClassName
{
background-color: #55DA85;
}
</style>
border-color css
<style>
span { border-color: #55DA85; }
span { border-color: rgb(85,218,133); }
td.TdClassName
{
border-color: #55DA85;
}
.TagClassName
{
border-color: #55DA85;
}
</style>