Shades of Kelly Green #60C020
Tints of Kelly Green #60C020
RGB
CMYK
RGB Variations
Color information
#60C020 (or 0x60C020) is known color: Kelly Green. HEX triplet: 60, C0 and 20. RGB value is (96,192,32). Sum of RGB (Red+Green+Blue) = 96+192+32=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #60C020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C020 is #9F3FDF. Grayscale: #919191. Windows color (decimal): -10436576 or 2146400. OLE color: 2146400.
HSL color Cylindrical-coordinate representation of color #60C020: hue angle of 96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60C020 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 32 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.25 |
| HSL | 96º | 0.71% | 0.44% | - |
| HSV(B) | 96º | 0.83% | 0.75% | - |
| XYZ | 23.93 | 40.29 | 7.88 | - |
| YUV | 145.06 | 64.2 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 32 | 0.50 | 0 | 0.83 | 0.25 | 96 | 0.71 | 0.44 |
| Hex | 60 | C0 | 20 | 32 | 0 | 53 | 19 | 60 | 47 | 2C |
| Octal | 140 | 300 | 40 | 62 | 0 | 123 | 31 | 140 | 107 | 54 |
| Binary | 1100000 | 11000000 | 100000 | 110010 | 0 | 1010011 | 11001 | 1100000 | 1000111 | 101100 |
Color Harmonies of #60C020
Complementary color
Monochromatic Colors of #60C020
Black with #60C020
Text Example
Text Example
White with #60C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C020; }
p { color: rgb(96,192,32); }
H1.HeaderClassName
{
color: #60C020;
}
.AnyTagClassName
{
color: #60C020;
}
</style>
background-color css
<style>
a { background-color: #60C020; }
a { background-color: rgb(96,192,32); }
div.DivClassName
{
background-color: #60C020;
}
.BgClassName
{
background-color: #60C020;
}
</style>
border-color css
<style>
span { border-color: #60C020; }
span { border-color: rgb(96,192,32); }
td.TdClassName
{
border-color: #60C020;
}
.TagClassName
{
border-color: #60C020;
}
</style>