Shades of Free Speech Green #07E705
Tints of Free Speech Green #07E705
RGB
CMYK
RGB Variations
Color information
#07E705 (or 0x07E705) is known color: Free Speech Green. HEX triplet: 07, E7 and 05. RGB value is (7,231,5). Sum of RGB (Red+Green+Blue) = 7+231+5=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 231 (90.62% from 255 or 95.06% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 231 - color contains mainly: green. Hex color #07E705 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E705 is #F818FA. Grayscale: #8A8A8A. Windows color (decimal): -16259323 or 386823. OLE color: 386823.
HSL color Cylindrical-coordinate representation of color #07E705: hue angle of 119.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07E705 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 5 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.09 |
| HSL | 119.47º | 0.96% | 0.46% | - |
| HSV(B) | 119.47º | 0.98% | 0.91% | - |
| XYZ | 28.69 | 57.21 | 9.67 | - |
| YUV | 138.26 | 52.79 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 5 | 0.97 | 0 | 0.98 | 0.09 | 119.47 | 0.96 | 0.46 |
| Hex | 7 | E7 | 5 | 61 | 0 | 62 | 9 | 77 | 60 | 2E |
| Octal | 7 | 347 | 5 | 141 | 0 | 142 | 11 | 167 | 140 | 56 |
| Binary | 111 | 11100111 | 101 | 1100001 | 0 | 1100010 | 1001 | 1110111 | 1100000 | 101110 |
Color Harmonies of #07E705
Complementary color
Monochromatic Colors of #07E705
Black with #07E705
Text Example
Text Example
White with #07E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E705; }
p { color: rgb(7,231,5); }
H1.HeaderClassName
{
color: #07E705;
}
.AnyTagClassName
{
color: #07E705;
}
</style>
background-color css
<style>
a { background-color: #07E705; }
a { background-color: rgb(7,231,5); }
div.DivClassName
{
background-color: #07E705;
}
.BgClassName
{
background-color: #07E705;
}
</style>
border-color css
<style>
span { border-color: #07E705; }
span { border-color: rgb(7,231,5); }
td.TdClassName
{
border-color: #07E705;
}
.TagClassName
{
border-color: #07E705;
}
</style>