Shades of Kelly Green #60BC0E
Tints of Kelly Green #60BC0E
RGB
CMYK
RGB Variations
Color information
#60BC0E (or 0x60BC0E) is known color: Kelly Green. HEX triplet: 60, BC and 0E. RGB value is (96,188,14). Sum of RGB (Red+Green+Blue) = 96+188+14=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC0E is #9F43F1. Grayscale: #8D8D8D. Windows color (decimal): -10437618 or 965728. OLE color: 965728.
HSL color Cylindrical-coordinate representation of color #60BC0E: hue angle of 91.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60BC0E is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 14 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.26 |
| HSL | 91.72º | 0.86% | 0.4% | - |
| HSV(B) | 91.72º | 0.93% | 0.74% | - |
| XYZ | 22.89 | 38.48 | 6.64 | - |
| YUV | 140.66 | 56.52 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 14 | 0.49 | 0 | 0.93 | 0.26 | 91.72 | 0.86 | 0.4 |
| Hex | 60 | BC | E | 31 | 0 | 5D | 1A | 5C | 56 | 28 |
| Octal | 140 | 274 | 16 | 61 | 0 | 135 | 32 | 134 | 126 | 50 |
| Binary | 1100000 | 10111100 | 1110 | 110001 | 0 | 1011101 | 11010 | 1011100 | 1010110 | 101000 |
Color Harmonies of #60BC0E
Complementary color
Monochromatic Colors of #60BC0E
Black with #60BC0E
Text Example
Text Example
White with #60BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC0E; }
p { color: rgb(96,188,14); }
H1.HeaderClassName
{
color: #60BC0E;
}
.AnyTagClassName
{
color: #60BC0E;
}
</style>
background-color css
<style>
a { background-color: #60BC0E; }
a { background-color: rgb(96,188,14); }
div.DivClassName
{
background-color: #60BC0E;
}
.BgClassName
{
background-color: #60BC0E;
}
</style>
border-color css
<style>
span { border-color: #60BC0E; }
span { border-color: rgb(96,188,14); }
td.TdClassName
{
border-color: #60BC0E;
}
.TagClassName
{
border-color: #60BC0E;
}
</style>