Shades of Free Speech Green #20DD04
Tints of Free Speech Green #20DD04
RGB
CMYK
RGB Variations
Color information
#20DD04 (or 0x20DD04) is known color: Free Speech Green. HEX triplet: 20, DD and 04. RGB value is (32,221,4). Sum of RGB (Red+Green+Blue) = 32+221+4=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 221 (86.72% from 255 or 85.99% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DD04 is #DF22FB. Grayscale: #8C8C8C. Windows color (decimal): -14623484 or 318752. OLE color: 318752.
HSL color Cylindrical-coordinate representation of color #20DD04: hue angle of 112.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20DD04 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 4 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.13 |
| HSL | 112.26º | 0.96% | 0.44% | - |
| HSV(B) | 112.26º | 0.98% | 0.87% | - |
| XYZ | 26.47 | 52.03 | 8.76 | - |
| YUV | 139.75 | 51.38 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 4 | 0.86 | 0 | 0.98 | 0.13 | 112.26 | 0.96 | 0.44 |
| Hex | 20 | DD | 4 | 56 | 0 | 62 | D | 70 | 60 | 2C |
| Octal | 40 | 335 | 4 | 126 | 0 | 142 | 15 | 160 | 140 | 54 |
| Binary | 100000 | 11011101 | 100 | 1010110 | 0 | 1100010 | 1101 | 1110000 | 1100000 | 101100 |
Color Harmonies of #20DD04
Complementary color
Monochromatic Colors of #20DD04
Black with #20DD04
Text Example
Text Example
White with #20DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD04; }
p { color: rgb(32,221,4); }
H1.HeaderClassName
{
color: #20DD04;
}
.AnyTagClassName
{
color: #20DD04;
}
</style>
background-color css
<style>
a { background-color: #20DD04; }
a { background-color: rgb(32,221,4); }
div.DivClassName
{
background-color: #20DD04;
}
.BgClassName
{
background-color: #20DD04;
}
</style>
border-color css
<style>
span { border-color: #20DD04; }
span { border-color: rgb(32,221,4); }
td.TdClassName
{
border-color: #20DD04;
}
.TagClassName
{
border-color: #20DD04;
}
</style>