Shades of Emerald #55E38E
Tints of Emerald #55E38E
RGB
CMYK
RGB Variations
Color information
#55E38E (or 0x55E38E) is known color: Emerald. HEX triplet: 55, E3 and 8E. RGB value is (85,227,142). Sum of RGB (Red+Green+Blue) = 85+227+142=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #55E38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E38E is #AA1C71. Grayscale: #AFAFAF. Windows color (decimal): -11148402 or 9364309. OLE color: 9364309.
HSL color Cylindrical-coordinate representation of color #55E38E: hue angle of 144.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E38E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 227 | 142 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.11 |
| HSL | 144.08º | 0.72% | 0.61% | - |
| HSV(B) | 144.08º | 0.63% | 0.89% | - |
| XYZ | 36.1 | 58.82 | 35.04 | - |
| YUV | 174.85 | 109.46 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 142 | 0.63 | 0 | 0.37 | 0.11 | 144.08 | 0.72 | 0.61 |
| Hex | 55 | E3 | 8E | 3F | 0 | 25 | B | 90 | 48 | 3D |
| Octal | 125 | 343 | 216 | 77 | 0 | 45 | 13 | 220 | 110 | 75 |
| Binary | 1010101 | 11100011 | 10001110 | 111111 | 0 | 100101 | 1011 | 10010000 | 1001000 | 111101 |
Color Harmonies of #55E38E
Complementary color
Monochromatic Colors of #55E38E
Black with #55E38E
Text Example
Text Example
White with #55E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E38E; }
p { color: rgb(85,227,142); }
H1.HeaderClassName
{
color: #55E38E;
}
.AnyTagClassName
{
color: #55E38E;
}
</style>
background-color css
<style>
a { background-color: #55E38E; }
a { background-color: rgb(85,227,142); }
div.DivClassName
{
background-color: #55E38E;
}
.BgClassName
{
background-color: #55E38E;
}
</style>
border-color css
<style>
span { border-color: #55E38E; }
span { border-color: rgb(85,227,142); }
td.TdClassName
{
border-color: #55E38E;
}
.TagClassName
{
border-color: #55E38E;
}
</style>