Shades of Kelly Green #60C215
Tints of Kelly Green #60C215
RGB
CMYK
RGB Variations
Color information
#60C215 (or 0x60C215) is known color: Kelly Green. HEX triplet: 60, C2 and 15. RGB value is (96,194,21). Sum of RGB (Red+Green+Blue) = 96+194+21=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #60C215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C215 is #9F3DEA. Grayscale: #919191. Windows color (decimal): -10436075 or 1426016. OLE color: 1426016.
HSL color Cylindrical-coordinate representation of color #60C215: hue angle of 93.99º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60C215 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 21 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.24 |
| HSL | 93.99º | 0.8% | 0.42% | - |
| HSV(B) | 93.99º | 0.89% | 0.76% | - |
| XYZ | 24.25 | 41.12 | 7.37 | - |
| YUV | 144.98 | 58.03 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 21 | 0.51 | 0 | 0.89 | 0.24 | 93.99 | 0.8 | 0.42 |
| Hex | 60 | C2 | 15 | 33 | 0 | 59 | 18 | 5E | 50 | 2A |
| Octal | 140 | 302 | 25 | 63 | 0 | 131 | 30 | 136 | 120 | 52 |
| Binary | 1100000 | 11000010 | 10101 | 110011 | 0 | 1011001 | 11000 | 1011110 | 1010000 | 101010 |
Color Harmonies of #60C215
Complementary color
Monochromatic Colors of #60C215
Black with #60C215
Text Example
Text Example
White with #60C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C215; }
p { color: rgb(96,194,21); }
H1.HeaderClassName
{
color: #60C215;
}
.AnyTagClassName
{
color: #60C215;
}
</style>
background-color css
<style>
a { background-color: #60C215; }
a { background-color: rgb(96,194,21); }
div.DivClassName
{
background-color: #60C215;
}
.BgClassName
{
background-color: #60C215;
}
</style>
border-color css
<style>
span { border-color: #60C215; }
span { border-color: rgb(96,194,21); }
td.TdClassName
{
border-color: #60C215;
}
.TagClassName
{
border-color: #60C215;
}
</style>