Shades of Free Speech Green #07D007
Tints of Free Speech Green #07D007
RGB
CMYK
RGB Variations
Color information
#07D007 (or 0x07D007) is known color: Free Speech Green. HEX triplet: 07, D0 and 07. RGB value is (7,208,7). Sum of RGB (Red+Green+Blue) = 7+208+7=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 208 (81.64% from 255 or 93.69% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 208 - color contains mainly: green. Hex color #07D007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D007 is #F82FF8. Grayscale: #7D7D7D. Windows color (decimal): -16265209 or 512007. OLE color: 512007.
HSL color Cylindrical-coordinate representation of color #07D007: hue angle of 120º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D007 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 7 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.18 |
| HSL | 120º | 0.93% | 0.42% | - |
| HSV(B) | 120º | 0.97% | 0.82% | - |
| XYZ | 22.68 | 45.17 | 7.72 | - |
| YUV | 124.99 | 61.41 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 7 | 0.97 | 0 | 0.97 | 0.18 | 120 | 0.93 | 0.42 |
| Hex | 7 | D0 | 7 | 61 | 0 | 61 | 12 | 78 | 5D | 2A |
| Octal | 7 | 320 | 7 | 141 | 0 | 141 | 22 | 170 | 135 | 52 |
| Binary | 111 | 11010000 | 111 | 1100001 | 0 | 1100001 | 10010 | 1111000 | 1011101 | 101010 |
Color Harmonies of #07D007
Complementary color
Monochromatic Colors of #07D007
Black with #07D007
Text Example
Text Example
White with #07D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D007; }
p { color: rgb(7,208,7); }
H1.HeaderClassName
{
color: #07D007;
}
.AnyTagClassName
{
color: #07D007;
}
</style>
background-color css
<style>
a { background-color: #07D007; }
a { background-color: rgb(7,208,7); }
div.DivClassName
{
background-color: #07D007;
}
.BgClassName
{
background-color: #07D007;
}
</style>
border-color css
<style>
span { border-color: #07D007; }
span { border-color: rgb(7,208,7); }
td.TdClassName
{
border-color: #07D007;
}
.TagClassName
{
border-color: #07D007;
}
</style>