Shades of Kelly Green #56C00C
Tints of Kelly Green #56C00C
RGB
CMYK
RGB Variations
Color information
#56C00C (or 0x56C00C) is known color: Kelly Green. HEX triplet: 56, C0 and 0C. RGB value is (86,192,12). Sum of RGB (Red+Green+Blue) = 86+192+12=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #56C00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56C00C is #A93FF3. Grayscale: #8C8C8C. Windows color (decimal): -11091956 or 835670. OLE color: 835670.
HSL color Cylindrical-coordinate representation of color #56C00C: hue angle of 95.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56C00C is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 12 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.25 |
| HSL | 95.33º | 0.88% | 0.4% | - |
| HSV(B) | 95.33º | 0.94% | 0.75% | - |
| XYZ | 22.75 | 39.7 | 6.81 | - |
| YUV | 139.79 | 55.88 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 12 | 0.55 | 0 | 0.94 | 0.25 | 95.33 | 0.88 | 0.4 |
| Hex | 56 | C0 | C | 37 | 0 | 5E | 19 | 5F | 58 | 28 |
| Octal | 126 | 300 | 14 | 67 | 0 | 136 | 31 | 137 | 130 | 50 |
| Binary | 1010110 | 11000000 | 1100 | 110111 | 0 | 1011110 | 11001 | 1011111 | 1011000 | 101000 |
Color Harmonies of #56C00C
Complementary color
Monochromatic Colors of #56C00C
Black with #56C00C
Text Example
Text Example
White with #56C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C00C; }
p { color: rgb(86,192,12); }
H1.HeaderClassName
{
color: #56C00C;
}
.AnyTagClassName
{
color: #56C00C;
}
</style>
background-color css
<style>
a { background-color: #56C00C; }
a { background-color: rgb(86,192,12); }
div.DivClassName
{
background-color: #56C00C;
}
.BgClassName
{
background-color: #56C00C;
}
</style>
border-color css
<style>
span { border-color: #56C00C; }
span { border-color: rgb(86,192,12); }
td.TdClassName
{
border-color: #56C00C;
}
.TagClassName
{
border-color: #56C00C;
}
</style>