Shades of Bright Green #56F214
Tints of Bright Green #56F214
RGB
CMYK
RGB Variations
Color information
#56F214 (or 0x56F214) is known color: Bright Green. HEX triplet: 56, F2 and 14. RGB value is (86,242,20). Sum of RGB (Red+Green+Blue) = 86+242+20=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #56F214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F214 is #A90DEB. Grayscale: #AAAAAA. Windows color (decimal): -11079148 or 1372758. OLE color: 1372758.
HSL color Cylindrical-coordinate representation of color #56F214: hue angle of 102.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56F214 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 20 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.05 |
| HSL | 102.16º | 0.9% | 0.51% | - |
| HSV(B) | 102.16º | 0.92% | 0.95% | - |
| XYZ | 35.72 | 65.53 | 11.43 | - |
| YUV | 170.05 | 43.32 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 20 | 0.64 | 0 | 0.92 | 0.05 | 102.16 | 0.9 | 0.51 |
| Hex | 56 | F2 | 14 | 40 | 0 | 5C | 5 | 66 | 5A | 33 |
| Octal | 126 | 362 | 24 | 100 | 0 | 134 | 5 | 146 | 132 | 63 |
| Binary | 1010110 | 11110010 | 10100 | 1000000 | 0 | 1011100 | 101 | 1100110 | 1011010 | 110011 |
Color Harmonies of #56F214
Complementary color
Monochromatic Colors of #56F214
Black with #56F214
Text Example
Text Example
White with #56F214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F214; }
p { color: rgb(86,242,20); }
H1.HeaderClassName
{
color: #56F214;
}
.AnyTagClassName
{
color: #56F214;
}
</style>
background-color css
<style>
a { background-color: #56F214; }
a { background-color: rgb(86,242,20); }
div.DivClassName
{
background-color: #56F214;
}
.BgClassName
{
background-color: #56F214;
}
</style>
border-color css
<style>
span { border-color: #56F214; }
span { border-color: rgb(86,242,20); }
td.TdClassName
{
border-color: #56F214;
}
.TagClassName
{
border-color: #56F214;
}
</style>