Shades of Kelly Green #55E016
Tints of Kelly Green #55E016
RGB
CMYK
RGB Variations
Color information
#55E016 (or 0x55E016) is known color: Kelly Green. HEX triplet: 55, E0 and 16. RGB value is (85,224,22). Sum of RGB (Red+Green+Blue) = 85+224+22=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #55E016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E016 is #AA1FE9. Grayscale: #A0A0A0. Windows color (decimal): -11149290 or 1499221. OLE color: 1499221.
HSL color Cylindrical-coordinate representation of color #55E016: hue angle of 101.29º 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 #55E016 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 22 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.12 |
| HSL | 101.29º | 0.82% | 0.48% | - |
| HSV(B) | 101.29º | 0.9% | 0.88% | - |
| XYZ | 30.55 | 55.3 | 9.82 | - |
| YUV | 159.41 | 50.45 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 22 | 0.62 | 0 | 0.90 | 0.12 | 101.29 | 0.82 | 0.48 |
| Hex | 55 | E0 | 16 | 3E | 0 | 5A | C | 65 | 52 | 30 |
| Octal | 125 | 340 | 26 | 76 | 0 | 132 | 14 | 145 | 122 | 60 |
| Binary | 1010101 | 11100000 | 10110 | 111110 | 0 | 1011010 | 1100 | 1100101 | 1010010 | 110000 |
Color Harmonies of #55E016
Complementary color
Monochromatic Colors of #55E016
Black with #55E016
Text Example
Text Example
White with #55E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E016; }
p { color: rgb(85,224,22); }
H1.HeaderClassName
{
color: #55E016;
}
.AnyTagClassName
{
color: #55E016;
}
</style>
background-color css
<style>
a { background-color: #55E016; }
a { background-color: rgb(85,224,22); }
div.DivClassName
{
background-color: #55E016;
}
.BgClassName
{
background-color: #55E016;
}
</style>
border-color css
<style>
span { border-color: #55E016; }
span { border-color: rgb(85,224,22); }
td.TdClassName
{
border-color: #55E016;
}
.TagClassName
{
border-color: #55E016;
}
</style>