Shades of Emerald #55D985
Tints of Emerald #55D985
RGB
CMYK
RGB Variations
Color information
#55D985 (or 0x55D985) is known color: Emerald. HEX triplet: 55, D9 and 85. RGB value is (85,217,133). Sum of RGB (Red+Green+Blue) = 85+217+133=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #55D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D985 is #AA267A. Grayscale: #A8A8A8. Windows color (decimal): -11150971 or 8771925. OLE color: 8771925.
HSL color Cylindrical-coordinate representation of color #55D985: hue angle of 141.82º 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 #55D985 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 133 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.15 |
| HSL | 141.82º | 0.63% | 0.59% | - |
| HSV(B) | 141.82º | 0.61% | 0.85% | - |
| XYZ | 32.79 | 53.25 | 30.74 | - |
| YUV | 167.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 133 | 0.61 | 0 | 0.39 | 0.15 | 141.82 | 0.63 | 0.59 |
| Hex | 55 | D9 | 85 | 3D | 0 | 27 | F | 8E | 3F | 3B |
| Octal | 125 | 331 | 205 | 75 | 0 | 47 | 17 | 216 | 77 | 73 |
| Binary | 1010101 | 11011001 | 10000101 | 111101 | 0 | 100111 | 1111 | 10001110 | 111111 | 111011 |
Color Harmonies of #55D985
Complementary color
Monochromatic Colors of #55D985
Black with #55D985
Text Example
Text Example
White with #55D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D985; }
p { color: rgb(85,217,133); }
H1.HeaderClassName
{
color: #55D985;
}
.AnyTagClassName
{
color: #55D985;
}
</style>
background-color css
<style>
a { background-color: #55D985; }
a { background-color: rgb(85,217,133); }
div.DivClassName
{
background-color: #55D985;
}
.BgClassName
{
background-color: #55D985;
}
</style>
border-color css
<style>
span { border-color: #55D985; }
span { border-color: rgb(85,217,133); }
td.TdClassName
{
border-color: #55D985;
}
.TagClassName
{
border-color: #55D985;
}
</style>