Shades of Kelly Green #56BC16
Tints of Kelly Green #56BC16
RGB
CMYK
RGB Variations
Color information
#56BC16 (or 0x56BC16) is known color: Kelly Green. HEX triplet: 56, BC and 16. RGB value is (86,188,22). Sum of RGB (Red+Green+Blue) = 86+188+22=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BC16 is #A943E9. Grayscale: #8B8B8B. Windows color (decimal): -11092970 or 1490006. OLE color: 1490006.
HSL color Cylindrical-coordinate representation of color #56BC16: hue angle of 96.87º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56BC16 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 22 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.26 |
| HSL | 96.87º | 0.79% | 0.41% | - |
| HSV(B) | 96.87º | 0.88% | 0.74% | - |
| XYZ | 21.97 | 38 | 6.94 | - |
| YUV | 138.58 | 62.21 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 22 | 0.54 | 0 | 0.88 | 0.26 | 96.87 | 0.79 | 0.41 |
| Hex | 56 | BC | 16 | 36 | 0 | 58 | 1A | 61 | 4F | 29 |
| Octal | 126 | 274 | 26 | 66 | 0 | 130 | 32 | 141 | 117 | 51 |
| Binary | 1010110 | 10111100 | 10110 | 110110 | 0 | 1011000 | 11010 | 1100001 | 1001111 | 101001 |
Color Harmonies of #56BC16
Complementary color
Monochromatic Colors of #56BC16
Black with #56BC16
Text Example
Text Example
White with #56BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC16; }
p { color: rgb(86,188,22); }
H1.HeaderClassName
{
color: #56BC16;
}
.AnyTagClassName
{
color: #56BC16;
}
</style>
background-color css
<style>
a { background-color: #56BC16; }
a { background-color: rgb(86,188,22); }
div.DivClassName
{
background-color: #56BC16;
}
.BgClassName
{
background-color: #56BC16;
}
</style>
border-color css
<style>
span { border-color: #56BC16; }
span { border-color: rgb(86,188,22); }
td.TdClassName
{
border-color: #56BC16;
}
.TagClassName
{
border-color: #56BC16;
}
</style>