Shades of Kelly Green #60B50F
Tints of Kelly Green #60B50F
RGB
CMYK
RGB Variations
Color information
#60B50F (or 0x60B50F) is known color: Kelly Green. HEX triplet: 60, B5 and 0F. RGB value is (96,181,15). Sum of RGB (Red+Green+Blue) = 96+181+15=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #60B50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B50F is #9F4AF0. Grayscale: #898989. Windows color (decimal): -10439409 or 1029472. OLE color: 1029472.
HSL color Cylindrical-coordinate representation of color #60B50F: hue angle of 90.72º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60B50F is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 15 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.29 |
| HSL | 90.72º | 0.85% | 0.38% | - |
| HSV(B) | 90.72º | 0.92% | 0.71% | - |
| XYZ | 21.43 | 35.57 | 6.19 | - |
| YUV | 136.66 | 59.34 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 15 | 0.47 | 0 | 0.92 | 0.29 | 90.72 | 0.85 | 0.38 |
| Hex | 60 | B5 | F | 2F | 0 | 5C | 1D | 5B | 55 | 26 |
| Octal | 140 | 265 | 17 | 57 | 0 | 134 | 35 | 133 | 125 | 46 |
| Binary | 1100000 | 10110101 | 1111 | 101111 | 0 | 1011100 | 11101 | 1011011 | 1010101 | 100110 |
Color Harmonies of #60B50F
Complementary color
Monochromatic Colors of #60B50F
Black with #60B50F
Text Example
Text Example
White with #60B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B50F; }
p { color: rgb(96,181,15); }
H1.HeaderClassName
{
color: #60B50F;
}
.AnyTagClassName
{
color: #60B50F;
}
</style>
background-color css
<style>
a { background-color: #60B50F; }
a { background-color: rgb(96,181,15); }
div.DivClassName
{
background-color: #60B50F;
}
.BgClassName
{
background-color: #60B50F;
}
</style>
border-color css
<style>
span { border-color: #60B50F; }
span { border-color: rgb(96,181,15); }
td.TdClassName
{
border-color: #60B50F;
}
.TagClassName
{
border-color: #60B50F;
}
</style>