Shades of Kelly Green #56BC26
Tints of Kelly Green #56BC26
RGB
CMYK
RGB Variations
Color information
#56BC26 (or 0x56BC26) is known color: Kelly Green. HEX triplet: 56, BC and 26. RGB value is (86,188,38). Sum of RGB (Red+Green+Blue) = 86+188+38=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC26 is #A943D9. Grayscale: #8C8C8C. Windows color (decimal): -11092954 or 2538582. OLE color: 2538582.
HSL color Cylindrical-coordinate representation of color #56BC26: hue angle of 100.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56BC26 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 38 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.26 |
| HSL | 100.8º | 0.66% | 0.44% | - |
| HSV(B) | 100.8º | 0.8% | 0.74% | - |
| XYZ | 22.17 | 38.08 | 8.02 | - |
| YUV | 140.4 | 70.21 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 38 | 0.54 | 0 | 0.80 | 0.26 | 100.8 | 0.66 | 0.44 |
| Hex | 56 | BC | 26 | 36 | 0 | 50 | 1A | 65 | 42 | 2C |
| Octal | 126 | 274 | 46 | 66 | 0 | 120 | 32 | 145 | 102 | 54 |
| Binary | 1010110 | 10111100 | 100110 | 110110 | 0 | 1010000 | 11010 | 1100101 | 1000010 | 101100 |
Color Harmonies of #56BC26
Complementary color
Monochromatic Colors of #56BC26
Black with #56BC26
Text Example
Text Example
White with #56BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC26; }
p { color: rgb(86,188,38); }
H1.HeaderClassName
{
color: #56BC26;
}
.AnyTagClassName
{
color: #56BC26;
}
</style>
background-color css
<style>
a { background-color: #56BC26; }
a { background-color: rgb(86,188,38); }
div.DivClassName
{
background-color: #56BC26;
}
.BgClassName
{
background-color: #56BC26;
}
</style>
border-color css
<style>
span { border-color: #56BC26; }
span { border-color: rgb(86,188,38); }
td.TdClassName
{
border-color: #56BC26;
}
.TagClassName
{
border-color: #56BC26;
}
</style>