Shades of Free Speech Green #07DA20
Tints of Free Speech Green #07DA20
RGB
CMYK
RGB Variations
Color information
#07DA20 (or 0x07DA20) is known color: Free Speech Green. HEX triplet: 07, DA and 20. RGB value is (7,218,32). Sum of RGB (Red+Green+Blue) = 7+218+32=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 218 (85.55% from 255 or 84.82% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DA20 is #F825DF. Grayscale: #868686. Windows color (decimal): -16262624 or 2152967. OLE color: 2152967.
HSL color Cylindrical-coordinate representation of color #07DA20: hue angle of 127.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA20 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 32 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.15 |
| HSL | 127.11º | 0.94% | 0.44% | - |
| HSV(B) | 127.11º | 0.97% | 0.85% | - |
| XYZ | 25.42 | 50.29 | 9.73 | - |
| YUV | 133.71 | 70.6 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 32 | 0.97 | 0 | 0.85 | 0.15 | 127.11 | 0.94 | 0.44 |
| Hex | 7 | DA | 20 | 61 | 0 | 55 | F | 7F | 5E | 2C |
| Octal | 7 | 332 | 40 | 141 | 0 | 125 | 17 | 177 | 136 | 54 |
| Binary | 111 | 11011010 | 100000 | 1100001 | 0 | 1010101 | 1111 | 1111111 | 1011110 | 101100 |
Color Harmonies of #07DA20
Complementary color
Monochromatic Colors of #07DA20
Black with #07DA20
Text Example
Text Example
White with #07DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA20; }
p { color: rgb(7,218,32); }
H1.HeaderClassName
{
color: #07DA20;
}
.AnyTagClassName
{
color: #07DA20;
}
</style>
background-color css
<style>
a { background-color: #07DA20; }
a { background-color: rgb(7,218,32); }
div.DivClassName
{
background-color: #07DA20;
}
.BgClassName
{
background-color: #07DA20;
}
</style>
border-color css
<style>
span { border-color: #07DA20; }
span { border-color: rgb(7,218,32); }
td.TdClassName
{
border-color: #07DA20;
}
.TagClassName
{
border-color: #07DA20;
}
</style>