Shades of Emerald #55DC84
Tints of Emerald #55DC84
RGB
CMYK
RGB Variations
Color information
#55DC84 (or 0x55DC84) is known color: Emerald. HEX triplet: 55, DC and 84. RGB value is (85,220,132). Sum of RGB (Red+Green+Blue) = 85+220+132=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DC84 is #AA237B. Grayscale: #A9A9A9. Windows color (decimal): -11150204 or 8707157. OLE color: 8707157.
HSL color Cylindrical-coordinate representation of color #55DC84: hue angle of 140.89º degrees, saturation: 0.66, 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 #55DC84 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 132 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.14 |
| HSL | 140.89º | 0.66% | 0.6% | - |
| HSV(B) | 140.89º | 0.61% | 0.86% | - |
| XYZ | 33.5 | 54.78 | 30.64 | - |
| YUV | 169.6 | 106.77 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 132 | 0.61 | 0 | 0.40 | 0.14 | 140.89 | 0.66 | 0.6 |
| Hex | 55 | DC | 84 | 3D | 0 | 28 | E | 8D | 42 | 3C |
| Octal | 125 | 334 | 204 | 75 | 0 | 50 | 16 | 215 | 102 | 74 |
| Binary | 1010101 | 11011100 | 10000100 | 111101 | 0 | 101000 | 1110 | 10001101 | 1000010 | 111100 |
Color Harmonies of #55DC84
Complementary color
Monochromatic Colors of #55DC84
Black with #55DC84
Text Example
Text Example
White with #55DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC84; }
p { color: rgb(85,220,132); }
H1.HeaderClassName
{
color: #55DC84;
}
.AnyTagClassName
{
color: #55DC84;
}
</style>
background-color css
<style>
a { background-color: #55DC84; }
a { background-color: rgb(85,220,132); }
div.DivClassName
{
background-color: #55DC84;
}
.BgClassName
{
background-color: #55DC84;
}
</style>
border-color css
<style>
span { border-color: #55DC84; }
span { border-color: rgb(85,220,132); }
td.TdClassName
{
border-color: #55DC84;
}
.TagClassName
{
border-color: #55DC84;
}
</style>