Shades of Free Speech Green #07DF0E
Tints of Free Speech Green #07DF0E
RGB
CMYK
RGB Variations
Color information
#07DF0E (or 0x07DF0E) is known color: Free Speech Green. HEX triplet: 07, DF and 0E. RGB value is (7,223,14). Sum of RGB (Red+Green+Blue) = 7+223+14=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 223 (87.5% from 255 or 91.39% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DF0E is #F820F1. Grayscale: #878787. Windows color (decimal): -16261362 or 974599. OLE color: 974599.
HSL color Cylindrical-coordinate representation of color #07DF0E: hue angle of 121.94º 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 #07DF0E is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 14 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.13 |
| HSL | 121.94º | 0.94% | 0.45% | - |
| HSV(B) | 121.94º | 0.97% | 0.87% | - |
| XYZ | 26.55 | 52.85 | 9.22 | - |
| YUV | 134.59 | 59.94 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 14 | 0.97 | 0 | 0.94 | 0.13 | 121.94 | 0.94 | 0.45 |
| Hex | 7 | DF | E | 61 | 0 | 5E | D | 7A | 5E | 2D |
| Octal | 7 | 337 | 16 | 141 | 0 | 136 | 15 | 172 | 136 | 55 |
| Binary | 111 | 11011111 | 1110 | 1100001 | 0 | 1011110 | 1101 | 1111010 | 1011110 | 101101 |
Color Harmonies of #07DF0E
Complementary color
Monochromatic Colors of #07DF0E
Black with #07DF0E
Text Example
Text Example
White with #07DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF0E; }
p { color: rgb(7,223,14); }
H1.HeaderClassName
{
color: #07DF0E;
}
.AnyTagClassName
{
color: #07DF0E;
}
</style>
background-color css
<style>
a { background-color: #07DF0E; }
a { background-color: rgb(7,223,14); }
div.DivClassName
{
background-color: #07DF0E;
}
.BgClassName
{
background-color: #07DF0E;
}
</style>
border-color css
<style>
span { border-color: #07DF0E; }
span { border-color: rgb(7,223,14); }
td.TdClassName
{
border-color: #07DF0E;
}
.TagClassName
{
border-color: #07DF0E;
}
</style>