Shades of Bright Green #56F211
Tints of Bright Green #56F211
RGB
CMYK
RGB Variations
Color information
#56F211 (or 0x56F211) is known color: Bright Green. HEX triplet: 56, F2 and 11. RGB value is (86,242,17). Sum of RGB (Red+Green+Blue) = 86+242+17=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #56F211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F211 is #A90DEE. Grayscale: #AAAAAA. Windows color (decimal): -11079151 or 1176150. OLE color: 1176150.
HSL color Cylindrical-coordinate representation of color #56F211: hue angle of 101.6º 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 #56F211 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 17 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.05 |
| HSL | 101.6º | 0.9% | 0.51% | - |
| HSV(B) | 101.6º | 0.93% | 0.95% | - |
| XYZ | 35.69 | 65.52 | 11.3 | - |
| YUV | 169.71 | 41.82 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 17 | 0.64 | 0 | 0.93 | 0.05 | 101.6 | 0.9 | 0.51 |
| Hex | 56 | F2 | 11 | 40 | 0 | 5D | 5 | 66 | 5A | 33 |
| Octal | 126 | 362 | 21 | 100 | 0 | 135 | 5 | 146 | 132 | 63 |
| Binary | 1010110 | 11110010 | 10001 | 1000000 | 0 | 1011101 | 101 | 1100110 | 1011010 | 110011 |
Color Harmonies of #56F211
Complementary color
Monochromatic Colors of #56F211
Black with #56F211
Text Example
Text Example
White with #56F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F211; }
p { color: rgb(86,242,17); }
H1.HeaderClassName
{
color: #56F211;
}
.AnyTagClassName
{
color: #56F211;
}
</style>
background-color css
<style>
a { background-color: #56F211; }
a { background-color: rgb(86,242,17); }
div.DivClassName
{
background-color: #56F211;
}
.BgClassName
{
background-color: #56F211;
}
</style>
border-color css
<style>
span { border-color: #56F211; }
span { border-color: rgb(86,242,17); }
td.TdClassName
{
border-color: #56F211;
}
.TagClassName
{
border-color: #56F211;
}
</style>