Shades of Kelly Green #56BC0E
Tints of Kelly Green #56BC0E
RGB
CMYK
RGB Variations
Color information
#56BC0E (or 0x56BC0E) is known color: Kelly Green. HEX triplet: 56, BC and 0E. RGB value is (86,188,14). Sum of RGB (Red+Green+Blue) = 86+188+14=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BC0E is #A943F1. Grayscale: #8A8A8A. Windows color (decimal): -11092978 or 965718. OLE color: 965718.
HSL color Cylindrical-coordinate representation of color #56BC0E: hue angle of 95.17º 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 #56BC0E is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 14 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.26 |
| HSL | 95.17º | 0.86% | 0.4% | - |
| HSV(B) | 95.17º | 0.93% | 0.74% | - |
| XYZ | 21.9 | 37.98 | 6.59 | - |
| YUV | 137.67 | 58.21 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 14 | 0.54 | 0 | 0.93 | 0.26 | 95.17 | 0.86 | 0.4 |
| Hex | 56 | BC | E | 36 | 0 | 5D | 1A | 5F | 56 | 28 |
| Octal | 126 | 274 | 16 | 66 | 0 | 135 | 32 | 137 | 126 | 50 |
| Binary | 1010110 | 10111100 | 1110 | 110110 | 0 | 1011101 | 11010 | 1011111 | 1010110 | 101000 |
Color Harmonies of #56BC0E
Complementary color
Monochromatic Colors of #56BC0E
Black with #56BC0E
Text Example
Text Example
White with #56BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC0E; }
p { color: rgb(86,188,14); }
H1.HeaderClassName
{
color: #56BC0E;
}
.AnyTagClassName
{
color: #56BC0E;
}
</style>
background-color css
<style>
a { background-color: #56BC0E; }
a { background-color: rgb(86,188,14); }
div.DivClassName
{
background-color: #56BC0E;
}
.BgClassName
{
background-color: #56BC0E;
}
</style>
border-color css
<style>
span { border-color: #56BC0E; }
span { border-color: rgb(86,188,14); }
td.TdClassName
{
border-color: #56BC0E;
}
.TagClassName
{
border-color: #56BC0E;
}
</style>