Shades of Kelly Green #60BF04
Tints of Kelly Green #60BF04
RGB
CMYK
RGB Variations
Color information
#60BF04 (or 0x60BF04) is known color: Kelly Green. HEX triplet: 60, BF and 04. RGB value is (96,191,4). Sum of RGB (Red+Green+Blue) = 96+191+4=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BF04 is #9F40FB. Grayscale: #8D8D8D. Windows color (decimal): -10436860 or 311136. OLE color: 311136.
HSL color Cylindrical-coordinate representation of color #60BF04: hue angle of 90.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60BF04 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 4 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.25 |
| HSL | 90.48º | 0.96% | 0.38% | - |
| HSV(B) | 90.48º | 0.98% | 0.75% | - |
| XYZ | 23.48 | 39.76 | 6.55 | - |
| YUV | 141.28 | 50.53 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 4 | 0.50 | 0 | 0.98 | 0.25 | 90.48 | 0.96 | 0.38 |
| Hex | 60 | BF | 4 | 32 | 0 | 62 | 19 | 5A | 60 | 26 |
| Octal | 140 | 277 | 4 | 62 | 0 | 142 | 31 | 132 | 140 | 46 |
| Binary | 1100000 | 10111111 | 100 | 110010 | 0 | 1100010 | 11001 | 1011010 | 1100000 | 100110 |
Color Harmonies of #60BF04
Complementary color
Monochromatic Colors of #60BF04
Black with #60BF04
Text Example
Text Example
White with #60BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF04; }
p { color: rgb(96,191,4); }
H1.HeaderClassName
{
color: #60BF04;
}
.AnyTagClassName
{
color: #60BF04;
}
</style>
background-color css
<style>
a { background-color: #60BF04; }
a { background-color: rgb(96,191,4); }
div.DivClassName
{
background-color: #60BF04;
}
.BgClassName
{
background-color: #60BF04;
}
</style>
border-color css
<style>
span { border-color: #60BF04; }
span { border-color: rgb(96,191,4); }
td.TdClassName
{
border-color: #60BF04;
}
.TagClassName
{
border-color: #60BF04;
}
</style>