Shades of Bright Green #56F213
Tints of Bright Green #56F213
RGB
CMYK
RGB Variations
Color information
#56F213 (or 0x56F213) is known color: Bright Green. HEX triplet: 56, F2 and 13. RGB value is (86,242,19). Sum of RGB (Red+Green+Blue) = 86+242+19=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #56F213 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F213 is #A90DEC. Grayscale: #AAAAAA. Windows color (decimal): -11079149 or 1307222. OLE color: 1307222.
HSL color Cylindrical-coordinate representation of color #56F213: hue angle of 101.97º 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 #56F213 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 19 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.05 |
| HSL | 101.97º | 0.9% | 0.51% | - |
| HSV(B) | 101.97º | 0.92% | 0.95% | - |
| XYZ | 35.71 | 65.53 | 11.38 | - |
| YUV | 169.93 | 42.82 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 19 | 0.64 | 0 | 0.92 | 0.05 | 101.97 | 0.9 | 0.51 |
| Hex | 56 | F2 | 13 | 40 | 0 | 5C | 5 | 66 | 5A | 33 |
| Octal | 126 | 362 | 23 | 100 | 0 | 134 | 5 | 146 | 132 | 63 |
| Binary | 1010110 | 11110010 | 10011 | 1000000 | 0 | 1011100 | 101 | 1100110 | 1011010 | 110011 |
Color Harmonies of #56F213
Complementary color
Monochromatic Colors of #56F213
Black with #56F213
Text Example
Text Example
White with #56F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F213; }
p { color: rgb(86,242,19); }
H1.HeaderClassName
{
color: #56F213;
}
.AnyTagClassName
{
color: #56F213;
}
</style>
background-color css
<style>
a { background-color: #56F213; }
a { background-color: rgb(86,242,19); }
div.DivClassName
{
background-color: #56F213;
}
.BgClassName
{
background-color: #56F213;
}
</style>
border-color css
<style>
span { border-color: #56F213; }
span { border-color: rgb(86,242,19); }
td.TdClassName
{
border-color: #56F213;
}
.TagClassName
{
border-color: #56F213;
}
</style>