Shades of Kelly Green #56C31E
Tints of Kelly Green #56C31E
RGB
CMYK
RGB Variations
Color information
#56C31E (or 0x56C31E) is known color: Kelly Green. HEX triplet: 56, C3 and 1E. RGB value is (86,195,30). Sum of RGB (Red+Green+Blue) = 86+195+30=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #56C31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C31E is #A93CE1. Grayscale: #909090. Windows color (decimal): -11091170 or 2016086. OLE color: 2016086.
HSL color Cylindrical-coordinate representation of color #56C31E: hue angle of 99.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56C31E is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 30 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.24 |
| HSL | 99.64º | 0.73% | 0.44% | - |
| HSV(B) | 99.64º | 0.85% | 0.76% | - |
| XYZ | 23.59 | 41.1 | 7.92 | - |
| YUV | 143.6 | 63.89 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 30 | 0.56 | 0 | 0.85 | 0.24 | 99.64 | 0.73 | 0.44 |
| Hex | 56 | C3 | 1E | 38 | 0 | 55 | 18 | 64 | 49 | 2C |
| Octal | 126 | 303 | 36 | 70 | 0 | 125 | 30 | 144 | 111 | 54 |
| Binary | 1010110 | 11000011 | 11110 | 111000 | 0 | 1010101 | 11000 | 1100100 | 1001001 | 101100 |
Color Harmonies of #56C31E
Complementary color
Monochromatic Colors of #56C31E
Black with #56C31E
Text Example
Text Example
White with #56C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C31E; }
p { color: rgb(86,195,30); }
H1.HeaderClassName
{
color: #56C31E;
}
.AnyTagClassName
{
color: #56C31E;
}
</style>
background-color css
<style>
a { background-color: #56C31E; }
a { background-color: rgb(86,195,30); }
div.DivClassName
{
background-color: #56C31E;
}
.BgClassName
{
background-color: #56C31E;
}
</style>
border-color css
<style>
span { border-color: #56C31E; }
span { border-color: rgb(86,195,30); }
td.TdClassName
{
border-color: #56C31E;
}
.TagClassName
{
border-color: #56C31E;
}
</style>