Shades of Kelly Green #56C50D
Tints of Kelly Green #56C50D
RGB
CMYK
RGB Variations
Color information
#56C50D (or 0x56C50D) is known color: Kelly Green. HEX triplet: 56, C5 and 0D. RGB value is (86,197,13). Sum of RGB (Red+Green+Blue) = 86+197+13=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #56C50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56C50D is #A93AF2. Grayscale: #8F8F8F. Windows color (decimal): -11090675 or 902486. OLE color: 902486.
HSL color Cylindrical-coordinate representation of color #56C50D: hue angle of 96.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56C50D is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 13 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.23 |
| HSL | 96.2º | 0.88% | 0.41% | - |
| HSV(B) | 96.2º | 0.93% | 0.77% | - |
| XYZ | 23.88 | 41.94 | 7.22 | - |
| YUV | 142.84 | 54.73 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 13 | 0.56 | 0 | 0.93 | 0.23 | 96.2 | 0.88 | 0.41 |
| Hex | 56 | C5 | D | 38 | 0 | 5D | 17 | 60 | 58 | 29 |
| Octal | 126 | 305 | 15 | 70 | 0 | 135 | 27 | 140 | 130 | 51 |
| Binary | 1010110 | 11000101 | 1101 | 111000 | 0 | 1011101 | 10111 | 1100000 | 1011000 | 101001 |
Color Harmonies of #56C50D
Complementary color
Monochromatic Colors of #56C50D
Black with #56C50D
Text Example
Text Example
White with #56C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C50D; }
p { color: rgb(86,197,13); }
H1.HeaderClassName
{
color: #56C50D;
}
.AnyTagClassName
{
color: #56C50D;
}
</style>
background-color css
<style>
a { background-color: #56C50D; }
a { background-color: rgb(86,197,13); }
div.DivClassName
{
background-color: #56C50D;
}
.BgClassName
{
background-color: #56C50D;
}
</style>
border-color css
<style>
span { border-color: #56C50D; }
span { border-color: rgb(86,197,13); }
td.TdClassName
{
border-color: #56C50D;
}
.TagClassName
{
border-color: #56C50D;
}
</style>