Shades of Kelly Green #55E116
Tints of Kelly Green #55E116
RGB
CMYK
RGB Variations
Color information
#55E116 (or 0x55E116) is known color: Kelly Green. HEX triplet: 55, E1 and 16. RGB value is (85,225,22). Sum of RGB (Red+Green+Blue) = 85+225+22=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #55E116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E116 is #AA1EE9. Grayscale: #A0A0A0. Windows color (decimal): -11149034 or 1499477. OLE color: 1499477.
HSL color Cylindrical-coordinate representation of color #55E116: hue angle of 101.38º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55E116 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 22 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.12 |
| HSL | 101.38º | 0.82% | 0.48% | - |
| HSV(B) | 101.38º | 0.9% | 0.88% | - |
| XYZ | 30.82 | 55.84 | 9.91 | - |
| YUV | 160 | 50.12 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 22 | 0.62 | 0 | 0.90 | 0.12 | 101.38 | 0.82 | 0.48 |
| Hex | 55 | E1 | 16 | 3E | 0 | 5A | C | 65 | 52 | 30 |
| Octal | 125 | 341 | 26 | 76 | 0 | 132 | 14 | 145 | 122 | 60 |
| Binary | 1010101 | 11100001 | 10110 | 111110 | 0 | 1011010 | 1100 | 1100101 | 1010010 | 110000 |
Color Harmonies of #55E116
Complementary color
Monochromatic Colors of #55E116
Black with #55E116
Text Example
Text Example
White with #55E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E116; }
p { color: rgb(85,225,22); }
H1.HeaderClassName
{
color: #55E116;
}
.AnyTagClassName
{
color: #55E116;
}
</style>
background-color css
<style>
a { background-color: #55E116; }
a { background-color: rgb(85,225,22); }
div.DivClassName
{
background-color: #55E116;
}
.BgClassName
{
background-color: #55E116;
}
</style>
border-color css
<style>
span { border-color: #55E116; }
span { border-color: rgb(85,225,22); }
td.TdClassName
{
border-color: #55E116;
}
.TagClassName
{
border-color: #55E116;
}
</style>