Shades of Kelly Green #56BC00
Tints of Kelly Green #56BC00
RGB
CMYK
RGB Variations
Color information
#56BC00 (or 0x56BC00) is known color: Kelly Green. HEX triplet: 56, BC and 00. RGB value is (86,188,0). Sum of RGB (Red+Green+Blue) = 86+188+0=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56BC00 is #A943FF. Grayscale: #888888. Windows color (decimal): -11092992 or 48214. OLE color: 48214.
HSL color Cylindrical-coordinate representation of color #56BC00: hue angle of 92.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56BC00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.26 |
| HSL | 92.55º | 1% | 0.37% | - |
| HSV(B) | 92.55º | 1% | 0.74% | - |
| XYZ | 21.82 | 37.94 | 6.17 | - |
| YUV | 136.07 | 51.21 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 0 | 0.54 | 0 | 1 | 0.26 | 92.55 | 1 | 0.37 |
| Hex | 56 | BC | 0 | 36 | 0 | 64 | 1A | 5D | 64 | 25 |
| Octal | 126 | 274 | 0 | 66 | 0 | 144 | 32 | 135 | 144 | 45 |
| Binary | 1010110 | 10111100 | 0 | 110110 | 0 | 1100100 | 11010 | 1011101 | 1100100 | 100101 |
Color Harmonies of #56BC00
Complementary color
Monochromatic Colors of #56BC00
Black with #56BC00
Text Example
Text Example
White with #56BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC00; }
p { color: rgb(86,188,0); }
H1.HeaderClassName
{
color: #56BC00;
}
.AnyTagClassName
{
color: #56BC00;
}
</style>
background-color css
<style>
a { background-color: #56BC00; }
a { background-color: rgb(86,188,0); }
div.DivClassName
{
background-color: #56BC00;
}
.BgClassName
{
background-color: #56BC00;
}
</style>
border-color css
<style>
span { border-color: #56BC00; }
span { border-color: rgb(86,188,0); }
td.TdClassName
{
border-color: #56BC00;
}
.TagClassName
{
border-color: #56BC00;
}
</style>