Shades of Kelly Green #60C004
Tints of Kelly Green #60C004
RGB
CMYK
RGB Variations
Color information
#60C004 (or 0x60C004) is known color: Kelly Green. HEX triplet: 60, C0 and 04. RGB value is (96,192,4). Sum of RGB (Red+Green+Blue) = 96+192+4=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #60C004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C004 is #9F3FFB. Grayscale: #8E8E8E. Windows color (decimal): -10436604 or 311392. OLE color: 311392.
HSL color Cylindrical-coordinate representation of color #60C004: hue angle of 90.64º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60C004 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 4 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.25 |
| HSL | 90.64º | 0.96% | 0.38% | - |
| HSV(B) | 90.64º | 0.98% | 0.75% | - |
| XYZ | 23.7 | 40.19 | 6.62 | - |
| YUV | 141.86 | 50.2 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 4 | 0.50 | 0 | 0.98 | 0.25 | 90.64 | 0.96 | 0.38 |
| Hex | 60 | C0 | 4 | 32 | 0 | 62 | 19 | 5B | 60 | 26 |
| Octal | 140 | 300 | 4 | 62 | 0 | 142 | 31 | 133 | 140 | 46 |
| Binary | 1100000 | 11000000 | 100 | 110010 | 0 | 1100010 | 11001 | 1011011 | 1100000 | 100110 |
Color Harmonies of #60C004
Complementary color
Monochromatic Colors of #60C004
Black with #60C004
Text Example
Text Example
White with #60C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C004; }
p { color: rgb(96,192,4); }
H1.HeaderClassName
{
color: #60C004;
}
.AnyTagClassName
{
color: #60C004;
}
</style>
background-color css
<style>
a { background-color: #60C004; }
a { background-color: rgb(96,192,4); }
div.DivClassName
{
background-color: #60C004;
}
.BgClassName
{
background-color: #60C004;
}
</style>
border-color css
<style>
span { border-color: #60C004; }
span { border-color: rgb(96,192,4); }
td.TdClassName
{
border-color: #60C004;
}
.TagClassName
{
border-color: #60C004;
}
</style>