Shades of Kelly Green #56C001
Tints of Kelly Green #56C001
RGB
CMYK
RGB Variations
Color information
#56C001 (or 0x56C001) is known color: Kelly Green. HEX triplet: 56, C0 and 01. RGB value is (86,192,1). Sum of RGB (Red+Green+Blue) = 86+192+1=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #56C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56C001 is #A93FFE. Grayscale: #8B8B8B. Windows color (decimal): -11091967 or 114774. OLE color: 114774.
HSL color Cylindrical-coordinate representation of color #56C001: hue angle of 93.3º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56C001 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.25 |
| HSL | 93.3º | 0.99% | 0.38% | - |
| HSV(B) | 93.3º | 0.99% | 0.75% | - |
| XYZ | 22.69 | 39.68 | 6.49 | - |
| YUV | 138.53 | 50.38 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 1 | 0.55 | 0 | 0.99 | 0.25 | 93.3 | 0.99 | 0.38 |
| Hex | 56 | C0 | 1 | 37 | 0 | 63 | 19 | 5D | 63 | 26 |
| Octal | 126 | 300 | 1 | 67 | 0 | 143 | 31 | 135 | 143 | 46 |
| Binary | 1010110 | 11000000 | 1 | 110111 | 0 | 1100011 | 11001 | 1011101 | 1100011 | 100110 |
Color Harmonies of #56C001
Complementary color
Monochromatic Colors of #56C001
Black with #56C001
Text Example
Text Example
White with #56C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C001; }
p { color: rgb(86,192,1); }
H1.HeaderClassName
{
color: #56C001;
}
.AnyTagClassName
{
color: #56C001;
}
</style>
background-color css
<style>
a { background-color: #56C001; }
a { background-color: rgb(86,192,1); }
div.DivClassName
{
background-color: #56C001;
}
.BgClassName
{
background-color: #56C001;
}
</style>
border-color css
<style>
span { border-color: #56C001; }
span { border-color: rgb(86,192,1); }
td.TdClassName
{
border-color: #56C001;
}
.TagClassName
{
border-color: #56C001;
}
</style>