Shades of Kelly Green #60BF01
Tints of Kelly Green #60BF01
RGB
CMYK
RGB Variations
Color information
#60BF01 (or 0x60BF01) is known color: Kelly Green. HEX triplet: 60, BF and 01. RGB value is (96,191,1). Sum of RGB (Red+Green+Blue) = 96+191+1=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BF01 is #9F40FE. Grayscale: #8D8D8D. Windows color (decimal): -10436863 or 114528. OLE color: 114528.
HSL color Cylindrical-coordinate representation of color #60BF01: hue angle of 90º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60BF01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.25 |
| HSL | 90º | 0.99% | 0.38% | - |
| HSV(B) | 90º | 0.99% | 0.75% | - |
| XYZ | 23.46 | 39.75 | 6.46 | - |
| YUV | 140.94 | 49.03 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 1 | 0.50 | 0 | 0.99 | 0.25 | 90 | 0.99 | 0.38 |
| Hex | 60 | BF | 1 | 32 | 0 | 63 | 19 | 5A | 63 | 26 |
| Octal | 140 | 277 | 1 | 62 | 0 | 143 | 31 | 132 | 143 | 46 |
| Binary | 1100000 | 10111111 | 1 | 110010 | 0 | 1100011 | 11001 | 1011010 | 1100011 | 100110 |
Color Harmonies of #60BF01
Complementary color
Monochromatic Colors of #60BF01
Black with #60BF01
Text Example
Text Example
White with #60BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF01; }
p { color: rgb(96,191,1); }
H1.HeaderClassName
{
color: #60BF01;
}
.AnyTagClassName
{
color: #60BF01;
}
</style>
background-color css
<style>
a { background-color: #60BF01; }
a { background-color: rgb(96,191,1); }
div.DivClassName
{
background-color: #60BF01;
}
.BgClassName
{
background-color: #60BF01;
}
</style>
border-color css
<style>
span { border-color: #60BF01; }
span { border-color: rgb(96,191,1); }
td.TdClassName
{
border-color: #60BF01;
}
.TagClassName
{
border-color: #60BF01;
}
</style>