Shades of Kelly Green #60CA00
Tints of Kelly Green #60CA00
RGB
CMYK
RGB Variations
Color information
#60CA00 (or 0x60CA00) is known color: Kelly Green. HEX triplet: 60, CA and 00. RGB value is (96,202,0). Sum of RGB (Red+Green+Blue) = 96+202+0=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CA00 is #9F35FF. Grayscale: #939393. Windows color (decimal): -10434048 or 51808. OLE color: 51808.
HSL color Cylindrical-coordinate representation of color #60CA00: hue angle of 91.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60CA00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.21 |
| HSL | 91.49º | 1% | 0.4% | - |
| HSV(B) | 91.49º | 1% | 0.79% | - |
| XYZ | 25.94 | 44.73 | 7.27 | - |
| YUV | 147.28 | 44.88 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 0 | 0.52 | 0 | 1 | 0.21 | 91.49 | 1 | 0.4 |
| Hex | 60 | CA | 0 | 34 | 0 | 64 | 15 | 5B | 64 | 28 |
| Octal | 140 | 312 | 0 | 64 | 0 | 144 | 25 | 133 | 144 | 50 |
| Binary | 1100000 | 11001010 | 0 | 110100 | 0 | 1100100 | 10101 | 1011011 | 1100100 | 101000 |
Color Harmonies of #60CA00
Complementary color
Monochromatic Colors of #60CA00
Black with #60CA00
Text Example
Text Example
White with #60CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA00; }
p { color: rgb(96,202,0); }
H1.HeaderClassName
{
color: #60CA00;
}
.AnyTagClassName
{
color: #60CA00;
}
</style>
background-color css
<style>
a { background-color: #60CA00; }
a { background-color: rgb(96,202,0); }
div.DivClassName
{
background-color: #60CA00;
}
.BgClassName
{
background-color: #60CA00;
}
</style>
border-color css
<style>
span { border-color: #60CA00; }
span { border-color: rgb(96,202,0); }
td.TdClassName
{
border-color: #60CA00;
}
.TagClassName
{
border-color: #60CA00;
}
</style>