Shades of Kelly Green #61C016
Tints of Kelly Green #61C016
RGB
CMYK
RGB Variations
Color information
#61C016 (or 0x61C016) is known color: Kelly Green. HEX triplet: 61, C0 and 16. RGB value is (97,192,22). Sum of RGB (Red+Green+Blue) = 97+192+22=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #61C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C016 is #9E3FE9. Grayscale: #909090. Windows color (decimal): -10371050 or 1491041. OLE color: 1491041.
HSL color Cylindrical-coordinate representation of color #61C016: hue angle of 93.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61C016 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 22 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.25 |
| HSL | 93.53º | 0.79% | 0.42% | - |
| HSV(B) | 93.53º | 0.89% | 0.75% | - |
| XYZ | 23.92 | 40.3 | 7.28 | - |
| YUV | 144.22 | 59.03 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 22 | 0.49 | 0 | 0.89 | 0.25 | 93.53 | 0.79 | 0.42 |
| Hex | 61 | C0 | 16 | 31 | 0 | 59 | 19 | 5E | 4F | 2A |
| Octal | 141 | 300 | 26 | 61 | 0 | 131 | 31 | 136 | 117 | 52 |
| Binary | 1100001 | 11000000 | 10110 | 110001 | 0 | 1011001 | 11001 | 1011110 | 1001111 | 101010 |
Color Harmonies of #61C016
Complementary color
Monochromatic Colors of #61C016
Black with #61C016
Text Example
Text Example
White with #61C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C016; }
p { color: rgb(97,192,22); }
H1.HeaderClassName
{
color: #61C016;
}
.AnyTagClassName
{
color: #61C016;
}
</style>
background-color css
<style>
a { background-color: #61C016; }
a { background-color: rgb(97,192,22); }
div.DivClassName
{
background-color: #61C016;
}
.BgClassName
{
background-color: #61C016;
}
</style>
border-color css
<style>
span { border-color: #61C016; }
span { border-color: rgb(97,192,22); }
td.TdClassName
{
border-color: #61C016;
}
.TagClassName
{
border-color: #61C016;
}
</style>