Shades of Free Speech Green #07DB1F
Tints of Free Speech Green #07DB1F
RGB
CMYK
RGB Variations
Color information
#07DB1F (or 0x07DB1F) is known color: Free Speech Green. HEX triplet: 07, DB and 1F. RGB value is (7,219,31). Sum of RGB (Red+Green+Blue) = 7+219+31=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 219 (85.94% from 255 or 85.21% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DB1F is #F824E0. Grayscale: #868686. Windows color (decimal): -16262369 or 2087687. OLE color: 2087687.
HSL color Cylindrical-coordinate representation of color #07DB1F: hue angle of 126.79º 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 #07DB1F is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 31 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.14 |
| HSL | 126.79º | 0.94% | 0.44% | - |
| HSV(B) | 126.79º | 0.97% | 0.86% | - |
| XYZ | 25.67 | 50.81 | 9.75 | - |
| YUV | 134.18 | 69.76 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 31 | 0.97 | 0 | 0.86 | 0.14 | 126.79 | 0.94 | 0.44 |
| Hex | 7 | DB | 1F | 61 | 0 | 56 | E | 7F | 5E | 2C |
| Octal | 7 | 333 | 37 | 141 | 0 | 126 | 16 | 177 | 136 | 54 |
| Binary | 111 | 11011011 | 11111 | 1100001 | 0 | 1010110 | 1110 | 1111111 | 1011110 | 101100 |
Color Harmonies of #07DB1F
Complementary color
Monochromatic Colors of #07DB1F
Black with #07DB1F
Text Example
Text Example
White with #07DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB1F; }
p { color: rgb(7,219,31); }
H1.HeaderClassName
{
color: #07DB1F;
}
.AnyTagClassName
{
color: #07DB1F;
}
</style>
background-color css
<style>
a { background-color: #07DB1F; }
a { background-color: rgb(7,219,31); }
div.DivClassName
{
background-color: #07DB1F;
}
.BgClassName
{
background-color: #07DB1F;
}
</style>
border-color css
<style>
span { border-color: #07DB1F; }
span { border-color: rgb(7,219,31); }
td.TdClassName
{
border-color: #07DB1F;
}
.TagClassName
{
border-color: #07DB1F;
}
</style>