Shades of Bright Green #56F010
Tints of Bright Green #56F010
RGB
CMYK
RGB Variations
Color information
#56F010 (or 0x56F010) is known color: Bright Green. HEX triplet: 56, F0 and 10. RGB value is (86,240,16). Sum of RGB (Red+Green+Blue) = 86+240+16=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #56F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F010 is #A90FEF. Grayscale: #A9A9A9. Windows color (decimal): -11079664 or 1110102. OLE color: 1110102.
HSL color Cylindrical-coordinate representation of color #56F010: hue angle of 101.25º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56F010 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 240 | 16 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.06 |
| HSL | 101.25º | 0.88% | 0.5% | - |
| HSV(B) | 101.25º | 0.93% | 0.94% | - |
| XYZ | 35.09 | 64.34 | 11.06 | - |
| YUV | 168.42 | 41.98 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 16 | 0.64 | 0 | 0.93 | 0.06 | 101.25 | 0.88 | 0.5 |
| Hex | 56 | F0 | 10 | 40 | 0 | 5D | 6 | 65 | 58 | 32 |
| Octal | 126 | 360 | 20 | 100 | 0 | 135 | 6 | 145 | 130 | 62 |
| Binary | 1010110 | 11110000 | 10000 | 1000000 | 0 | 1011101 | 110 | 1100101 | 1011000 | 110010 |
Color Harmonies of #56F010
Complementary color
Monochromatic Colors of #56F010
Black with #56F010
Text Example
Text Example
White with #56F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F010; }
p { color: rgb(86,240,16); }
H1.HeaderClassName
{
color: #56F010;
}
.AnyTagClassName
{
color: #56F010;
}
</style>
background-color css
<style>
a { background-color: #56F010; }
a { background-color: rgb(86,240,16); }
div.DivClassName
{
background-color: #56F010;
}
.BgClassName
{
background-color: #56F010;
}
</style>
border-color css
<style>
span { border-color: #56F010; }
span { border-color: rgb(86,240,16); }
td.TdClassName
{
border-color: #56F010;
}
.TagClassName
{
border-color: #56F010;
}
</style>