Shades of Free Speech Green #07E811
Tints of Free Speech Green #07E811
RGB
CMYK
RGB Variations
Color information
#07E811 (or 0x07E811) is known color: Free Speech Green. HEX triplet: 07, E8 and 11. RGB value is (7,232,17). Sum of RGB (Red+Green+Blue) = 7+232+17=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 232 (91.02% from 255 or 90.62% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 232 - color contains mainly: green. Hex color #07E811 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E811 is #F817EE. Grayscale: #8C8C8C. Windows color (decimal): -16259055 or 1173511. OLE color: 1173511.
HSL color Cylindrical-coordinate representation of color #07E811: hue angle of 122.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E811 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 232 | 17 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.09 |
| HSL | 122.67º | 0.94% | 0.47% | - |
| HSV(B) | 122.67º | 0.97% | 0.91% | - |
| XYZ | 29.05 | 57.8 | 10.16 | - |
| YUV | 140.22 | 58.46 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 17 | 0.97 | 0 | 0.93 | 0.09 | 122.67 | 0.94 | 0.47 |
| Hex | 7 | E8 | 11 | 61 | 0 | 5D | 9 | 7B | 5E | 2F |
| Octal | 7 | 350 | 21 | 141 | 0 | 135 | 11 | 173 | 136 | 57 |
| Binary | 111 | 11101000 | 10001 | 1100001 | 0 | 1011101 | 1001 | 1111011 | 1011110 | 101111 |
Color Harmonies of #07E811
Complementary color
Monochromatic Colors of #07E811
Black with #07E811
Text Example
Text Example
White with #07E811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E811; }
p { color: rgb(7,232,17); }
H1.HeaderClassName
{
color: #07E811;
}
.AnyTagClassName
{
color: #07E811;
}
</style>
background-color css
<style>
a { background-color: #07E811; }
a { background-color: rgb(7,232,17); }
div.DivClassName
{
background-color: #07E811;
}
.BgClassName
{
background-color: #07E811;
}
</style>
border-color css
<style>
span { border-color: #07E811; }
span { border-color: rgb(7,232,17); }
td.TdClassName
{
border-color: #07E811;
}
.TagClassName
{
border-color: #07E811;
}
</style>