Shades of Kelly Green #60CA05
Tints of Kelly Green #60CA05
RGB
CMYK
RGB Variations
Color information
#60CA05 (or 0x60CA05) is known color: Kelly Green. HEX triplet: 60, CA and 05. RGB value is (96,202,5). Sum of RGB (Red+Green+Blue) = 96+202+5=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CA05 is #9F35FA. Grayscale: #949494. Windows color (decimal): -10434043 or 379488. OLE color: 379488.
HSL color Cylindrical-coordinate representation of color #60CA05: hue angle of 92.28º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60CA05 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 5 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.21 |
| HSL | 92.28º | 0.95% | 0.41% | - |
| HSV(B) | 92.28º | 0.98% | 0.79% | - |
| XYZ | 25.97 | 44.74 | 7.41 | - |
| YUV | 147.85 | 47.38 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 5 | 0.52 | 0 | 0.98 | 0.21 | 92.28 | 0.95 | 0.41 |
| Hex | 60 | CA | 5 | 34 | 0 | 62 | 15 | 5C | 5F | 29 |
| Octal | 140 | 312 | 5 | 64 | 0 | 142 | 25 | 134 | 137 | 51 |
| Binary | 1100000 | 11001010 | 101 | 110100 | 0 | 1100010 | 10101 | 1011100 | 1011111 | 101001 |
Color Harmonies of #60CA05
Complementary color
Monochromatic Colors of #60CA05
Black with #60CA05
Text Example
Text Example
White with #60CA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA05; }
p { color: rgb(96,202,5); }
H1.HeaderClassName
{
color: #60CA05;
}
.AnyTagClassName
{
color: #60CA05;
}
</style>
background-color css
<style>
a { background-color: #60CA05; }
a { background-color: rgb(96,202,5); }
div.DivClassName
{
background-color: #60CA05;
}
.BgClassName
{
background-color: #60CA05;
}
</style>
border-color css
<style>
span { border-color: #60CA05; }
span { border-color: rgb(96,202,5); }
td.TdClassName
{
border-color: #60CA05;
}
.TagClassName
{
border-color: #60CA05;
}
</style>