Shades of Kelly Green #55BA17
Tints of Kelly Green #55BA17
RGB
CMYK
RGB Variations
Color information
#55BA17 (or 0x55BA17) is known color: Kelly Green. HEX triplet: 55, BA and 17. RGB value is (85,186,23). Sum of RGB (Red+Green+Blue) = 85+186+23=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA17 is #AA45E8. Grayscale: #898989. Windows color (decimal): -11159017 or 1555029. OLE color: 1555029.
HSL color Cylindrical-coordinate representation of color #55BA17: hue angle of 97.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55BA17 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 23 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.27 |
| HSL | 97.18º | 0.78% | 0.41% | - |
| HSV(B) | 97.18º | 0.88% | 0.73% | - |
| XYZ | 21.46 | 37.11 | 6.84 | - |
| YUV | 137.22 | 63.54 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 23 | 0.54 | 0 | 0.88 | 0.27 | 97.18 | 0.78 | 0.41 |
| Hex | 55 | BA | 17 | 36 | 0 | 58 | 1B | 61 | 4E | 29 |
| Octal | 125 | 272 | 27 | 66 | 0 | 130 | 33 | 141 | 116 | 51 |
| Binary | 1010101 | 10111010 | 10111 | 110110 | 0 | 1011000 | 11011 | 1100001 | 1001110 | 101001 |
Color Harmonies of #55BA17
Complementary color
Monochromatic Colors of #55BA17
Black with #55BA17
Text Example
Text Example
White with #55BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA17; }
p { color: rgb(85,186,23); }
H1.HeaderClassName
{
color: #55BA17;
}
.AnyTagClassName
{
color: #55BA17;
}
</style>
background-color css
<style>
a { background-color: #55BA17; }
a { background-color: rgb(85,186,23); }
div.DivClassName
{
background-color: #55BA17;
}
.BgClassName
{
background-color: #55BA17;
}
</style>
border-color css
<style>
span { border-color: #55BA17; }
span { border-color: rgb(85,186,23); }
td.TdClassName
{
border-color: #55BA17;
}
.TagClassName
{
border-color: #55BA17;
}
</style>