Shades of Kelly Green #56BC2F
Tints of Kelly Green #56BC2F
RGB
CMYK
RGB Variations
Color information
#56BC2F (or 0x56BC2F) is known color: Kelly Green. HEX triplet: 56, BC and 2F. RGB value is (86,188,47). Sum of RGB (Red+Green+Blue) = 86+188+47=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC2F is #A943D0. Grayscale: #8D8D8D. Windows color (decimal): -11092945 or 3128406. OLE color: 3128406.
HSL color Cylindrical-coordinate representation of color #56BC2F: hue angle of 103.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56BC2F is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 47 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.26 |
| HSL | 103.4º | 0.6% | 0.46% | - |
| HSV(B) | 103.4º | 0.75% | 0.74% | - |
| XYZ | 22.33 | 38.15 | 8.88 | - |
| YUV | 141.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 47 | 0.54 | 0 | 0.75 | 0.26 | 103.4 | 0.6 | 0.46 |
| Hex | 56 | BC | 2F | 36 | 0 | 4B | 1A | 67 | 3C | 2E |
| Octal | 126 | 274 | 57 | 66 | 0 | 113 | 32 | 147 | 74 | 56 |
| Binary | 1010110 | 10111100 | 101111 | 110110 | 0 | 1001011 | 11010 | 1100111 | 111100 | 101110 |
Color Harmonies of #56BC2F
Complementary color
Monochromatic Colors of #56BC2F
Black with #56BC2F
Text Example
Text Example
White with #56BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC2F; }
p { color: rgb(86,188,47); }
H1.HeaderClassName
{
color: #56BC2F;
}
.AnyTagClassName
{
color: #56BC2F;
}
</style>
background-color css
<style>
a { background-color: #56BC2F; }
a { background-color: rgb(86,188,47); }
div.DivClassName
{
background-color: #56BC2F;
}
.BgClassName
{
background-color: #56BC2F;
}
</style>
border-color css
<style>
span { border-color: #56BC2F; }
span { border-color: rgb(86,188,47); }
td.TdClassName
{
border-color: #56BC2F;
}
.TagClassName
{
border-color: #56BC2F;
}
</style>