Shades of Free Speech Green #07E110
Tints of Free Speech Green #07E110
RGB
CMYK
RGB Variations
Color information
#07E110 (or 0x07E110) is known color: Free Speech Green. HEX triplet: 07, E1 and 10. RGB value is (7,225,16). Sum of RGB (Red+Green+Blue) = 7+225+16=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 225 (88.28% from 255 or 90.73% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 225 - color contains mainly: green. Hex color #07E110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E110 is #F81EEF. Grayscale: #888888. Windows color (decimal): -16260848 or 1106183. OLE color: 1106183.
HSL color Cylindrical-coordinate representation of color #07E110: hue angle of 122.48º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E110 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 16 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.12 |
| HSL | 122.48º | 0.94% | 0.45% | - |
| HSV(B) | 122.48º | 0.97% | 0.88% | - |
| XYZ | 27.11 | 53.93 | 9.47 | - |
| YUV | 135.99 | 60.28 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 16 | 0.97 | 0 | 0.93 | 0.12 | 122.48 | 0.94 | 0.45 |
| Hex | 7 | E1 | 10 | 61 | 0 | 5D | C | 7A | 5E | 2D |
| Octal | 7 | 341 | 20 | 141 | 0 | 135 | 14 | 172 | 136 | 55 |
| Binary | 111 | 11100001 | 10000 | 1100001 | 0 | 1011101 | 1100 | 1111010 | 1011110 | 101101 |
Color Harmonies of #07E110
Complementary color
Monochromatic Colors of #07E110
Black with #07E110
Text Example
Text Example
White with #07E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E110; }
p { color: rgb(7,225,16); }
H1.HeaderClassName
{
color: #07E110;
}
.AnyTagClassName
{
color: #07E110;
}
</style>
background-color css
<style>
a { background-color: #07E110; }
a { background-color: rgb(7,225,16); }
div.DivClassName
{
background-color: #07E110;
}
.BgClassName
{
background-color: #07E110;
}
</style>
border-color css
<style>
span { border-color: #07E110; }
span { border-color: rgb(7,225,16); }
td.TdClassName
{
border-color: #07E110;
}
.TagClassName
{
border-color: #07E110;
}
</style>