Shades of Kelly Green #56DC10
Tints of Kelly Green #56DC10
RGB
CMYK
RGB Variations
Color information
#56DC10 (or 0x56DC10) is known color: Kelly Green. HEX triplet: 56, DC and 10. RGB value is (86,220,16). Sum of RGB (Red+Green+Blue) = 86+220+16=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56DC10 is #A923EF. Grayscale: #9D9D9D. Windows color (decimal): -11084784 or 1104982. OLE color: 1104982.
HSL color Cylindrical-coordinate representation of color #56DC10: hue angle of 99.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56DC10 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 16 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.14 |
| HSL | 99.41º | 0.86% | 0.46% | - |
| HSV(B) | 99.41º | 0.93% | 0.86% | - |
| XYZ | 29.52 | 53.2 | 9.2 | - |
| YUV | 156.68 | 48.61 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 16 | 0.61 | 0 | 0.93 | 0.14 | 99.41 | 0.86 | 0.46 |
| Hex | 56 | DC | 10 | 3D | 0 | 5D | E | 63 | 56 | 2E |
| Octal | 126 | 334 | 20 | 75 | 0 | 135 | 16 | 143 | 126 | 56 |
| Binary | 1010110 | 11011100 | 10000 | 111101 | 0 | 1011101 | 1110 | 1100011 | 1010110 | 101110 |
Color Harmonies of #56DC10
Complementary color
Monochromatic Colors of #56DC10
Black with #56DC10
Text Example
Text Example
White with #56DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC10; }
p { color: rgb(86,220,16); }
H1.HeaderClassName
{
color: #56DC10;
}
.AnyTagClassName
{
color: #56DC10;
}
</style>
background-color css
<style>
a { background-color: #56DC10; }
a { background-color: rgb(86,220,16); }
div.DivClassName
{
background-color: #56DC10;
}
.BgClassName
{
background-color: #56DC10;
}
</style>
border-color css
<style>
span { border-color: #56DC10; }
span { border-color: rgb(86,220,16); }
td.TdClassName
{
border-color: #56DC10;
}
.TagClassName
{
border-color: #56DC10;
}
</style>