Shades of Kelly Green #61C017
Tints of Kelly Green #61C017
RGB
CMYK
RGB Variations
Color information
#61C017 (or 0x61C017) is known color: Kelly Green. HEX triplet: 61, C0 and 17. RGB value is (97,192,23). Sum of RGB (Red+Green+Blue) = 97+192+23=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #61C017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C017 is #9E3FE8. Grayscale: #909090. Windows color (decimal): -10371049 or 1556577. OLE color: 1556577.
HSL color Cylindrical-coordinate representation of color #61C017: hue angle of 93.73º 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 #61C017 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 23 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.25 |
| HSL | 93.73º | 0.79% | 0.42% | - |
| HSV(B) | 93.73º | 0.88% | 0.75% | - |
| XYZ | 23.93 | 40.3 | 7.33 | - |
| YUV | 144.33 | 59.53 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 23 | 0.49 | 0 | 0.88 | 0.25 | 93.73 | 0.79 | 0.42 |
| Hex | 61 | C0 | 17 | 31 | 0 | 58 | 19 | 5E | 4F | 2A |
| Octal | 141 | 300 | 27 | 61 | 0 | 130 | 31 | 136 | 117 | 52 |
| Binary | 1100001 | 11000000 | 10111 | 110001 | 0 | 1011000 | 11001 | 1011110 | 1001111 | 101010 |
Color Harmonies of #61C017
Complementary color
Monochromatic Colors of #61C017
Black with #61C017
Text Example
Text Example
White with #61C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C017; }
p { color: rgb(97,192,23); }
H1.HeaderClassName
{
color: #61C017;
}
.AnyTagClassName
{
color: #61C017;
}
</style>
background-color css
<style>
a { background-color: #61C017; }
a { background-color: rgb(97,192,23); }
div.DivClassName
{
background-color: #61C017;
}
.BgClassName
{
background-color: #61C017;
}
</style>
border-color css
<style>
span { border-color: #61C017; }
span { border-color: rgb(97,192,23); }
td.TdClassName
{
border-color: #61C017;
}
.TagClassName
{
border-color: #61C017;
}
</style>