Shades of Kelly Green #56BC10
Tints of Kelly Green #56BC10
RGB
CMYK
RGB Variations
Color information
#56BC10 (or 0x56BC10) is known color: Kelly Green. HEX triplet: 56, BC and 10. RGB value is (86,188,16). Sum of RGB (Red+Green+Blue) = 86+188+16=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BC10 is #A943EF. Grayscale: #8A8A8A. Windows color (decimal): -11092976 or 1096790. OLE color: 1096790.
HSL color Cylindrical-coordinate representation of color #56BC10: hue angle of 95.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56BC10 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 16 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.26 |
| HSL | 95.58º | 0.84% | 0.4% | - |
| HSV(B) | 95.58º | 0.91% | 0.74% | - |
| XYZ | 21.91 | 37.98 | 6.67 | - |
| YUV | 137.89 | 59.21 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 16 | 0.54 | 0 | 0.91 | 0.26 | 95.58 | 0.84 | 0.4 |
| Hex | 56 | BC | 10 | 36 | 0 | 5B | 1A | 60 | 54 | 28 |
| Octal | 126 | 274 | 20 | 66 | 0 | 133 | 32 | 140 | 124 | 50 |
| Binary | 1010110 | 10111100 | 10000 | 110110 | 0 | 1011011 | 11010 | 1100000 | 1010100 | 101000 |
Color Harmonies of #56BC10
Complementary color
Monochromatic Colors of #56BC10
Black with #56BC10
Text Example
Text Example
White with #56BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC10; }
p { color: rgb(86,188,16); }
H1.HeaderClassName
{
color: #56BC10;
}
.AnyTagClassName
{
color: #56BC10;
}
</style>
background-color css
<style>
a { background-color: #56BC10; }
a { background-color: rgb(86,188,16); }
div.DivClassName
{
background-color: #56BC10;
}
.BgClassName
{
background-color: #56BC10;
}
</style>
border-color css
<style>
span { border-color: #56BC10; }
span { border-color: rgb(86,188,16); }
td.TdClassName
{
border-color: #56BC10;
}
.TagClassName
{
border-color: #56BC10;
}
</style>