Shades of Kelly Green #56A805
Tints of Kelly Green #56A805
RGB
CMYK
RGB Variations
Color information
#56A805 (or 0x56A805) is known color: Kelly Green. HEX triplet: 56, A8 and 05. RGB value is (86,168,5). Sum of RGB (Red+Green+Blue) = 86+168+5=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 168 (66.02% from 255 or 64.86% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 168 - color contains mainly: green. Hex color #56A805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A805 is #A957FA. Grayscale: #7D7D7D. Windows color (decimal): -11098107 or 370774. OLE color: 370774.
HSL color Cylindrical-coordinate representation of color #56A805: hue angle of 90.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56A805 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 168 | 5 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.34 |
| HSL | 90.18º | 0.94% | 0.34% | - |
| HSV(B) | 90.18º | 0.97% | 0.66% | - |
| XYZ | 17.87 | 29.99 | 4.99 | - |
| YUV | 124.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 5 | 0.49 | 0 | 0.97 | 0.34 | 90.18 | 0.94 | 0.34 |
| Hex | 56 | A8 | 5 | 31 | 0 | 61 | 22 | 5A | 5E | 22 |
| Octal | 126 | 250 | 5 | 61 | 0 | 141 | 42 | 132 | 136 | 42 |
| Binary | 1010110 | 10101000 | 101 | 110001 | 0 | 1100001 | 100010 | 1011010 | 1011110 | 100010 |
Color Harmonies of #56A805
Complementary color
Monochromatic Colors of #56A805
Black with #56A805
Text Example
Text Example
White with #56A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A805; }
p { color: rgb(86,168,5); }
H1.HeaderClassName
{
color: #56A805;
}
.AnyTagClassName
{
color: #56A805;
}
</style>
background-color css
<style>
a { background-color: #56A805; }
a { background-color: rgb(86,168,5); }
div.DivClassName
{
background-color: #56A805;
}
.BgClassName
{
background-color: #56A805;
}
</style>
border-color css
<style>
span { border-color: #56A805; }
span { border-color: rgb(86,168,5); }
td.TdClassName
{
border-color: #56A805;
}
.TagClassName
{
border-color: #56A805;
}
</style>