Shades of Free Speech Green #07DB14
Tints of Free Speech Green #07DB14
RGB
CMYK
RGB Variations
Color information
#07DB14 (or 0x07DB14) is known color: Free Speech Green. HEX triplet: 07, DB and 14. RGB value is (7,219,20). Sum of RGB (Red+Green+Blue) = 7+219+20=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 219 (85.94% from 255 or 89.02% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DB14 is #F824EB. Grayscale: #858585. Windows color (decimal): -16262380 or 1366791. OLE color: 1366791.
HSL color Cylindrical-coordinate representation of color #07DB14: hue angle of 123.68º 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 #07DB14 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 20 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.14 |
| HSL | 123.68º | 0.94% | 0.44% | - |
| HSV(B) | 123.68º | 0.97% | 0.86% | - |
| XYZ | 25.55 | 50.76 | 9.11 | - |
| YUV | 132.93 | 64.26 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 20 | 0.97 | 0 | 0.91 | 0.14 | 123.68 | 0.94 | 0.44 |
| Hex | 7 | DB | 14 | 61 | 0 | 5B | E | 7C | 5E | 2C |
| Octal | 7 | 333 | 24 | 141 | 0 | 133 | 16 | 174 | 136 | 54 |
| Binary | 111 | 11011011 | 10100 | 1100001 | 0 | 1011011 | 1110 | 1111100 | 1011110 | 101100 |
Color Harmonies of #07DB14
Complementary color
Monochromatic Colors of #07DB14
Black with #07DB14
Text Example
Text Example
White with #07DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB14; }
p { color: rgb(7,219,20); }
H1.HeaderClassName
{
color: #07DB14;
}
.AnyTagClassName
{
color: #07DB14;
}
</style>
background-color css
<style>
a { background-color: #07DB14; }
a { background-color: rgb(7,219,20); }
div.DivClassName
{
background-color: #07DB14;
}
.BgClassName
{
background-color: #07DB14;
}
</style>
border-color css
<style>
span { border-color: #07DB14; }
span { border-color: rgb(7,219,20); }
td.TdClassName
{
border-color: #07DB14;
}
.TagClassName
{
border-color: #07DB14;
}
</style>