Shades of Kelly Green #60CA04
Tints of Kelly Green #60CA04
RGB
CMYK
RGB Variations
Color information
#60CA04 (or 0x60CA04) is known color: Kelly Green. HEX triplet: 60, CA and 04. RGB value is (96,202,4). Sum of RGB (Red+Green+Blue) = 96+202+4=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CA04 is #9F35FB. Grayscale: #949494. Windows color (decimal): -10434044 or 313952. OLE color: 313952.
HSL color Cylindrical-coordinate representation of color #60CA04: hue angle of 92.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60CA04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 4 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.21 |
| HSL | 92.12º | 0.96% | 0.4% | - |
| HSV(B) | 92.12º | 0.98% | 0.79% | - |
| XYZ | 25.97 | 44.74 | 7.38 | - |
| YUV | 147.73 | 46.88 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 4 | 0.52 | 0 | 0.98 | 0.21 | 92.12 | 0.96 | 0.4 |
| Hex | 60 | CA | 4 | 34 | 0 | 62 | 15 | 5C | 60 | 28 |
| Octal | 140 | 312 | 4 | 64 | 0 | 142 | 25 | 134 | 140 | 50 |
| Binary | 1100000 | 11001010 | 100 | 110100 | 0 | 1100010 | 10101 | 1011100 | 1100000 | 101000 |
Color Harmonies of #60CA04
Complementary color
Monochromatic Colors of #60CA04
Black with #60CA04
Text Example
Text Example
White with #60CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA04; }
p { color: rgb(96,202,4); }
H1.HeaderClassName
{
color: #60CA04;
}
.AnyTagClassName
{
color: #60CA04;
}
</style>
background-color css
<style>
a { background-color: #60CA04; }
a { background-color: rgb(96,202,4); }
div.DivClassName
{
background-color: #60CA04;
}
.BgClassName
{
background-color: #60CA04;
}
</style>
border-color css
<style>
span { border-color: #60CA04; }
span { border-color: rgb(96,202,4); }
td.TdClassName
{
border-color: #60CA04;
}
.TagClassName
{
border-color: #60CA04;
}
</style>