Shades of Kelly Green #60C01E
Tints of Kelly Green #60C01E
RGB
CMYK
RGB Variations
Color information
#60C01E (or 0x60C01E) is known color: Kelly Green. HEX triplet: 60, C0 and 1E. RGB value is (96,192,30). Sum of RGB (Red+Green+Blue) = 96+192+30=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #60C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C01E is #9F3FE1. Grayscale: #919191. Windows color (decimal): -10436578 or 2015328. OLE color: 2015328.
HSL color Cylindrical-coordinate representation of color #60C01E: hue angle of 95.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60C01E is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 30 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.25 |
| HSL | 95.56º | 0.73% | 0.44% | - |
| HSV(B) | 95.56º | 0.84% | 0.75% | - |
| XYZ | 23.91 | 40.28 | 7.74 | - |
| YUV | 144.83 | 63.2 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 30 | 0.50 | 0 | 0.84 | 0.25 | 95.56 | 0.73 | 0.44 |
| Hex | 60 | C0 | 1E | 32 | 0 | 54 | 19 | 60 | 49 | 2C |
| Octal | 140 | 300 | 36 | 62 | 0 | 124 | 31 | 140 | 111 | 54 |
| Binary | 1100000 | 11000000 | 11110 | 110010 | 0 | 1010100 | 11001 | 1100000 | 1001001 | 101100 |
Color Harmonies of #60C01E
Complementary color
Monochromatic Colors of #60C01E
Black with #60C01E
Text Example
Text Example
White with #60C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C01E; }
p { color: rgb(96,192,30); }
H1.HeaderClassName
{
color: #60C01E;
}
.AnyTagClassName
{
color: #60C01E;
}
</style>
background-color css
<style>
a { background-color: #60C01E; }
a { background-color: rgb(96,192,30); }
div.DivClassName
{
background-color: #60C01E;
}
.BgClassName
{
background-color: #60C01E;
}
</style>
border-color css
<style>
span { border-color: #60C01E; }
span { border-color: rgb(96,192,30); }
td.TdClassName
{
border-color: #60C01E;
}
.TagClassName
{
border-color: #60C01E;
}
</style>