Shades of Free Speech Green #07F321
Tints of Free Speech Green #07F321
RGB
CMYK
RGB Variations
Color information
#07F321 (or 0x07F321) is known color: Free Speech Green. HEX triplet: 07, F3 and 21. RGB value is (7,243,33). Sum of RGB (Red+Green+Blue) = 7+243+33=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 243 (95.31% from 255 or 85.87% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 243 - color contains mainly: green. Hex color #07F321 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F321 is #F80CDE. Grayscale: #959595. Windows color (decimal): -16256223 or 2224903. OLE color: 2224903.
HSL color Cylindrical-coordinate representation of color #07F321: hue angle of 126.61º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F321 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 243 | 33 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.05 |
| HSL | 126.61º | 0.94% | 0.49% | - |
| HSV(B) | 126.61º | 0.97% | 0.95% | - |
| XYZ | 32.41 | 64.26 | 12.13 | - |
| YUV | 148.5 | 62.81 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 243 | 33 | 0.97 | 0 | 0.86 | 0.05 | 126.61 | 0.94 | 0.49 |
| Hex | 7 | F3 | 21 | 61 | 0 | 56 | 5 | 7F | 5E | 31 |
| Octal | 7 | 363 | 41 | 141 | 0 | 126 | 5 | 177 | 136 | 61 |
| Binary | 111 | 11110011 | 100001 | 1100001 | 0 | 1010110 | 101 | 1111111 | 1011110 | 110001 |
Color Harmonies of #07F321
Complementary color
Monochromatic Colors of #07F321
Black with #07F321
Text Example
Text Example
White with #07F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F321; }
p { color: rgb(7,243,33); }
H1.HeaderClassName
{
color: #07F321;
}
.AnyTagClassName
{
color: #07F321;
}
</style>
background-color css
<style>
a { background-color: #07F321; }
a { background-color: rgb(7,243,33); }
div.DivClassName
{
background-color: #07F321;
}
.BgClassName
{
background-color: #07F321;
}
</style>
border-color css
<style>
span { border-color: #07F321; }
span { border-color: rgb(7,243,33); }
td.TdClassName
{
border-color: #07F321;
}
.TagClassName
{
border-color: #07F321;
}
</style>