Shades of Emerald #55D883
Tints of Emerald #55D883
RGB
CMYK
RGB Variations
Color information
#55D883 (or 0x55D883) is known color: Emerald. HEX triplet: 55, D8 and 83. RGB value is (85,216,131). Sum of RGB (Red+Green+Blue) = 85+216+131=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #55D883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D883 is #AA277C. Grayscale: #A7A7A7. Windows color (decimal): -11151229 or 8640597. OLE color: 8640597.
HSL color Cylindrical-coordinate representation of color #55D883: hue angle of 141.07º 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 #55D883 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 131 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.15 |
| HSL | 141.07º | 0.63% | 0.59% | - |
| HSV(B) | 141.07º | 0.61% | 0.85% | - |
| XYZ | 32.4 | 52.68 | 29.93 | - |
| YUV | 167.14 | 107.6 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 131 | 0.61 | 0 | 0.39 | 0.15 | 141.07 | 0.63 | 0.59 |
| Hex | 55 | D8 | 83 | 3D | 0 | 27 | F | 8D | 3F | 3B |
| Octal | 125 | 330 | 203 | 75 | 0 | 47 | 17 | 215 | 77 | 73 |
| Binary | 1010101 | 11011000 | 10000011 | 111101 | 0 | 100111 | 1111 | 10001101 | 111111 | 111011 |
Color Harmonies of #55D883
Complementary color
Monochromatic Colors of #55D883
Black with #55D883
Text Example
Text Example
White with #55D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D883; }
p { color: rgb(85,216,131); }
H1.HeaderClassName
{
color: #55D883;
}
.AnyTagClassName
{
color: #55D883;
}
</style>
background-color css
<style>
a { background-color: #55D883; }
a { background-color: rgb(85,216,131); }
div.DivClassName
{
background-color: #55D883;
}
.BgClassName
{
background-color: #55D883;
}
</style>
border-color css
<style>
span { border-color: #55D883; }
span { border-color: rgb(85,216,131); }
td.TdClassName
{
border-color: #55D883;
}
.TagClassName
{
border-color: #55D883;
}
</style>