Shades of Kelly Green #56A701
Tints of Kelly Green #56A701
RGB
CMYK
RGB Variations
Color information
#56A701 (or 0x56A701) is known color: Kelly Green. HEX triplet: 56, A7 and 01. RGB value is (86,167,1). Sum of RGB (Red+Green+Blue) = 86+167+1=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 167 (65.62% from 255 or 65.75% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 167 - color contains mainly: green. Hex color #56A701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A701 is #A958FE. Grayscale: #7C7C7C. Windows color (decimal): -11098367 or 108374. OLE color: 108374.
HSL color Cylindrical-coordinate representation of color #56A701: hue angle of 89.28º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56A701 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.35 |
| HSL | 89.28º | 0.99% | 0.33% | - |
| HSV(B) | 89.28º | 0.99% | 0.65% | - |
| XYZ | 17.66 | 29.62 | 4.81 | - |
| YUV | 123.86 | 58.66 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 1 | 0.49 | 0 | 0.99 | 0.35 | 89.28 | 0.99 | 0.33 |
| Hex | 56 | A7 | 1 | 31 | 0 | 63 | 23 | 59 | 63 | 21 |
| Octal | 126 | 247 | 1 | 61 | 0 | 143 | 43 | 131 | 143 | 41 |
| Binary | 1010110 | 10100111 | 1 | 110001 | 0 | 1100011 | 100011 | 1011001 | 1100011 | 100001 |
Color Harmonies of #56A701
Complementary color
Monochromatic Colors of #56A701
Black with #56A701
Text Example
Text Example
White with #56A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A701; }
p { color: rgb(86,167,1); }
H1.HeaderClassName
{
color: #56A701;
}
.AnyTagClassName
{
color: #56A701;
}
</style>
background-color css
<style>
a { background-color: #56A701; }
a { background-color: rgb(86,167,1); }
div.DivClassName
{
background-color: #56A701;
}
.BgClassName
{
background-color: #56A701;
}
</style>
border-color css
<style>
span { border-color: #56A701; }
span { border-color: rgb(86,167,1); }
td.TdClassName
{
border-color: #56A701;
}
.TagClassName
{
border-color: #56A701;
}
</style>