Shades of Kelly Green #56C532
Tints of Kelly Green #56C532
RGB
CMYK
RGB Variations
Color information
#56C532 (or 0x56C532) is known color: Kelly Green. HEX triplet: 56, C5 and 32. RGB value is (86,197,50). Sum of RGB (Red+Green+Blue) = 86+197+50=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #56C532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C532 is #A93ACD. Grayscale: #939393. Windows color (decimal): -11090638 or 3327318. OLE color: 3327318.
HSL color Cylindrical-coordinate representation of color #56C532: hue angle of 105.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56C532 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 50 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.23 |
| HSL | 105.31º | 0.6% | 0.48% | - |
| HSV(B) | 105.31º | 0.75% | 0.77% | - |
| XYZ | 24.38 | 42.14 | 9.87 | - |
| YUV | 147.05 | 73.23 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 50 | 0.56 | 0 | 0.75 | 0.23 | 105.31 | 0.6 | 0.48 |
| Hex | 56 | C5 | 32 | 38 | 0 | 4B | 17 | 69 | 3C | 30 |
| Octal | 126 | 305 | 62 | 70 | 0 | 113 | 27 | 151 | 74 | 60 |
| Binary | 1010110 | 11000101 | 110010 | 111000 | 0 | 1001011 | 10111 | 1101001 | 111100 | 110000 |
Color Harmonies of #56C532
Complementary color
Monochromatic Colors of #56C532
Black with #56C532
Text Example
Text Example
White with #56C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C532; }
p { color: rgb(86,197,50); }
H1.HeaderClassName
{
color: #56C532;
}
.AnyTagClassName
{
color: #56C532;
}
</style>
background-color css
<style>
a { background-color: #56C532; }
a { background-color: rgb(86,197,50); }
div.DivClassName
{
background-color: #56C532;
}
.BgClassName
{
background-color: #56C532;
}
</style>
border-color css
<style>
span { border-color: #56C532; }
span { border-color: rgb(86,197,50); }
td.TdClassName
{
border-color: #56C532;
}
.TagClassName
{
border-color: #56C532;
}
</style>