Shades of Free Speech Green #07DD0E
Tints of Free Speech Green #07DD0E
RGB
CMYK
RGB Variations
Color information
#07DD0E (or 0x07DD0E) is known color: Free Speech Green. HEX triplet: 07, DD and 0E. RGB value is (7,221,14). Sum of RGB (Red+Green+Blue) = 7+221+14=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 221 (86.72% from 255 or 91.32% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DD0E is #F822F1. Grayscale: #868686. Windows color (decimal): -16261874 or 974087. OLE color: 974087.
HSL color Cylindrical-coordinate representation of color #07DD0E: hue angle of 121.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD0E is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 14 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.13 |
| HSL | 121.96º | 0.94% | 0.45% | - |
| HSV(B) | 121.96º | 0.97% | 0.87% | - |
| XYZ | 26.02 | 51.79 | 9.04 | - |
| YUV | 133.42 | 60.6 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 14 | 0.97 | 0 | 0.94 | 0.13 | 121.96 | 0.94 | 0.45 |
| Hex | 7 | DD | E | 61 | 0 | 5E | D | 7A | 5E | 2D |
| Octal | 7 | 335 | 16 | 141 | 0 | 136 | 15 | 172 | 136 | 55 |
| Binary | 111 | 11011101 | 1110 | 1100001 | 0 | 1011110 | 1101 | 1111010 | 1011110 | 101101 |
Color Harmonies of #07DD0E
Complementary color
Monochromatic Colors of #07DD0E
Black with #07DD0E
Text Example
Text Example
White with #07DD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD0E; }
p { color: rgb(7,221,14); }
H1.HeaderClassName
{
color: #07DD0E;
}
.AnyTagClassName
{
color: #07DD0E;
}
</style>
background-color css
<style>
a { background-color: #07DD0E; }
a { background-color: rgb(7,221,14); }
div.DivClassName
{
background-color: #07DD0E;
}
.BgClassName
{
background-color: #07DD0E;
}
</style>
border-color css
<style>
span { border-color: #07DD0E; }
span { border-color: rgb(7,221,14); }
td.TdClassName
{
border-color: #07DD0E;
}
.TagClassName
{
border-color: #07DD0E;
}
</style>