Shades of Emerald #55CA84
Tints of Emerald #55CA84
RGB
CMYK
RGB Variations
Color information
#55CA84 (or 0x55CA84) is known color: Emerald. HEX triplet: 55, CA and 84. RGB value is (85,202,132). Sum of RGB (Red+Green+Blue) = 85+202+132=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA84 is #AA357B. Grayscale: #9F9F9F. Windows color (decimal): -11154812 or 8702549. OLE color: 8702549.
HSL color Cylindrical-coordinate representation of color #55CA84: hue angle of 144.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA84 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 132 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.21 |
| HSL | 144.1º | 0.52% | 0.56% | - |
| HSV(B) | 144.1º | 0.58% | 0.79% | - |
| XYZ | 29.03 | 45.84 | 29.15 | - |
| YUV | 159.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 132 | 0.58 | 0 | 0.35 | 0.21 | 144.1 | 0.52 | 0.56 |
| Hex | 55 | CA | 84 | 3A | 0 | 23 | 15 | 90 | 34 | 38 |
| Octal | 125 | 312 | 204 | 72 | 0 | 43 | 25 | 220 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10000100 | 111010 | 0 | 100011 | 10101 | 10010000 | 110100 | 111000 |
Color Harmonies of #55CA84
Complementary color
Monochromatic Colors of #55CA84
Black with #55CA84
Text Example
Text Example
White with #55CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA84; }
p { color: rgb(85,202,132); }
H1.HeaderClassName
{
color: #55CA84;
}
.AnyTagClassName
{
color: #55CA84;
}
</style>
background-color css
<style>
a { background-color: #55CA84; }
a { background-color: rgb(85,202,132); }
div.DivClassName
{
background-color: #55CA84;
}
.BgClassName
{
background-color: #55CA84;
}
</style>
border-color css
<style>
span { border-color: #55CA84; }
span { border-color: rgb(85,202,132); }
td.TdClassName
{
border-color: #55CA84;
}
.TagClassName
{
border-color: #55CA84;
}
</style>