Shades of Kelly Green #56C500
Tints of Kelly Green #56C500
RGB
CMYK
RGB Variations
Color information
#56C500 (or 0x56C500) is known color: Kelly Green. HEX triplet: 56, C5 and 00. RGB value is (86,197,0). Sum of RGB (Red+Green+Blue) = 86+197+0=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #56C500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56C500 is #A93AFF. Grayscale: #8E8E8E. Windows color (decimal): -11090688 or 50518. OLE color: 50518.
HSL color Cylindrical-coordinate representation of color #56C500: hue angle of 93.81º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56C500 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.23 |
| HSL | 93.81º | 1% | 0.39% | - |
| HSV(B) | 93.81º | 1% | 0.77% | - |
| XYZ | 23.8 | 41.91 | 6.84 | - |
| YUV | 141.35 | 48.23 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 0 | 0.56 | 0 | 1 | 0.23 | 93.81 | 1 | 0.39 |
| Hex | 56 | C5 | 0 | 38 | 0 | 64 | 17 | 5E | 64 | 27 |
| Octal | 126 | 305 | 0 | 70 | 0 | 144 | 27 | 136 | 144 | 47 |
| Binary | 1010110 | 11000101 | 0 | 111000 | 0 | 1100100 | 10111 | 1011110 | 1100100 | 100111 |
Color Harmonies of #56C500
Complementary color
Monochromatic Colors of #56C500
Black with #56C500
Text Example
Text Example
White with #56C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C500; }
p { color: rgb(86,197,0); }
H1.HeaderClassName
{
color: #56C500;
}
.AnyTagClassName
{
color: #56C500;
}
</style>
background-color css
<style>
a { background-color: #56C500; }
a { background-color: rgb(86,197,0); }
div.DivClassName
{
background-color: #56C500;
}
.BgClassName
{
background-color: #56C500;
}
</style>
border-color css
<style>
span { border-color: #56C500; }
span { border-color: rgb(86,197,0); }
td.TdClassName
{
border-color: #56C500;
}
.TagClassName
{
border-color: #56C500;
}
</style>