Shades of Kelly Green #60CA0C
Tints of Kelly Green #60CA0C
RGB
CMYK
RGB Variations
Color information
#60CA0C (or 0x60CA0C) is known color: Kelly Green. HEX triplet: 60, CA and 0C. RGB value is (96,202,12). Sum of RGB (Red+Green+Blue) = 96+202+12=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CA0C is #9F35F3. Grayscale: #959595. Windows color (decimal): -10434036 or 838240. OLE color: 838240.
HSL color Cylindrical-coordinate representation of color #60CA0C: hue angle of 93.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60CA0C is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 12 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.21 |
| HSL | 93.47º | 0.89% | 0.42% | - |
| HSV(B) | 93.47º | 0.94% | 0.79% | - |
| XYZ | 26.01 | 44.75 | 7.62 | - |
| YUV | 148.65 | 50.88 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 12 | 0.52 | 0 | 0.94 | 0.21 | 93.47 | 0.89 | 0.42 |
| Hex | 60 | CA | C | 34 | 0 | 5E | 15 | 5D | 59 | 2A |
| Octal | 140 | 312 | 14 | 64 | 0 | 136 | 25 | 135 | 131 | 52 |
| Binary | 1100000 | 11001010 | 1100 | 110100 | 0 | 1011110 | 10101 | 1011101 | 1011001 | 101010 |
Color Harmonies of #60CA0C
Complementary color
Monochromatic Colors of #60CA0C
Black with #60CA0C
Text Example
Text Example
White with #60CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA0C; }
p { color: rgb(96,202,12); }
H1.HeaderClassName
{
color: #60CA0C;
}
.AnyTagClassName
{
color: #60CA0C;
}
</style>
background-color css
<style>
a { background-color: #60CA0C; }
a { background-color: rgb(96,202,12); }
div.DivClassName
{
background-color: #60CA0C;
}
.BgClassName
{
background-color: #60CA0C;
}
</style>
border-color css
<style>
span { border-color: #60CA0C; }
span { border-color: rgb(96,202,12); }
td.TdClassName
{
border-color: #60CA0C;
}
.TagClassName
{
border-color: #60CA0C;
}
</style>