Shades of Kelly Green #60BF0F
Tints of Kelly Green #60BF0F
RGB
CMYK
RGB Variations
Color information
#60BF0F (or 0x60BF0F) is known color: Kelly Green. HEX triplet: 60, BF and 0F. RGB value is (96,191,15). Sum of RGB (Red+Green+Blue) = 96+191+15=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BF0F is #9F40F0. Grayscale: #8F8F8F. Windows color (decimal): -10436849 or 1032032. OLE color: 1032032.
HSL color Cylindrical-coordinate representation of color #60BF0F: hue angle of 92.39º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60BF0F is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 15 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.25 |
| HSL | 92.39º | 0.85% | 0.4% | - |
| HSV(B) | 92.39º | 0.92% | 0.75% | - |
| XYZ | 23.54 | 39.78 | 6.89 | - |
| YUV | 142.53 | 56.03 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 15 | 0.50 | 0 | 0.92 | 0.25 | 92.39 | 0.85 | 0.4 |
| Hex | 60 | BF | F | 32 | 0 | 5C | 19 | 5C | 55 | 28 |
| Octal | 140 | 277 | 17 | 62 | 0 | 134 | 31 | 134 | 125 | 50 |
| Binary | 1100000 | 10111111 | 1111 | 110010 | 0 | 1011100 | 11001 | 1011100 | 1010101 | 101000 |
Color Harmonies of #60BF0F
Complementary color
Monochromatic Colors of #60BF0F
Black with #60BF0F
Text Example
Text Example
White with #60BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF0F; }
p { color: rgb(96,191,15); }
H1.HeaderClassName
{
color: #60BF0F;
}
.AnyTagClassName
{
color: #60BF0F;
}
</style>
background-color css
<style>
a { background-color: #60BF0F; }
a { background-color: rgb(96,191,15); }
div.DivClassName
{
background-color: #60BF0F;
}
.BgClassName
{
background-color: #60BF0F;
}
</style>
border-color css
<style>
span { border-color: #60BF0F; }
span { border-color: rgb(96,191,15); }
td.TdClassName
{
border-color: #60BF0F;
}
.TagClassName
{
border-color: #60BF0F;
}
</style>