Shades of Free Speech Green #07D711
Tints of Free Speech Green #07D711
RGB
CMYK
RGB Variations
Color information
#07D711 (or 0x07D711) is known color: Free Speech Green. HEX triplet: 07, D7 and 11. RGB value is (7,215,17). Sum of RGB (Red+Green+Blue) = 7+215+17=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 215 (84.38% from 255 or 89.96% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 215 - color contains mainly: green. Hex color #07D711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D711 is #F828EE. Grayscale: #828282. Windows color (decimal): -16263407 or 1169159. OLE color: 1169159.
HSL color Cylindrical-coordinate representation of color #07D711: hue angle of 122.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D711 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 215 | 17 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.16 |
| HSL | 122.88º | 0.94% | 0.44% | - |
| HSV(B) | 122.88º | 0.97% | 0.84% | - |
| XYZ | 24.49 | 48.69 | 8.64 | - |
| YUV | 130.24 | 64.09 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 215 | 17 | 0.97 | 0 | 0.92 | 0.16 | 122.88 | 0.94 | 0.44 |
| Hex | 7 | D7 | 11 | 61 | 0 | 5C | 10 | 7B | 5E | 2C |
| Octal | 7 | 327 | 21 | 141 | 0 | 134 | 20 | 173 | 136 | 54 |
| Binary | 111 | 11010111 | 10001 | 1100001 | 0 | 1011100 | 10000 | 1111011 | 1011110 | 101100 |
Color Harmonies of #07D711
Complementary color
Monochromatic Colors of #07D711
Black with #07D711
Text Example
Text Example
White with #07D711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D711; }
p { color: rgb(7,215,17); }
H1.HeaderClassName
{
color: #07D711;
}
.AnyTagClassName
{
color: #07D711;
}
</style>
background-color css
<style>
a { background-color: #07D711; }
a { background-color: rgb(7,215,17); }
div.DivClassName
{
background-color: #07D711;
}
.BgClassName
{
background-color: #07D711;
}
</style>
border-color css
<style>
span { border-color: #07D711; }
span { border-color: rgb(7,215,17); }
td.TdClassName
{
border-color: #07D711;
}
.TagClassName
{
border-color: #07D711;
}
</style>