Shades of Kelly Green #56BC13
Tints of Kelly Green #56BC13
RGB
CMYK
RGB Variations
Color information
#56BC13 (or 0x56BC13) is known color: Kelly Green. HEX triplet: 56, BC and 13. RGB value is (86,188,19). Sum of RGB (Red+Green+Blue) = 86+188+19=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BC13 is #A943EC. Grayscale: #8A8A8A. Windows color (decimal): -11092973 or 1293398. OLE color: 1293398.
HSL color Cylindrical-coordinate representation of color #56BC13: hue angle of 96.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56BC13 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 19 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.26 |
| HSL | 96.21º | 0.82% | 0.41% | - |
| HSV(B) | 96.21º | 0.9% | 0.74% | - |
| XYZ | 21.94 | 37.99 | 6.79 | - |
| YUV | 138.24 | 60.71 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 19 | 0.54 | 0 | 0.90 | 0.26 | 96.21 | 0.82 | 0.41 |
| Hex | 56 | BC | 13 | 36 | 0 | 5A | 1A | 60 | 52 | 29 |
| Octal | 126 | 274 | 23 | 66 | 0 | 132 | 32 | 140 | 122 | 51 |
| Binary | 1010110 | 10111100 | 10011 | 110110 | 0 | 1011010 | 11010 | 1100000 | 1010010 | 101001 |
Color Harmonies of #56BC13
Complementary color
Monochromatic Colors of #56BC13
Black with #56BC13
Text Example
Text Example
White with #56BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC13; }
p { color: rgb(86,188,19); }
H1.HeaderClassName
{
color: #56BC13;
}
.AnyTagClassName
{
color: #56BC13;
}
</style>
background-color css
<style>
a { background-color: #56BC13; }
a { background-color: rgb(86,188,19); }
div.DivClassName
{
background-color: #56BC13;
}
.BgClassName
{
background-color: #56BC13;
}
</style>
border-color css
<style>
span { border-color: #56BC13; }
span { border-color: rgb(86,188,19); }
td.TdClassName
{
border-color: #56BC13;
}
.TagClassName
{
border-color: #56BC13;
}
</style>