Shades of Free Speech Green #07E813
Tints of Free Speech Green #07E813
RGB
CMYK
RGB Variations
Color information
#07E813 (or 0x07E813) is known color: Free Speech Green. HEX triplet: 07, E8 and 13. RGB value is (7,232,19). Sum of RGB (Red+Green+Blue) = 7+232+19=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 232 (91.02% from 255 or 89.92% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 232 - color contains mainly: green. Hex color #07E813 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E813 is #F817EC. Grayscale: #8D8D8D. Windows color (decimal): -16259053 or 1304583. OLE color: 1304583.
HSL color Cylindrical-coordinate representation of color #07E813: hue angle of 123.2º 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 #07E813 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 232 | 19 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.09 |
| HSL | 123.2º | 0.94% | 0.47% | - |
| HSV(B) | 123.2º | 0.97% | 0.91% | - |
| XYZ | 29.06 | 57.81 | 10.24 | - |
| YUV | 140.44 | 59.46 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 19 | 0.97 | 0 | 0.92 | 0.09 | 123.2 | 0.94 | 0.47 |
| Hex | 7 | E8 | 13 | 61 | 0 | 5C | 9 | 7B | 5E | 2F |
| Octal | 7 | 350 | 23 | 141 | 0 | 134 | 11 | 173 | 136 | 57 |
| Binary | 111 | 11101000 | 10011 | 1100001 | 0 | 1011100 | 1001 | 1111011 | 1011110 | 101111 |
Color Harmonies of #07E813
Complementary color
Monochromatic Colors of #07E813
Black with #07E813
Text Example
Text Example
White with #07E813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E813; }
p { color: rgb(7,232,19); }
H1.HeaderClassName
{
color: #07E813;
}
.AnyTagClassName
{
color: #07E813;
}
</style>
background-color css
<style>
a { background-color: #07E813; }
a { background-color: rgb(7,232,19); }
div.DivClassName
{
background-color: #07E813;
}
.BgClassName
{
background-color: #07E813;
}
</style>
border-color css
<style>
span { border-color: #07E813; }
span { border-color: rgb(7,232,19); }
td.TdClassName
{
border-color: #07E813;
}
.TagClassName
{
border-color: #07E813;
}
</style>