Shades of Kelly Green #56C032
Tints of Kelly Green #56C032
RGB
CMYK
RGB Variations
Color information
#56C032 (or 0x56C032) is known color: Kelly Green. HEX triplet: 56, C0 and 32. RGB value is (86,192,50). Sum of RGB (Red+Green+Blue) = 86+192+50=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #56C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C032 is #A93FCD. Grayscale: #909090. Windows color (decimal): -11091918 or 3326038. OLE color: 3326038.
HSL color Cylindrical-coordinate representation of color #56C032: hue angle of 104.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56C032 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 50 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.25 |
| HSL | 104.79º | 0.59% | 0.47% | - |
| HSV(B) | 104.79º | 0.74% | 0.75% | - |
| XYZ | 23.26 | 39.91 | 9.49 | - |
| YUV | 144.12 | 74.88 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 50 | 0.55 | 0 | 0.74 | 0.25 | 104.79 | 0.59 | 0.47 |
| Hex | 56 | C0 | 32 | 37 | 0 | 4A | 19 | 69 | 3B | 2F |
| Octal | 126 | 300 | 62 | 67 | 0 | 112 | 31 | 151 | 73 | 57 |
| Binary | 1010110 | 11000000 | 110010 | 110111 | 0 | 1001010 | 11001 | 1101001 | 111011 | 101111 |
Color Harmonies of #56C032
Complementary color
Monochromatic Colors of #56C032
Black with #56C032
Text Example
Text Example
White with #56C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C032; }
p { color: rgb(86,192,50); }
H1.HeaderClassName
{
color: #56C032;
}
.AnyTagClassName
{
color: #56C032;
}
</style>
background-color css
<style>
a { background-color: #56C032; }
a { background-color: rgb(86,192,50); }
div.DivClassName
{
background-color: #56C032;
}
.BgClassName
{
background-color: #56C032;
}
</style>
border-color css
<style>
span { border-color: #56C032; }
span { border-color: rgb(86,192,50); }
td.TdClassName
{
border-color: #56C032;
}
.TagClassName
{
border-color: #56C032;
}
</style>