Shades of Emerald #55E26E
Tints of Emerald #55E26E
RGB
CMYK
RGB Variations
Color information
#55E26E (or 0x55E26E) is known color: Emerald. HEX triplet: 55, E2 and 6E. RGB value is (85,226,110). Sum of RGB (Red+Green+Blue) = 85+226+110=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 226 (88.67% from 255 or 53.68% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 226 - color contains mainly: green. Hex color #55E26E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E26E is #AA1D91. Grayscale: #AAAAAA. Windows color (decimal): -11148690 or 7266901. OLE color: 7266901.
HSL color Cylindrical-coordinate representation of color #55E26E: hue angle of 130.64º 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 #55E26E is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 110 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.11 |
| HSL | 130.64º | 0.71% | 0.61% | - |
| HSV(B) | 130.64º | 0.62% | 0.89% | - |
| XYZ | 33.76 | 57.45 | 24.06 | - |
| YUV | 170.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 110 | 0.62 | 0 | 0.51 | 0.11 | 130.64 | 0.71 | 0.61 |
| Hex | 55 | E2 | 6E | 3E | 0 | 33 | B | 83 | 47 | 3D |
| Octal | 125 | 342 | 156 | 76 | 0 | 63 | 13 | 203 | 107 | 75 |
| Binary | 1010101 | 11100010 | 1101110 | 111110 | 0 | 110011 | 1011 | 10000011 | 1000111 | 111101 |
Color Harmonies of #55E26E
Complementary color
Monochromatic Colors of #55E26E
Black with #55E26E
Text Example
Text Example
White with #55E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E26E; }
p { color: rgb(85,226,110); }
H1.HeaderClassName
{
color: #55E26E;
}
.AnyTagClassName
{
color: #55E26E;
}
</style>
background-color css
<style>
a { background-color: #55E26E; }
a { background-color: rgb(85,226,110); }
div.DivClassName
{
background-color: #55E26E;
}
.BgClassName
{
background-color: #55E26E;
}
</style>
border-color css
<style>
span { border-color: #55E26E; }
span { border-color: rgb(85,226,110); }
td.TdClassName
{
border-color: #55E26E;
}
.TagClassName
{
border-color: #55E26E;
}
</style>