Shades of Kelly Green #60BF16
Tints of Kelly Green #60BF16
RGB
CMYK
RGB Variations
Color information
#60BF16 (or 0x60BF16) is known color: Kelly Green. HEX triplet: 60, BF and 16. RGB value is (96,191,22). Sum of RGB (Red+Green+Blue) = 96+191+22=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BF16 is #9F40E9. Grayscale: #8F8F8F. Windows color (decimal): -10436842 or 1490784. OLE color: 1490784.
HSL color Cylindrical-coordinate representation of color #60BF16: 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 #60BF16 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 22 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.25 |
| HSL | 93.73º | 0.79% | 0.42% | - |
| HSV(B) | 93.73º | 0.88% | 0.75% | - |
| XYZ | 23.6 | 39.81 | 7.2 | - |
| YUV | 143.33 | 59.53 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 22 | 0.50 | 0 | 0.88 | 0.25 | 93.73 | 0.79 | 0.42 |
| Hex | 60 | BF | 16 | 32 | 0 | 58 | 19 | 5E | 4F | 2A |
| Octal | 140 | 277 | 26 | 62 | 0 | 130 | 31 | 136 | 117 | 52 |
| Binary | 1100000 | 10111111 | 10110 | 110010 | 0 | 1011000 | 11001 | 1011110 | 1001111 | 101010 |
Color Harmonies of #60BF16
Complementary color
Monochromatic Colors of #60BF16
Black with #60BF16
Text Example
Text Example
White with #60BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF16; }
p { color: rgb(96,191,22); }
H1.HeaderClassName
{
color: #60BF16;
}
.AnyTagClassName
{
color: #60BF16;
}
</style>
background-color css
<style>
a { background-color: #60BF16; }
a { background-color: rgb(96,191,22); }
div.DivClassName
{
background-color: #60BF16;
}
.BgClassName
{
background-color: #60BF16;
}
</style>
border-color css
<style>
span { border-color: #60BF16; }
span { border-color: rgb(96,191,22); }
td.TdClassName
{
border-color: #60BF16;
}
.TagClassName
{
border-color: #60BF16;
}
</style>