Shades of Kelly Green #60BF20
Tints of Kelly Green #60BF20
RGB
CMYK
RGB Variations
Color information
#60BF20 (or 0x60BF20) is known color: Kelly Green. HEX triplet: 60, BF and 20. RGB value is (96,191,32). Sum of RGB (Red+Green+Blue) = 96+191+32=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF20 is #9F40DF. Grayscale: #919191. Windows color (decimal): -10436832 or 2146144. OLE color: 2146144.
HSL color Cylindrical-coordinate representation of color #60BF20: hue angle of 95.85º 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 #60BF20 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 32 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.25 |
| HSL | 95.85º | 0.71% | 0.44% | - |
| HSV(B) | 95.85º | 0.83% | 0.75% | - |
| XYZ | 23.72 | 39.85 | 7.81 | - |
| YUV | 144.47 | 64.53 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 32 | 0.50 | 0 | 0.83 | 0.25 | 95.85 | 0.71 | 0.44 |
| Hex | 60 | BF | 20 | 32 | 0 | 53 | 19 | 60 | 47 | 2C |
| Octal | 140 | 277 | 40 | 62 | 0 | 123 | 31 | 140 | 107 | 54 |
| Binary | 1100000 | 10111111 | 100000 | 110010 | 0 | 1010011 | 11001 | 1100000 | 1000111 | 101100 |
Color Harmonies of #60BF20
Complementary color
Monochromatic Colors of #60BF20
Black with #60BF20
Text Example
Text Example
White with #60BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF20; }
p { color: rgb(96,191,32); }
H1.HeaderClassName
{
color: #60BF20;
}
.AnyTagClassName
{
color: #60BF20;
}
</style>
background-color css
<style>
a { background-color: #60BF20; }
a { background-color: rgb(96,191,32); }
div.DivClassName
{
background-color: #60BF20;
}
.BgClassName
{
background-color: #60BF20;
}
</style>
border-color css
<style>
span { border-color: #60BF20; }
span { border-color: rgb(96,191,32); }
td.TdClassName
{
border-color: #60BF20;
}
.TagClassName
{
border-color: #60BF20;
}
</style>