Shades of Bright Green #56EC14
Tints of Bright Green #56EC14
RGB
CMYK
RGB Variations
Color information
#56EC14 (or 0x56EC14) is known color: Bright Green. HEX triplet: 56, EC and 14. RGB value is (86,236,20). Sum of RGB (Red+Green+Blue) = 86+236+20=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 236 (92.58% from 255 or 69.01% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 236 - color contains mainly: green. Hex color #56EC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56EC14 is #A913EB. Grayscale: #A7A7A7. Windows color (decimal): -11080684 or 1371222. OLE color: 1371222.
HSL color Cylindrical-coordinate representation of color #56EC14: hue angle of 101.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56EC14 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 20 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.07 |
| HSL | 101.67º | 0.85% | 0.5% | - |
| HSV(B) | 101.67º | 0.92% | 0.93% | - |
| XYZ | 33.96 | 62.02 | 10.84 | - |
| YUV | 166.53 | 45.31 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 20 | 0.64 | 0 | 0.92 | 0.07 | 101.67 | 0.85 | 0.5 |
| Hex | 56 | EC | 14 | 40 | 0 | 5C | 7 | 66 | 55 | 32 |
| Octal | 126 | 354 | 24 | 100 | 0 | 134 | 7 | 146 | 125 | 62 |
| Binary | 1010110 | 11101100 | 10100 | 1000000 | 0 | 1011100 | 111 | 1100110 | 1010101 | 110010 |
Color Harmonies of #56EC14
Complementary color
Monochromatic Colors of #56EC14
Black with #56EC14
Text Example
Text Example
White with #56EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EC14; }
p { color: rgb(86,236,20); }
H1.HeaderClassName
{
color: #56EC14;
}
.AnyTagClassName
{
color: #56EC14;
}
</style>
background-color css
<style>
a { background-color: #56EC14; }
a { background-color: rgb(86,236,20); }
div.DivClassName
{
background-color: #56EC14;
}
.BgClassName
{
background-color: #56EC14;
}
</style>
border-color css
<style>
span { border-color: #56EC14; }
span { border-color: rgb(86,236,20); }
td.TdClassName
{
border-color: #56EC14;
}
.TagClassName
{
border-color: #56EC14;
}
</style>