Shades of Emerald #55DB83
Tints of Emerald #55DB83
RGB
CMYK
RGB Variations
Color information
#55DB83 (or 0x55DB83) is known color: Emerald. HEX triplet: 55, DB and 83. RGB value is (85,219,131). Sum of RGB (Red+Green+Blue) = 85+219+131=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DB83 is #AA247C. Grayscale: #A9A9A9. Windows color (decimal): -11150461 or 8641365. OLE color: 8641365.
HSL color Cylindrical-coordinate representation of color #55DB83: hue angle of 140.6º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DB83 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 131 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.14 |
| HSL | 140.6º | 0.65% | 0.6% | - |
| HSV(B) | 140.6º | 0.61% | 0.86% | - |
| XYZ | 33.17 | 54.23 | 30.19 | - |
| YUV | 168.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 131 | 0.61 | 0 | 0.40 | 0.14 | 140.6 | 0.65 | 0.6 |
| Hex | 55 | DB | 83 | 3D | 0 | 28 | E | 8D | 41 | 3C |
| Octal | 125 | 333 | 203 | 75 | 0 | 50 | 16 | 215 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10000011 | 111101 | 0 | 101000 | 1110 | 10001101 | 1000001 | 111100 |
Color Harmonies of #55DB83
Complementary color
Monochromatic Colors of #55DB83
Black with #55DB83
Text Example
Text Example
White with #55DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB83; }
p { color: rgb(85,219,131); }
H1.HeaderClassName
{
color: #55DB83;
}
.AnyTagClassName
{
color: #55DB83;
}
</style>
background-color css
<style>
a { background-color: #55DB83; }
a { background-color: rgb(85,219,131); }
div.DivClassName
{
background-color: #55DB83;
}
.BgClassName
{
background-color: #55DB83;
}
</style>
border-color css
<style>
span { border-color: #55DB83; }
span { border-color: rgb(85,219,131); }
td.TdClassName
{
border-color: #55DB83;
}
.TagClassName
{
border-color: #55DB83;
}
</style>