Shades of Kelly Green #60C014
Tints of Kelly Green #60C014
RGB
CMYK
RGB Variations
Color information
#60C014 (or 0x60C014) is known color: Kelly Green. HEX triplet: 60, C0 and 14. RGB value is (96,192,20). Sum of RGB (Red+Green+Blue) = 96+192+20=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #60C014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C014 is #9F3FEB. Grayscale: #909090. Windows color (decimal): -10436588 or 1359968. OLE color: 1359968.
HSL color Cylindrical-coordinate representation of color #60C014: hue angle of 93.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60C014 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 20 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.25 |
| HSL | 93.49º | 0.81% | 0.42% | - |
| HSV(B) | 93.49º | 0.9% | 0.75% | - |
| XYZ | 23.8 | 40.24 | 7.17 | - |
| YUV | 143.69 | 58.2 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 20 | 0.50 | 0 | 0.90 | 0.25 | 93.49 | 0.81 | 0.42 |
| Hex | 60 | C0 | 14 | 32 | 0 | 5A | 19 | 5D | 51 | 2A |
| Octal | 140 | 300 | 24 | 62 | 0 | 132 | 31 | 135 | 121 | 52 |
| Binary | 1100000 | 11000000 | 10100 | 110010 | 0 | 1011010 | 11001 | 1011101 | 1010001 | 101010 |
Color Harmonies of #60C014
Complementary color
Monochromatic Colors of #60C014
Black with #60C014
Text Example
Text Example
White with #60C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C014; }
p { color: rgb(96,192,20); }
H1.HeaderClassName
{
color: #60C014;
}
.AnyTagClassName
{
color: #60C014;
}
</style>
background-color css
<style>
a { background-color: #60C014; }
a { background-color: rgb(96,192,20); }
div.DivClassName
{
background-color: #60C014;
}
.BgClassName
{
background-color: #60C014;
}
</style>
border-color css
<style>
span { border-color: #60C014; }
span { border-color: rgb(96,192,20); }
td.TdClassName
{
border-color: #60C014;
}
.TagClassName
{
border-color: #60C014;
}
</style>