Shades of Kelly Green #60BC19
Tints of Kelly Green #60BC19
RGB
CMYK
RGB Variations
Color information
#60BC19 (or 0x60BC19) is known color: Kelly Green. HEX triplet: 60, BC and 19. RGB value is (96,188,25). Sum of RGB (Red+Green+Blue) = 96+188+25=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC19 is #9F43E6. Grayscale: #8E8E8E. Windows color (decimal): -10437607 or 1686624. OLE color: 1686624.
HSL color Cylindrical-coordinate representation of color #60BC19: hue angle of 93.87º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60BC19 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 25 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.26 |
| HSL | 93.87º | 0.77% | 0.42% | - |
| HSV(B) | 93.87º | 0.87% | 0.74% | - |
| XYZ | 22.98 | 38.52 | 7.14 | - |
| YUV | 141.91 | 62.02 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 25 | 0.49 | 0 | 0.87 | 0.26 | 93.87 | 0.77 | 0.42 |
| Hex | 60 | BC | 19 | 31 | 0 | 57 | 1A | 5E | 4D | 2A |
| Octal | 140 | 274 | 31 | 61 | 0 | 127 | 32 | 136 | 115 | 52 |
| Binary | 1100000 | 10111100 | 11001 | 110001 | 0 | 1010111 | 11010 | 1011110 | 1001101 | 101010 |
Color Harmonies of #60BC19
Complementary color
Monochromatic Colors of #60BC19
Black with #60BC19
Text Example
Text Example
White with #60BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC19; }
p { color: rgb(96,188,25); }
H1.HeaderClassName
{
color: #60BC19;
}
.AnyTagClassName
{
color: #60BC19;
}
</style>
background-color css
<style>
a { background-color: #60BC19; }
a { background-color: rgb(96,188,25); }
div.DivClassName
{
background-color: #60BC19;
}
.BgClassName
{
background-color: #60BC19;
}
</style>
border-color css
<style>
span { border-color: #60BC19; }
span { border-color: rgb(96,188,25); }
td.TdClassName
{
border-color: #60BC19;
}
.TagClassName
{
border-color: #60BC19;
}
</style>