Shades of Kelly Green #60C514
Tints of Kelly Green #60C514
RGB
CMYK
RGB Variations
Color information
#60C514 (or 0x60C514) is known color: Kelly Green. HEX triplet: 60, C5 and 14. RGB value is (96,197,20). Sum of RGB (Red+Green+Blue) = 96+197+20=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #60C514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C514 is #9F3AEB. Grayscale: #939393. Windows color (decimal): -10435308 or 1361248. OLE color: 1361248.
HSL color Cylindrical-coordinate representation of color #60C514: hue angle of 94.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60C514 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 20 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.23 |
| HSL | 94.24º | 0.82% | 0.43% | - |
| HSV(B) | 94.24º | 0.9% | 0.77% | - |
| XYZ | 24.92 | 42.47 | 7.55 | - |
| YUV | 146.62 | 56.54 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 20 | 0.51 | 0 | 0.90 | 0.23 | 94.24 | 0.82 | 0.43 |
| Hex | 60 | C5 | 14 | 33 | 0 | 5A | 17 | 5E | 52 | 2B |
| Octal | 140 | 305 | 24 | 63 | 0 | 132 | 27 | 136 | 122 | 53 |
| Binary | 1100000 | 11000101 | 10100 | 110011 | 0 | 1011010 | 10111 | 1011110 | 1010010 | 101011 |
Color Harmonies of #60C514
Complementary color
Monochromatic Colors of #60C514
Black with #60C514
Text Example
Text Example
White with #60C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C514; }
p { color: rgb(96,197,20); }
H1.HeaderClassName
{
color: #60C514;
}
.AnyTagClassName
{
color: #60C514;
}
</style>
background-color css
<style>
a { background-color: #60C514; }
a { background-color: rgb(96,197,20); }
div.DivClassName
{
background-color: #60C514;
}
.BgClassName
{
background-color: #60C514;
}
</style>
border-color css
<style>
span { border-color: #60C514; }
span { border-color: rgb(96,197,20); }
td.TdClassName
{
border-color: #60C514;
}
.TagClassName
{
border-color: #60C514;
}
</style>