Shades of Bright Green #56F210
Tints of Bright Green #56F210
RGB
CMYK
RGB Variations
Color information
#56F210 (or 0x56F210) is known color: Bright Green. HEX triplet: 56, F2 and 10. RGB value is (86,242,16). Sum of RGB (Red+Green+Blue) = 86+242+16=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #56F210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F210 is #A90DEF. Grayscale: #AAAAAA. Windows color (decimal): -11079152 or 1110614. OLE color: 1110614.
HSL color Cylindrical-coordinate representation of color #56F210: hue angle of 101.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56F210 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 16 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.05 |
| HSL | 101.42º | 0.9% | 0.51% | - |
| HSV(B) | 101.42º | 0.93% | 0.95% | - |
| XYZ | 35.68 | 65.52 | 11.26 | - |
| YUV | 169.59 | 41.32 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 16 | 0.64 | 0 | 0.93 | 0.05 | 101.42 | 0.9 | 0.51 |
| Hex | 56 | F2 | 10 | 40 | 0 | 5D | 5 | 65 | 5A | 33 |
| Octal | 126 | 362 | 20 | 100 | 0 | 135 | 5 | 145 | 132 | 63 |
| Binary | 1010110 | 11110010 | 10000 | 1000000 | 0 | 1011101 | 101 | 1100101 | 1011010 | 110011 |
Color Harmonies of #56F210
Complementary color
Monochromatic Colors of #56F210
Black with #56F210
Text Example
Text Example
White with #56F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F210; }
p { color: rgb(86,242,16); }
H1.HeaderClassName
{
color: #56F210;
}
.AnyTagClassName
{
color: #56F210;
}
</style>
background-color css
<style>
a { background-color: #56F210; }
a { background-color: rgb(86,242,16); }
div.DivClassName
{
background-color: #56F210;
}
.BgClassName
{
background-color: #56F210;
}
</style>
border-color css
<style>
span { border-color: #56F210; }
span { border-color: rgb(86,242,16); }
td.TdClassName
{
border-color: #56F210;
}
.TagClassName
{
border-color: #56F210;
}
</style>