Shades of Free Speech Green #00E711
Tints of Free Speech Green #00E711
RGB
CMYK
RGB Variations
Color information
#00E711 (or 0x00E711) is known color: Free Speech Green. HEX triplet: 00, E7 and 11. RGB value is (0,231,17). Sum of RGB (Red+Green+Blue) = 0+231+17=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 231 (90.62% from 255 or 93.15% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 231 - color contains mainly: green. Hex color #00E711 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00E711 is #FF18EE. Grayscale: #8A8A8A. Windows color (decimal): -16718063 or 1173248. OLE color: 1173248.
HSL color Cylindrical-coordinate representation of color #00E711: hue angle of 124.42º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E711 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 231 | 17 | - |
| CMYK | 1 | 0 | 0.93 | 0.09 |
| HSL | 124.42º | 1% | 0.45% | - |
| HSV(B) | 124.42º | 1% | 0.91% | - |
| XYZ | 28.68 | 57.19 | 10.06 | - |
| YUV | 137.54 | 59.97 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 231 | 17 | 1 | 0 | 0.93 | 0.09 | 124.42 | 1 | 0.45 |
| Hex | 0 | E7 | 11 | 64 | 0 | 5D | 9 | 7C | 64 | 2D |
| Octal | 0 | 347 | 21 | 144 | 0 | 135 | 11 | 174 | 144 | 55 |
| Binary | 0 | 11100111 | 10001 | 1100100 | 0 | 1011101 | 1001 | 1111100 | 1100100 | 101101 |
Color Harmonies of #00E711
Complementary color
Monochromatic Colors of #00E711
Black with #00E711
Text Example
Text Example
White with #00E711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E711; }
p { color: rgb(0,231,17); }
H1.HeaderClassName
{
color: #00E711;
}
.AnyTagClassName
{
color: #00E711;
}
</style>
background-color css
<style>
a { background-color: #00E711; }
a { background-color: rgb(0,231,17); }
div.DivClassName
{
background-color: #00E711;
}
.BgClassName
{
background-color: #00E711;
}
</style>
border-color css
<style>
span { border-color: #00E711; }
span { border-color: rgb(0,231,17); }
td.TdClassName
{
border-color: #00E711;
}
.TagClassName
{
border-color: #00E711;
}
</style>