Shades of Free Speech Green #07E711
Tints of Free Speech Green #07E711
RGB
CMYK
RGB Variations
Color information
#07E711 (or 0x07E711) is known color: Free Speech Green. HEX triplet: 07, E7 and 11. RGB value is (7,231,17). Sum of RGB (Red+Green+Blue) = 7+231+17=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 231 (90.62% from 255 or 90.59% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 231 - color contains mainly: green. Hex color #07E711 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E711 is #F818EE. Grayscale: #8C8C8C. Windows color (decimal): -16259311 or 1173255. OLE color: 1173255.
HSL color Cylindrical-coordinate representation of color #07E711: hue angle of 122.68º 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 #07E711 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 17 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.09 |
| HSL | 122.68º | 0.94% | 0.47% | - |
| HSV(B) | 122.68º | 0.97% | 0.91% | - |
| XYZ | 28.76 | 57.24 | 10.06 | - |
| YUV | 139.63 | 58.79 | 33.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 17 | 0.97 | 0 | 0.93 | 0.09 | 122.68 | 0.94 | 0.47 |
| Hex | 7 | E7 | 11 | 61 | 0 | 5D | 9 | 7B | 5E | 2F |
| Octal | 7 | 347 | 21 | 141 | 0 | 135 | 11 | 173 | 136 | 57 |
| Binary | 111 | 11100111 | 10001 | 1100001 | 0 | 1011101 | 1001 | 1111011 | 1011110 | 101111 |
Color Harmonies of #07E711
Complementary color
Monochromatic Colors of #07E711
Black with #07E711
Text Example
Text Example
White with #07E711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E711; }
p { color: rgb(7,231,17); }
H1.HeaderClassName
{
color: #07E711;
}
.AnyTagClassName
{
color: #07E711;
}
</style>
background-color css
<style>
a { background-color: #07E711; }
a { background-color: rgb(7,231,17); }
div.DivClassName
{
background-color: #07E711;
}
.BgClassName
{
background-color: #07E711;
}
</style>
border-color css
<style>
span { border-color: #07E711; }
span { border-color: rgb(7,231,17); }
td.TdClassName
{
border-color: #07E711;
}
.TagClassName
{
border-color: #07E711;
}
</style>