Shades of Free Speech Green #07E921
Tints of Free Speech Green #07E921
RGB
CMYK
RGB Variations
Color information
#07E921 (or 0x07E921) is known color: Free Speech Green. HEX triplet: 07, E9 and 21. RGB value is (7,233,33). Sum of RGB (Red+Green+Blue) = 7+233+33=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 233 (91.41% from 255 or 85.35% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 233 - color contains mainly: green. Hex color #07E921 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07E921 is #F816DE. Grayscale: #8F8F8F. Windows color (decimal): -16258783 or 2222343. OLE color: 2222343.
HSL color Cylindrical-coordinate representation of color #07E921: hue angle of 126.9º 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 #07E921 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 233 | 33 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.09 |
| HSL | 126.9º | 0.94% | 0.47% | - |
| HSV(B) | 126.9º | 0.97% | 0.91% | - |
| XYZ | 29.5 | 58.43 | 11.16 | - |
| YUV | 142.63 | 66.13 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 233 | 33 | 0.97 | 0 | 0.86 | 0.09 | 126.9 | 0.94 | 0.47 |
| Hex | 7 | E9 | 21 | 61 | 0 | 56 | 9 | 7F | 5E | 2F |
| Octal | 7 | 351 | 41 | 141 | 0 | 126 | 11 | 177 | 136 | 57 |
| Binary | 111 | 11101001 | 100001 | 1100001 | 0 | 1010110 | 1001 | 1111111 | 1011110 | 101111 |
Color Harmonies of #07E921
Complementary color
Monochromatic Colors of #07E921
Black with #07E921
Text Example
Text Example
White with #07E921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E921; }
p { color: rgb(7,233,33); }
H1.HeaderClassName
{
color: #07E921;
}
.AnyTagClassName
{
color: #07E921;
}
</style>
background-color css
<style>
a { background-color: #07E921; }
a { background-color: rgb(7,233,33); }
div.DivClassName
{
background-color: #07E921;
}
.BgClassName
{
background-color: #07E921;
}
</style>
border-color css
<style>
span { border-color: #07E921; }
span { border-color: rgb(7,233,33); }
td.TdClassName
{
border-color: #07E921;
}
.TagClassName
{
border-color: #07E921;
}
</style>