Shades of Free Speech Green #20D705
Tints of Free Speech Green #20D705
RGB
CMYK
RGB Variations
Color information
#20D705 (or 0x20D705) is known color: Free Speech Green. HEX triplet: 20, D7 and 05. RGB value is (32,215,5). Sum of RGB (Red+Green+Blue) = 32+215+5=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 215 (84.38% from 255 or 85.32% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 215 - color contains mainly: green. Hex color #20D705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D705 is #DF28FA. Grayscale: #898989. Windows color (decimal): -14625019 or 382752. OLE color: 382752.
HSL color Cylindrical-coordinate representation of color #20D705: hue angle of 112.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20D705 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.16 |
| HSL | 112.29º | 0.95% | 0.43% | - |
| HSV(B) | 112.29º | 0.98% | 0.84% | - |
| XYZ | 24.92 | 48.92 | 8.27 | - |
| YUV | 136.34 | 53.87 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 5 | 0.85 | 0 | 0.98 | 0.16 | 112.29 | 0.95 | 0.43 |
| Hex | 20 | D7 | 5 | 55 | 0 | 62 | 10 | 70 | 5F | 2B |
| Octal | 40 | 327 | 5 | 125 | 0 | 142 | 20 | 160 | 137 | 53 |
| Binary | 100000 | 11010111 | 101 | 1010101 | 0 | 1100010 | 10000 | 1110000 | 1011111 | 101011 |
Color Harmonies of #20D705
Complementary color
Monochromatic Colors of #20D705
Black with #20D705
Text Example
Text Example
White with #20D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D705; }
p { color: rgb(32,215,5); }
H1.HeaderClassName
{
color: #20D705;
}
.AnyTagClassName
{
color: #20D705;
}
</style>
background-color css
<style>
a { background-color: #20D705; }
a { background-color: rgb(32,215,5); }
div.DivClassName
{
background-color: #20D705;
}
.BgClassName
{
background-color: #20D705;
}
</style>
border-color css
<style>
span { border-color: #20D705; }
span { border-color: rgb(32,215,5); }
td.TdClassName
{
border-color: #20D705;
}
.TagClassName
{
border-color: #20D705;
}
</style>