Shades of Kelly Green #60C022
Tints of Kelly Green #60C022
RGB
CMYK
RGB Variations
Color information
#60C022 (or 0x60C022) is known color: Kelly Green. HEX triplet: 60, C0 and 22. RGB value is (96,192,34). Sum of RGB (Red+Green+Blue) = 96+192+34=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #60C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C022 is #9F3FDD. Grayscale: #919191. Windows color (decimal): -10436574 or 2277472. OLE color: 2277472.
HSL color Cylindrical-coordinate representation of color #60C022: hue angle of 96.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60C022 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 34 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.25 |
| HSL | 96.46º | 0.7% | 0.44% | - |
| HSV(B) | 96.46º | 0.82% | 0.75% | - |
| XYZ | 23.96 | 40.3 | 8.03 | - |
| YUV | 145.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 34 | 0.50 | 0 | 0.82 | 0.25 | 96.46 | 0.7 | 0.44 |
| Hex | 60 | C0 | 22 | 32 | 0 | 52 | 19 | 60 | 46 | 2C |
| Octal | 140 | 300 | 42 | 62 | 0 | 122 | 31 | 140 | 106 | 54 |
| Binary | 1100000 | 11000000 | 100010 | 110010 | 0 | 1010010 | 11001 | 1100000 | 1000110 | 101100 |
Color Harmonies of #60C022
Complementary color
Monochromatic Colors of #60C022
Black with #60C022
Text Example
Text Example
White with #60C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C022; }
p { color: rgb(96,192,34); }
H1.HeaderClassName
{
color: #60C022;
}
.AnyTagClassName
{
color: #60C022;
}
</style>
background-color css
<style>
a { background-color: #60C022; }
a { background-color: rgb(96,192,34); }
div.DivClassName
{
background-color: #60C022;
}
.BgClassName
{
background-color: #60C022;
}
</style>
border-color css
<style>
span { border-color: #60C022; }
span { border-color: rgb(96,192,34); }
td.TdClassName
{
border-color: #60C022;
}
.TagClassName
{
border-color: #60C022;
}
</style>