Shades of Kelly Green #55E017
Tints of Kelly Green #55E017
RGB
CMYK
RGB Variations
Color information
#55E017 (or 0x55E017) is known color: Kelly Green. HEX triplet: 55, E0 and 17. RGB value is (85,224,23). Sum of RGB (Red+Green+Blue) = 85+224+23=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #55E017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E017 is #AA1FE8. Grayscale: #A0A0A0. Windows color (decimal): -11149289 or 1564757. OLE color: 1564757.
HSL color Cylindrical-coordinate representation of color #55E017: hue angle of 101.49º degrees, saturation: 0.81, 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 #55E017 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 23 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.12 |
| HSL | 101.49º | 0.81% | 0.48% | - |
| HSV(B) | 101.49º | 0.9% | 0.88% | - |
| XYZ | 30.56 | 55.3 | 9.87 | - |
| YUV | 159.53 | 50.95 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 23 | 0.62 | 0 | 0.90 | 0.12 | 101.49 | 0.81 | 0.48 |
| Hex | 55 | E0 | 17 | 3E | 0 | 5A | C | 65 | 51 | 30 |
| Octal | 125 | 340 | 27 | 76 | 0 | 132 | 14 | 145 | 121 | 60 |
| Binary | 1010101 | 11100000 | 10111 | 111110 | 0 | 1011010 | 1100 | 1100101 | 1010001 | 110000 |
Color Harmonies of #55E017
Complementary color
Monochromatic Colors of #55E017
Black with #55E017
Text Example
Text Example
White with #55E017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E017; }
p { color: rgb(85,224,23); }
H1.HeaderClassName
{
color: #55E017;
}
.AnyTagClassName
{
color: #55E017;
}
</style>
background-color css
<style>
a { background-color: #55E017; }
a { background-color: rgb(85,224,23); }
div.DivClassName
{
background-color: #55E017;
}
.BgClassName
{
background-color: #55E017;
}
</style>
border-color css
<style>
span { border-color: #55E017; }
span { border-color: rgb(85,224,23); }
td.TdClassName
{
border-color: #55E017;
}
.TagClassName
{
border-color: #55E017;
}
</style>