Shades of Free Speech Green #07D804
Tints of Free Speech Green #07D804
RGB
CMYK
RGB Variations
Color information
#07D804 (or 0x07D804) is known color: Free Speech Green. HEX triplet: 07, D8 and 04. RGB value is (7,216,4). Sum of RGB (Red+Green+Blue) = 7+216+4=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 216 (84.77% from 255 or 95.15% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 216 - color contains mainly: green. Hex color #07D804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D804 is #F827FB. Grayscale: #818181. Windows color (decimal): -16263164 or 317447. OLE color: 317447.
HSL color Cylindrical-coordinate representation of color #07D804: hue angle of 119.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07D804 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 4 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.15 |
| HSL | 119.15º | 0.96% | 0.43% | - |
| HSV(B) | 119.15º | 0.98% | 0.85% | - |
| XYZ | 24.67 | 49.17 | 8.3 | - |
| YUV | 129.34 | 57.26 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 4 | 0.97 | 0 | 0.98 | 0.15 | 119.15 | 0.96 | 0.43 |
| Hex | 7 | D8 | 4 | 61 | 0 | 62 | F | 77 | 60 | 2B |
| Octal | 7 | 330 | 4 | 141 | 0 | 142 | 17 | 167 | 140 | 53 |
| Binary | 111 | 11011000 | 100 | 1100001 | 0 | 1100010 | 1111 | 1110111 | 1100000 | 101011 |
Color Harmonies of #07D804
Complementary color
Monochromatic Colors of #07D804
Black with #07D804
Text Example
Text Example
White with #07D804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D804; }
p { color: rgb(7,216,4); }
H1.HeaderClassName
{
color: #07D804;
}
.AnyTagClassName
{
color: #07D804;
}
</style>
background-color css
<style>
a { background-color: #07D804; }
a { background-color: rgb(7,216,4); }
div.DivClassName
{
background-color: #07D804;
}
.BgClassName
{
background-color: #07D804;
}
</style>
border-color css
<style>
span { border-color: #07D804; }
span { border-color: rgb(7,216,4); }
td.TdClassName
{
border-color: #07D804;
}
.TagClassName
{
border-color: #07D804;
}
</style>