Shades of Kelly Green #56C010
Tints of Kelly Green #56C010
RGB
CMYK
RGB Variations
Color information
#56C010 (or 0x56C010) is known color: Kelly Green. HEX triplet: 56, C0 and 10. RGB value is (86,192,16). Sum of RGB (Red+Green+Blue) = 86+192+16=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #56C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56C010 is #A93FEF. Grayscale: #8C8C8C. Windows color (decimal): -11091952 or 1097814. OLE color: 1097814.
HSL color Cylindrical-coordinate representation of color #56C010: hue angle of 96.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56C010 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 16 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.25 |
| HSL | 96.14º | 0.85% | 0.41% | - |
| HSV(B) | 96.14º | 0.92% | 0.75% | - |
| XYZ | 22.78 | 39.72 | 6.96 | - |
| YUV | 140.24 | 57.88 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 16 | 0.55 | 0 | 0.92 | 0.25 | 96.14 | 0.85 | 0.41 |
| Hex | 56 | C0 | 10 | 37 | 0 | 5C | 19 | 60 | 55 | 29 |
| Octal | 126 | 300 | 20 | 67 | 0 | 134 | 31 | 140 | 125 | 51 |
| Binary | 1010110 | 11000000 | 10000 | 110111 | 0 | 1011100 | 11001 | 1100000 | 1010101 | 101001 |
Color Harmonies of #56C010
Complementary color
Monochromatic Colors of #56C010
Black with #56C010
Text Example
Text Example
White with #56C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C010; }
p { color: rgb(86,192,16); }
H1.HeaderClassName
{
color: #56C010;
}
.AnyTagClassName
{
color: #56C010;
}
</style>
background-color css
<style>
a { background-color: #56C010; }
a { background-color: rgb(86,192,16); }
div.DivClassName
{
background-color: #56C010;
}
.BgClassName
{
background-color: #56C010;
}
</style>
border-color css
<style>
span { border-color: #56C010; }
span { border-color: rgb(86,192,16); }
td.TdClassName
{
border-color: #56C010;
}
.TagClassName
{
border-color: #56C010;
}
</style>