Shades of Kelly Green #60BF2C
Tints of Kelly Green #60BF2C
RGB
CMYK
RGB Variations
Color information
#60BF2C (or 0x60BF2C) is known color: Kelly Green. HEX triplet: 60, BF and 2C. RGB value is (96,191,44). Sum of RGB (Red+Green+Blue) = 96+191+44=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF2C is #9F40D3. Grayscale: #929292. Windows color (decimal): -10436820 or 2932576. OLE color: 2932576.
HSL color Cylindrical-coordinate representation of color #60BF2C: hue angle of 98.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60BF2C is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 44 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.25 |
| HSL | 98.78º | 0.63% | 0.46% | - |
| HSV(B) | 98.78º | 0.77% | 0.75% | - |
| XYZ | 23.91 | 39.93 | 8.83 | - |
| YUV | 145.84 | 70.53 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 44 | 0.50 | 0 | 0.77 | 0.25 | 98.78 | 0.63 | 0.46 |
| Hex | 60 | BF | 2C | 32 | 0 | 4D | 19 | 63 | 3F | 2E |
| Octal | 140 | 277 | 54 | 62 | 0 | 115 | 31 | 143 | 77 | 56 |
| Binary | 1100000 | 10111111 | 101100 | 110010 | 0 | 1001101 | 11001 | 1100011 | 111111 | 101110 |
Color Harmonies of #60BF2C
Complementary color
Monochromatic Colors of #60BF2C
Black with #60BF2C
Text Example
Text Example
White with #60BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF2C; }
p { color: rgb(96,191,44); }
H1.HeaderClassName
{
color: #60BF2C;
}
.AnyTagClassName
{
color: #60BF2C;
}
</style>
background-color css
<style>
a { background-color: #60BF2C; }
a { background-color: rgb(96,191,44); }
div.DivClassName
{
background-color: #60BF2C;
}
.BgClassName
{
background-color: #60BF2C;
}
</style>
border-color css
<style>
span { border-color: #60BF2C; }
span { border-color: rgb(96,191,44); }
td.TdClassName
{
border-color: #60BF2C;
}
.TagClassName
{
border-color: #60BF2C;
}
</style>