Shades of Kelly Green #60BF00
Tints of Kelly Green #60BF00
RGB
CMYK
RGB Variations
Color information
#60BF00 (or 0x60BF00) is known color: Kelly Green. HEX triplet: 60, BF and 00. RGB value is (96,191,0). Sum of RGB (Red+Green+Blue) = 96+191+0=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BF00 is #9F40FF. Grayscale: #8D8D8D. Windows color (decimal): -10436864 or 48992. OLE color: 48992.
HSL color Cylindrical-coordinate representation of color #60BF00: hue angle of 89.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60BF00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.25 |
| HSL | 89.84º | 1% | 0.37% | - |
| HSV(B) | 89.84º | 1% | 0.75% | - |
| XYZ | 23.45 | 39.75 | 6.44 | - |
| YUV | 140.82 | 48.53 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 0 | 0.50 | 0 | 1 | 0.25 | 89.84 | 1 | 0.37 |
| Hex | 60 | BF | 0 | 32 | 0 | 64 | 19 | 5A | 64 | 25 |
| Octal | 140 | 277 | 0 | 62 | 0 | 144 | 31 | 132 | 144 | 45 |
| Binary | 1100000 | 10111111 | 0 | 110010 | 0 | 1100100 | 11001 | 1011010 | 1100100 | 100101 |
Color Harmonies of #60BF00
Complementary color
Monochromatic Colors of #60BF00
Black with #60BF00
Text Example
Text Example
White with #60BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF00; }
p { color: rgb(96,191,0); }
H1.HeaderClassName
{
color: #60BF00;
}
.AnyTagClassName
{
color: #60BF00;
}
</style>
background-color css
<style>
a { background-color: #60BF00; }
a { background-color: rgb(96,191,0); }
div.DivClassName
{
background-color: #60BF00;
}
.BgClassName
{
background-color: #60BF00;
}
</style>
border-color css
<style>
span { border-color: #60BF00; }
span { border-color: rgb(96,191,0); }
td.TdClassName
{
border-color: #60BF00;
}
.TagClassName
{
border-color: #60BF00;
}
</style>