Shades of Kelly Green #55CE17
Tints of Kelly Green #55CE17
RGB
CMYK
RGB Variations
Color information
#55CE17 (or 0x55CE17) is known color: Kelly Green. HEX triplet: 55, CE and 17. RGB value is (85,206,23). Sum of RGB (Red+Green+Blue) = 85+206+23=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CE17 is #AA31E8. Grayscale: #959595. Windows color (decimal): -11153897 or 1560149. OLE color: 1560149.
HSL color Cylindrical-coordinate representation of color #55CE17: hue angle of 99.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55CE17 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 23 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.19 |
| HSL | 99.67º | 0.8% | 0.45% | - |
| HSV(B) | 99.67º | 0.89% | 0.81% | - |
| XYZ | 25.97 | 46.14 | 8.35 | - |
| YUV | 148.96 | 56.91 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 23 | 0.59 | 0 | 0.89 | 0.19 | 99.67 | 0.8 | 0.45 |
| Hex | 55 | CE | 17 | 3B | 0 | 59 | 13 | 64 | 50 | 2D |
| Octal | 125 | 316 | 27 | 73 | 0 | 131 | 23 | 144 | 120 | 55 |
| Binary | 1010101 | 11001110 | 10111 | 111011 | 0 | 1011001 | 10011 | 1100100 | 1010000 | 101101 |
Color Harmonies of #55CE17
Complementary color
Monochromatic Colors of #55CE17
Black with #55CE17
Text Example
Text Example
White with #55CE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE17; }
p { color: rgb(85,206,23); }
H1.HeaderClassName
{
color: #55CE17;
}
.AnyTagClassName
{
color: #55CE17;
}
</style>
background-color css
<style>
a { background-color: #55CE17; }
a { background-color: rgb(85,206,23); }
div.DivClassName
{
background-color: #55CE17;
}
.BgClassName
{
background-color: #55CE17;
}
</style>
border-color css
<style>
span { border-color: #55CE17; }
span { border-color: rgb(85,206,23); }
td.TdClassName
{
border-color: #55CE17;
}
.TagClassName
{
border-color: #55CE17;
}
</style>