Shades of Free Speech Green #20D804
Tints of Free Speech Green #20D804
RGB
CMYK
RGB Variations
Color information
#20D804 (or 0x20D804) is known color: Free Speech Green. HEX triplet: 20, D8 and 04. RGB value is (32,216,4). Sum of RGB (Red+Green+Blue) = 32+216+4=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 216 (84.77% from 255 or 85.71% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 216 - color contains mainly: green. Hex color #20D804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D804 is #DF27FB. Grayscale: #898989. Windows color (decimal): -14624764 or 317472. OLE color: 317472.
HSL color Cylindrical-coordinate representation of color #20D804: hue angle of 112.08º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20D804 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.15 |
| HSL | 112.08º | 0.96% | 0.43% | - |
| HSV(B) | 112.08º | 0.98% | 0.85% | - |
| XYZ | 25.17 | 49.43 | 8.33 | - |
| YUV | 136.82 | 53.04 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 4 | 0.85 | 0 | 0.98 | 0.15 | 112.08 | 0.96 | 0.43 |
| Hex | 20 | D8 | 4 | 55 | 0 | 62 | F | 70 | 60 | 2B |
| Octal | 40 | 330 | 4 | 125 | 0 | 142 | 17 | 160 | 140 | 53 |
| Binary | 100000 | 11011000 | 100 | 1010101 | 0 | 1100010 | 1111 | 1110000 | 1100000 | 101011 |
Color Harmonies of #20D804
Complementary color
Monochromatic Colors of #20D804
Black with #20D804
Text Example
Text Example
White with #20D804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D804; }
p { color: rgb(32,216,4); }
H1.HeaderClassName
{
color: #20D804;
}
.AnyTagClassName
{
color: #20D804;
}
</style>
background-color css
<style>
a { background-color: #20D804; }
a { background-color: rgb(32,216,4); }
div.DivClassName
{
background-color: #20D804;
}
.BgClassName
{
background-color: #20D804;
}
</style>
border-color css
<style>
span { border-color: #20D804; }
span { border-color: rgb(32,216,4); }
td.TdClassName
{
border-color: #20D804;
}
.TagClassName
{
border-color: #20D804;
}
</style>