Shades of Kelly Green #56C52D
Tints of Kelly Green #56C52D
RGB
CMYK
RGB Variations
Color information
#56C52D (or 0x56C52D) is known color: Kelly Green. HEX triplet: 56, C5 and 2D. RGB value is (86,197,45). Sum of RGB (Red+Green+Blue) = 86+197+45=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #56C52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C52D is #A93AD2. Grayscale: #929292. Windows color (decimal): -11090643 or 2999638. OLE color: 2999638.
HSL color Cylindrical-coordinate representation of color #56C52D: hue angle of 103.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56C52D is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 45 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.23 |
| HSL | 103.82º | 0.63% | 0.47% | - |
| HSV(B) | 103.82º | 0.77% | 0.77% | - |
| XYZ | 24.28 | 42.1 | 9.33 | - |
| YUV | 146.48 | 70.73 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 45 | 0.56 | 0 | 0.77 | 0.23 | 103.82 | 0.63 | 0.47 |
| Hex | 56 | C5 | 2D | 38 | 0 | 4D | 17 | 68 | 3F | 2F |
| Octal | 126 | 305 | 55 | 70 | 0 | 115 | 27 | 150 | 77 | 57 |
| Binary | 1010110 | 11000101 | 101101 | 111000 | 0 | 1001101 | 10111 | 1101000 | 111111 | 101111 |
Color Harmonies of #56C52D
Complementary color
Monochromatic Colors of #56C52D
Black with #56C52D
Text Example
Text Example
White with #56C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C52D; }
p { color: rgb(86,197,45); }
H1.HeaderClassName
{
color: #56C52D;
}
.AnyTagClassName
{
color: #56C52D;
}
</style>
background-color css
<style>
a { background-color: #56C52D; }
a { background-color: rgb(86,197,45); }
div.DivClassName
{
background-color: #56C52D;
}
.BgClassName
{
background-color: #56C52D;
}
</style>
border-color css
<style>
span { border-color: #56C52D; }
span { border-color: rgb(86,197,45); }
td.TdClassName
{
border-color: #56C52D;
}
.TagClassName
{
border-color: #56C52D;
}
</style>