Shades of Kelly Green #56AF14
Tints of Kelly Green #56AF14
RGB
CMYK
RGB Variations
Color information
#56AF14 (or 0x56AF14) is known color: Kelly Green. HEX triplet: 56, AF and 14. RGB value is (86,175,20). Sum of RGB (Red+Green+Blue) = 86+175+20=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56AF14 is #A950EB. Grayscale: #838383. Windows color (decimal): -11096300 or 1355606. OLE color: 1355606.
HSL color Cylindrical-coordinate representation of color #56AF14: hue angle of 94.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56AF14 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 20 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.31 |
| HSL | 94.45º | 0.79% | 0.38% | - |
| HSV(B) | 94.45º | 0.89% | 0.69% | - |
| XYZ | 19.29 | 32.69 | 5.95 | - |
| YUV | 130.72 | 65.51 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 20 | 0.51 | 0 | 0.89 | 0.31 | 94.45 | 0.79 | 0.38 |
| Hex | 56 | AF | 14 | 33 | 0 | 59 | 1F | 5E | 4F | 26 |
| Octal | 126 | 257 | 24 | 63 | 0 | 131 | 37 | 136 | 117 | 46 |
| Binary | 1010110 | 10101111 | 10100 | 110011 | 0 | 1011001 | 11111 | 1011110 | 1001111 | 100110 |
Color Harmonies of #56AF14
Complementary color
Monochromatic Colors of #56AF14
Black with #56AF14
Text Example
Text Example
White with #56AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF14; }
p { color: rgb(86,175,20); }
H1.HeaderClassName
{
color: #56AF14;
}
.AnyTagClassName
{
color: #56AF14;
}
</style>
background-color css
<style>
a { background-color: #56AF14; }
a { background-color: rgb(86,175,20); }
div.DivClassName
{
background-color: #56AF14;
}
.BgClassName
{
background-color: #56AF14;
}
</style>
border-color css
<style>
span { border-color: #56AF14; }
span { border-color: rgb(86,175,20); }
td.TdClassName
{
border-color: #56AF14;
}
.TagClassName
{
border-color: #56AF14;
}
</style>