Shades of Kelly Green #56BA0A
Tints of Kelly Green #56BA0A
RGB
CMYK
RGB Variations
Color information
#56BA0A (or 0x56BA0A) is known color: Kelly Green. HEX triplet: 56, BA and 0A. RGB value is (86,186,10). Sum of RGB (Red+Green+Blue) = 86+186+10=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BA0A is #A945F5. Grayscale: #888888. Windows color (decimal): -11093494 or 703062. OLE color: 703062.
HSL color Cylindrical-coordinate representation of color #56BA0A: hue angle of 94.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56BA0A is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 10 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.27 |
| HSL | 94.09º | 0.9% | 0.38% | - |
| HSV(B) | 94.09º | 0.95% | 0.73% | - |
| XYZ | 21.45 | 37.12 | 6.32 | - |
| YUV | 136.04 | 56.87 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 10 | 0.54 | 0 | 0.95 | 0.27 | 94.09 | 0.9 | 0.38 |
| Hex | 56 | BA | A | 36 | 0 | 5F | 1B | 5E | 5A | 26 |
| Octal | 126 | 272 | 12 | 66 | 0 | 137 | 33 | 136 | 132 | 46 |
| Binary | 1010110 | 10111010 | 1010 | 110110 | 0 | 1011111 | 11011 | 1011110 | 1011010 | 100110 |
Color Harmonies of #56BA0A
Complementary color
Monochromatic Colors of #56BA0A
Black with #56BA0A
Text Example
Text Example
White with #56BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA0A; }
p { color: rgb(86,186,10); }
H1.HeaderClassName
{
color: #56BA0A;
}
.AnyTagClassName
{
color: #56BA0A;
}
</style>
background-color css
<style>
a { background-color: #56BA0A; }
a { background-color: rgb(86,186,10); }
div.DivClassName
{
background-color: #56BA0A;
}
.BgClassName
{
background-color: #56BA0A;
}
</style>
border-color css
<style>
span { border-color: #56BA0A; }
span { border-color: rgb(86,186,10); }
td.TdClassName
{
border-color: #56BA0A;
}
.TagClassName
{
border-color: #56BA0A;
}
</style>