Shades of Kelly Green #55C017
Tints of Kelly Green #55C017
RGB
CMYK
RGB Variations
Color information
#55C017 (or 0x55C017) is known color: Kelly Green. HEX triplet: 55, C0 and 17. RGB value is (85,192,23). Sum of RGB (Red+Green+Blue) = 85+192+23=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #55C017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C017 is #AA3FE8. Grayscale: #8D8D8D. Windows color (decimal): -11157481 or 1556565. OLE color: 1556565.
HSL color Cylindrical-coordinate representation of color #55C017: hue angle of 97.99º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55C017 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 23 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.25 |
| HSL | 97.99º | 0.79% | 0.42% | - |
| HSV(B) | 97.99º | 0.88% | 0.75% | - |
| XYZ | 22.75 | 39.69 | 7.27 | - |
| YUV | 140.74 | 61.55 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 23 | 0.56 | 0 | 0.88 | 0.25 | 97.99 | 0.79 | 0.42 |
| Hex | 55 | C0 | 17 | 38 | 0 | 58 | 19 | 62 | 4F | 2A |
| Octal | 125 | 300 | 27 | 70 | 0 | 130 | 31 | 142 | 117 | 52 |
| Binary | 1010101 | 11000000 | 10111 | 111000 | 0 | 1011000 | 11001 | 1100010 | 1001111 | 101010 |
Color Harmonies of #55C017
Complementary color
Monochromatic Colors of #55C017
Black with #55C017
Text Example
Text Example
White with #55C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C017; }
p { color: rgb(85,192,23); }
H1.HeaderClassName
{
color: #55C017;
}
.AnyTagClassName
{
color: #55C017;
}
</style>
background-color css
<style>
a { background-color: #55C017; }
a { background-color: rgb(85,192,23); }
div.DivClassName
{
background-color: #55C017;
}
.BgClassName
{
background-color: #55C017;
}
</style>
border-color css
<style>
span { border-color: #55C017; }
span { border-color: rgb(85,192,23); }
td.TdClassName
{
border-color: #55C017;
}
.TagClassName
{
border-color: #55C017;
}
</style>