Shades of Free Speech Green #07D820
Tints of Free Speech Green #07D820
RGB
CMYK
RGB Variations
Color information
#07D820 (or 0x07D820) is known color: Free Speech Green. HEX triplet: 07, D8 and 20. RGB value is (7,216,32). Sum of RGB (Red+Green+Blue) = 7+216+32=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 216 (84.77% from 255 or 84.71% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 216 - color contains mainly: green. Hex color #07D820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D820 is #F827DF. Grayscale: #858585. Windows color (decimal): -16263136 or 2152455. OLE color: 2152455.
HSL color Cylindrical-coordinate representation of color #07D820: hue angle of 127.18º 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 #07D820 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 32 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.15 |
| HSL | 127.18º | 0.94% | 0.44% | - |
| HSV(B) | 127.18º | 0.97% | 0.85% | - |
| XYZ | 24.9 | 49.26 | 9.56 | - |
| YUV | 132.53 | 71.26 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 32 | 0.97 | 0 | 0.85 | 0.15 | 127.18 | 0.94 | 0.44 |
| Hex | 7 | D8 | 20 | 61 | 0 | 55 | F | 7F | 5E | 2C |
| Octal | 7 | 330 | 40 | 141 | 0 | 125 | 17 | 177 | 136 | 54 |
| Binary | 111 | 11011000 | 100000 | 1100001 | 0 | 1010101 | 1111 | 1111111 | 1011110 | 101100 |
Color Harmonies of #07D820
Complementary color
Monochromatic Colors of #07D820
Black with #07D820
Text Example
Text Example
White with #07D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D820; }
p { color: rgb(7,216,32); }
H1.HeaderClassName
{
color: #07D820;
}
.AnyTagClassName
{
color: #07D820;
}
</style>
background-color css
<style>
a { background-color: #07D820; }
a { background-color: rgb(7,216,32); }
div.DivClassName
{
background-color: #07D820;
}
.BgClassName
{
background-color: #07D820;
}
</style>
border-color css
<style>
span { border-color: #07D820; }
span { border-color: rgb(7,216,32); }
td.TdClassName
{
border-color: #07D820;
}
.TagClassName
{
border-color: #07D820;
}
</style>