Shades of Free Speech Green #07D513
Tints of Free Speech Green #07D513
RGB
CMYK
RGB Variations
Color information
#07D513 (or 0x07D513) is known color: Free Speech Green. HEX triplet: 07, D5 and 13. RGB value is (7,213,19). Sum of RGB (Red+Green+Blue) = 7+213+19=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 213 (83.59% from 255 or 89.12% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 213 - color contains mainly: green. Hex color #07D513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D513 is #F82AEC. Grayscale: #818181. Windows color (decimal): -16263917 or 1299719. OLE color: 1299719.
HSL color Cylindrical-coordinate representation of color #07D513: hue angle of 123.5º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D513 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 213 | 19 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.16 |
| HSL | 123.5º | 0.94% | 0.43% | - |
| HSV(B) | 123.5º | 0.97% | 0.84% | - |
| XYZ | 24 | 47.68 | 8.55 | - |
| YUV | 129.29 | 65.75 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 213 | 19 | 0.97 | 0 | 0.91 | 0.16 | 123.5 | 0.94 | 0.43 |
| Hex | 7 | D5 | 13 | 61 | 0 | 5B | 10 | 7B | 5E | 2B |
| Octal | 7 | 325 | 23 | 141 | 0 | 133 | 20 | 173 | 136 | 53 |
| Binary | 111 | 11010101 | 10011 | 1100001 | 0 | 1011011 | 10000 | 1111011 | 1011110 | 101011 |
Color Harmonies of #07D513
Complementary color
Monochromatic Colors of #07D513
Black with #07D513
Text Example
Text Example
White with #07D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D513; }
p { color: rgb(7,213,19); }
H1.HeaderClassName
{
color: #07D513;
}
.AnyTagClassName
{
color: #07D513;
}
</style>
background-color css
<style>
a { background-color: #07D513; }
a { background-color: rgb(7,213,19); }
div.DivClassName
{
background-color: #07D513;
}
.BgClassName
{
background-color: #07D513;
}
</style>
border-color css
<style>
span { border-color: #07D513; }
span { border-color: rgb(7,213,19); }
td.TdClassName
{
border-color: #07D513;
}
.TagClassName
{
border-color: #07D513;
}
</style>