Shades of Emerald #55E58D
Tints of Emerald #55E58D
RGB
CMYK
RGB Variations
Color information
#55E58D (or 0x55E58D) is known color: Emerald. HEX triplet: 55, E5 and 8D. RGB value is (85,229,141). Sum of RGB (Red+Green+Blue) = 85+229+141=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #55E58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E58D is #AA1A72. Grayscale: #B0B0B0. Windows color (decimal): -11147891 or 9299285. OLE color: 9299285.
HSL color Cylindrical-coordinate representation of color #55E58D: hue angle of 143.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E58D is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 141 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.10 |
| HSL | 143.33º | 0.73% | 0.62% | - |
| HSV(B) | 143.33º | 0.63% | 0.9% | - |
| XYZ | 36.57 | 59.89 | 34.83 | - |
| YUV | 175.91 | 108.29 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 141 | 0.63 | 0 | 0.38 | 0.10 | 143.33 | 0.73 | 0.62 |
| Hex | 55 | E5 | 8D | 3F | 0 | 26 | A | 8F | 49 | 3E |
| Octal | 125 | 345 | 215 | 77 | 0 | 46 | 12 | 217 | 111 | 76 |
| Binary | 1010101 | 11100101 | 10001101 | 111111 | 0 | 100110 | 1010 | 10001111 | 1001001 | 111110 |
Color Harmonies of #55E58D
Complementary color
Monochromatic Colors of #55E58D
Black with #55E58D
Text Example
Text Example
White with #55E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E58D; }
p { color: rgb(85,229,141); }
H1.HeaderClassName
{
color: #55E58D;
}
.AnyTagClassName
{
color: #55E58D;
}
</style>
background-color css
<style>
a { background-color: #55E58D; }
a { background-color: rgb(85,229,141); }
div.DivClassName
{
background-color: #55E58D;
}
.BgClassName
{
background-color: #55E58D;
}
</style>
border-color css
<style>
span { border-color: #55E58D; }
span { border-color: rgb(85,229,141); }
td.TdClassName
{
border-color: #55E58D;
}
.TagClassName
{
border-color: #55E58D;
}
</style>