Shades of Emerald #55E284
Tints of Emerald #55E284
RGB
CMYK
RGB Variations
Color information
#55E284 (or 0x55E284) is known color: Emerald. HEX triplet: 55, E2 and 84. RGB value is (85,226,132). Sum of RGB (Red+Green+Blue) = 85+226+132=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #55E284 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E284 is #AA1D7B. Grayscale: #ADADAD. Windows color (decimal): -11148668 or 8708693. OLE color: 8708693.
HSL color Cylindrical-coordinate representation of color #55E284: hue angle of 140º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E284 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 132 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.11 |
| HSL | 140º | 0.71% | 0.61% | - |
| HSV(B) | 140º | 0.62% | 0.89% | - |
| XYZ | 35.11 | 57.99 | 31.17 | - |
| YUV | 173.13 | 104.79 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 132 | 0.62 | 0 | 0.42 | 0.11 | 140 | 0.71 | 0.61 |
| Hex | 55 | E2 | 84 | 3E | 0 | 2A | B | 8C | 47 | 3D |
| Octal | 125 | 342 | 204 | 76 | 0 | 52 | 13 | 214 | 107 | 75 |
| Binary | 1010101 | 11100010 | 10000100 | 111110 | 0 | 101010 | 1011 | 10001100 | 1000111 | 111101 |
Color Harmonies of #55E284
Complementary color
Monochromatic Colors of #55E284
Black with #55E284
Text Example
Text Example
White with #55E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E284; }
p { color: rgb(85,226,132); }
H1.HeaderClassName
{
color: #55E284;
}
.AnyTagClassName
{
color: #55E284;
}
</style>
background-color css
<style>
a { background-color: #55E284; }
a { background-color: rgb(85,226,132); }
div.DivClassName
{
background-color: #55E284;
}
.BgClassName
{
background-color: #55E284;
}
</style>
border-color css
<style>
span { border-color: #55E284; }
span { border-color: rgb(85,226,132); }
td.TdClassName
{
border-color: #55E284;
}
.TagClassName
{
border-color: #55E284;
}
</style>