Shades of Emerald #55E16A
Tints of Emerald #55E16A
RGB
CMYK
RGB Variations
Color information
#55E16A (or 0x55E16A) is known color: Emerald. HEX triplet: 55, E1 and 6A. RGB value is (85,225,106). Sum of RGB (Red+Green+Blue) = 85+225+106=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #55E16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E16A is #AA1E95. Grayscale: #A9A9A9. Windows color (decimal): -11148950 or 7004501. OLE color: 7004501.
HSL color Cylindrical-coordinate representation of color #55E16A: hue angle of 129º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E16A is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 106 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.12 |
| HSL | 129º | 0.7% | 0.61% | - |
| HSV(B) | 129º | 0.62% | 0.88% | - |
| XYZ | 33.27 | 56.82 | 22.85 | - |
| YUV | 169.57 | 92.12 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 106 | 0.62 | 0 | 0.53 | 0.12 | 129 | 0.7 | 0.61 |
| Hex | 55 | E1 | 6A | 3E | 0 | 35 | C | 81 | 46 | 3D |
| Octal | 125 | 341 | 152 | 76 | 0 | 65 | 14 | 201 | 106 | 75 |
| Binary | 1010101 | 11100001 | 1101010 | 111110 | 0 | 110101 | 1100 | 10000001 | 1000110 | 111101 |
Color Harmonies of #55E16A
Complementary color
Monochromatic Colors of #55E16A
Black with #55E16A
Text Example
Text Example
White with #55E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E16A; }
p { color: rgb(85,225,106); }
H1.HeaderClassName
{
color: #55E16A;
}
.AnyTagClassName
{
color: #55E16A;
}
</style>
background-color css
<style>
a { background-color: #55E16A; }
a { background-color: rgb(85,225,106); }
div.DivClassName
{
background-color: #55E16A;
}
.BgClassName
{
background-color: #55E16A;
}
</style>
border-color css
<style>
span { border-color: #55E16A; }
span { border-color: rgb(85,225,106); }
td.TdClassName
{
border-color: #55E16A;
}
.TagClassName
{
border-color: #55E16A;
}
</style>