Shades of Kelly Green #60CA16
Tints of Kelly Green #60CA16
RGB
CMYK
RGB Variations
Color information
#60CA16 (or 0x60CA16) is known color: Kelly Green. HEX triplet: 60, CA and 16. RGB value is (96,202,22). Sum of RGB (Red+Green+Blue) = 96+202+22=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CA16 is #9F35E9. Grayscale: #969696. Windows color (decimal): -10434026 or 1493600. OLE color: 1493600.
HSL color Cylindrical-coordinate representation of color #60CA16: hue angle of 95.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60CA16 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 22 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.21 |
| HSL | 95.33º | 0.8% | 0.44% | - |
| HSV(B) | 95.33º | 0.89% | 0.79% | - |
| XYZ | 26.09 | 44.79 | 8.03 | - |
| YUV | 149.79 | 55.88 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 22 | 0.52 | 0 | 0.89 | 0.21 | 95.33 | 0.8 | 0.44 |
| Hex | 60 | CA | 16 | 34 | 0 | 59 | 15 | 5F | 50 | 2C |
| Octal | 140 | 312 | 26 | 64 | 0 | 131 | 25 | 137 | 120 | 54 |
| Binary | 1100000 | 11001010 | 10110 | 110100 | 0 | 1011001 | 10101 | 1011111 | 1010000 | 101100 |
Color Harmonies of #60CA16
Complementary color
Monochromatic Colors of #60CA16
Black with #60CA16
Text Example
Text Example
White with #60CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA16; }
p { color: rgb(96,202,22); }
H1.HeaderClassName
{
color: #60CA16;
}
.AnyTagClassName
{
color: #60CA16;
}
</style>
background-color css
<style>
a { background-color: #60CA16; }
a { background-color: rgb(96,202,22); }
div.DivClassName
{
background-color: #60CA16;
}
.BgClassName
{
background-color: #60CA16;
}
</style>
border-color css
<style>
span { border-color: #60CA16; }
span { border-color: rgb(96,202,22); }
td.TdClassName
{
border-color: #60CA16;
}
.TagClassName
{
border-color: #60CA16;
}
</style>