Shades of Kelly Green #56BA13
Tints of Kelly Green #56BA13
RGB
CMYK
RGB Variations
Color information
#56BA13 (or 0x56BA13) is known color: Kelly Green. HEX triplet: 56, BA and 13. RGB value is (86,186,19). Sum of RGB (Red+Green+Blue) = 86+186+19=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BA13 is #A945EC. Grayscale: #898989. Windows color (decimal): -11093485 or 1292886. OLE color: 1292886.
HSL color Cylindrical-coordinate representation of color #56BA13: hue angle of 95.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56BA13 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 19 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.27 |
| HSL | 95.93º | 0.81% | 0.4% | - |
| HSV(B) | 95.93º | 0.9% | 0.73% | - |
| XYZ | 21.51 | 37.14 | 6.65 | - |
| YUV | 137.06 | 61.37 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 19 | 0.54 | 0 | 0.90 | 0.27 | 95.93 | 0.81 | 0.4 |
| Hex | 56 | BA | 13 | 36 | 0 | 5A | 1B | 60 | 51 | 28 |
| Octal | 126 | 272 | 23 | 66 | 0 | 132 | 33 | 140 | 121 | 50 |
| Binary | 1010110 | 10111010 | 10011 | 110110 | 0 | 1011010 | 11011 | 1100000 | 1010001 | 101000 |
Color Harmonies of #56BA13
Complementary color
Monochromatic Colors of #56BA13
Black with #56BA13
Text Example
Text Example
White with #56BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA13; }
p { color: rgb(86,186,19); }
H1.HeaderClassName
{
color: #56BA13;
}
.AnyTagClassName
{
color: #56BA13;
}
</style>
background-color css
<style>
a { background-color: #56BA13; }
a { background-color: rgb(86,186,19); }
div.DivClassName
{
background-color: #56BA13;
}
.BgClassName
{
background-color: #56BA13;
}
</style>
border-color css
<style>
span { border-color: #56BA13; }
span { border-color: rgb(86,186,19); }
td.TdClassName
{
border-color: #56BA13;
}
.TagClassName
{
border-color: #56BA13;
}
</style>