Shades of Free Speech Green #07DB1D
Tints of Free Speech Green #07DB1D
RGB
CMYK
RGB Variations
Color information
#07DB1D (or 0x07DB1D) is known color: Free Speech Green. HEX triplet: 07, DB and 1D. RGB value is (7,219,29). Sum of RGB (Red+Green+Blue) = 7+219+29=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 219 (85.94% from 255 or 85.88% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DB1D is #F824E2. Grayscale: #868686. Windows color (decimal): -16262371 or 1956615. OLE color: 1956615.
HSL color Cylindrical-coordinate representation of color #07DB1D: hue angle of 126.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DB1D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 29 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.14 |
| HSL | 126.23º | 0.94% | 0.44% | - |
| HSV(B) | 126.23º | 0.97% | 0.86% | - |
| XYZ | 25.64 | 50.8 | 9.62 | - |
| YUV | 133.95 | 68.76 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 29 | 0.97 | 0 | 0.87 | 0.14 | 126.23 | 0.94 | 0.44 |
| Hex | 7 | DB | 1D | 61 | 0 | 57 | E | 7E | 5E | 2C |
| Octal | 7 | 333 | 35 | 141 | 0 | 127 | 16 | 176 | 136 | 54 |
| Binary | 111 | 11011011 | 11101 | 1100001 | 0 | 1010111 | 1110 | 1111110 | 1011110 | 101100 |
Color Harmonies of #07DB1D
Complementary color
Monochromatic Colors of #07DB1D
Black with #07DB1D
Text Example
Text Example
White with #07DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB1D; }
p { color: rgb(7,219,29); }
H1.HeaderClassName
{
color: #07DB1D;
}
.AnyTagClassName
{
color: #07DB1D;
}
</style>
background-color css
<style>
a { background-color: #07DB1D; }
a { background-color: rgb(7,219,29); }
div.DivClassName
{
background-color: #07DB1D;
}
.BgClassName
{
background-color: #07DB1D;
}
</style>
border-color css
<style>
span { border-color: #07DB1D; }
span { border-color: rgb(7,219,29); }
td.TdClassName
{
border-color: #07DB1D;
}
.TagClassName
{
border-color: #07DB1D;
}
</style>