Shades of Emerald #55CE84
Tints of Emerald #55CE84
RGB
CMYK
RGB Variations
Color information
#55CE84 (or 0x55CE84) is known color: Emerald. HEX triplet: 55, CE and 84. RGB value is (85,206,132). Sum of RGB (Red+Green+Blue) = 85+206+132=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE84 is #AA317B. Grayscale: #A1A1A1. Windows color (decimal): -11153788 or 8703573. OLE color: 8703573.
HSL color Cylindrical-coordinate representation of color #55CE84: hue angle of 143.31º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE84 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 132 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.19 |
| HSL | 143.31º | 0.55% | 0.57% | - |
| HSV(B) | 143.31º | 0.59% | 0.81% | - |
| XYZ | 29.98 | 47.74 | 29.46 | - |
| YUV | 161.39 | 111.41 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 132 | 0.59 | 0 | 0.36 | 0.19 | 143.31 | 0.55 | 0.57 |
| Hex | 55 | CE | 84 | 3B | 0 | 24 | 13 | 8F | 37 | 39 |
| Octal | 125 | 316 | 204 | 73 | 0 | 44 | 23 | 217 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10000100 | 111011 | 0 | 100100 | 10011 | 10001111 | 110111 | 111001 |
Color Harmonies of #55CE84
Complementary color
Monochromatic Colors of #55CE84
Black with #55CE84
Text Example
Text Example
White with #55CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE84; }
p { color: rgb(85,206,132); }
H1.HeaderClassName
{
color: #55CE84;
}
.AnyTagClassName
{
color: #55CE84;
}
</style>
background-color css
<style>
a { background-color: #55CE84; }
a { background-color: rgb(85,206,132); }
div.DivClassName
{
background-color: #55CE84;
}
.BgClassName
{
background-color: #55CE84;
}
</style>
border-color css
<style>
span { border-color: #55CE84; }
span { border-color: rgb(85,206,132); }
td.TdClassName
{
border-color: #55CE84;
}
.TagClassName
{
border-color: #55CE84;
}
</style>