Shades of Kelly Green #56BA1F
Tints of Kelly Green #56BA1F
RGB
CMYK
RGB Variations
Color information
#56BA1F (or 0x56BA1F) is known color: Kelly Green. HEX triplet: 56, BA and 1F. RGB value is (86,186,31). Sum of RGB (Red+Green+Blue) = 86+186+31=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA1F is #A945E0. Grayscale: #8A8A8A. Windows color (decimal): -11093473 or 2079318. OLE color: 2079318.
HSL color Cylindrical-coordinate representation of color #56BA1F: hue angle of 98.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56BA1F is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 31 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.27 |
| HSL | 98.71º | 0.71% | 0.43% | - |
| HSV(B) | 98.71º | 0.83% | 0.73% | - |
| XYZ | 21.64 | 37.2 | 7.33 | - |
| YUV | 138.43 | 67.37 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 31 | 0.54 | 0 | 0.83 | 0.27 | 98.71 | 0.71 | 0.43 |
| Hex | 56 | BA | 1F | 36 | 0 | 53 | 1B | 63 | 47 | 2B |
| Octal | 126 | 272 | 37 | 66 | 0 | 123 | 33 | 143 | 107 | 53 |
| Binary | 1010110 | 10111010 | 11111 | 110110 | 0 | 1010011 | 11011 | 1100011 | 1000111 | 101011 |
Color Harmonies of #56BA1F
Complementary color
Monochromatic Colors of #56BA1F
Black with #56BA1F
Text Example
Text Example
White with #56BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA1F; }
p { color: rgb(86,186,31); }
H1.HeaderClassName
{
color: #56BA1F;
}
.AnyTagClassName
{
color: #56BA1F;
}
</style>
background-color css
<style>
a { background-color: #56BA1F; }
a { background-color: rgb(86,186,31); }
div.DivClassName
{
background-color: #56BA1F;
}
.BgClassName
{
background-color: #56BA1F;
}
</style>
border-color css
<style>
span { border-color: #56BA1F; }
span { border-color: rgb(86,186,31); }
td.TdClassName
{
border-color: #56BA1F;
}
.TagClassName
{
border-color: #56BA1F;
}
</style>