Shades of Free Speech Green #20DD10
Tints of Free Speech Green #20DD10
RGB
CMYK
RGB Variations
Color information
#20DD10 (or 0x20DD10) is known color: Free Speech Green. HEX triplet: 20, DD and 10. RGB value is (32,221,16). Sum of RGB (Red+Green+Blue) = 32+221+16=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DD10 is #DF22EF. Grayscale: #8D8D8D. Windows color (decimal): -14623472 or 1105184. OLE color: 1105184.
HSL color Cylindrical-coordinate representation of color #20DD10: hue angle of 115.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20DD10 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 16 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.13 |
| HSL | 115.32º | 0.86% | 0.46% | - |
| HSV(B) | 115.32º | 0.93% | 0.87% | - |
| XYZ | 26.55 | 52.06 | 9.14 | - |
| YUV | 141.12 | 57.38 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 16 | 0.86 | 0 | 0.93 | 0.13 | 115.32 | 0.86 | 0.46 |
| Hex | 20 | DD | 10 | 56 | 0 | 5D | D | 73 | 56 | 2E |
| Octal | 40 | 335 | 20 | 126 | 0 | 135 | 15 | 163 | 126 | 56 |
| Binary | 100000 | 11011101 | 10000 | 1010110 | 0 | 1011101 | 1101 | 1110011 | 1010110 | 101110 |
Color Harmonies of #20DD10
Complementary color
Monochromatic Colors of #20DD10
Black with #20DD10
Text Example
Text Example
White with #20DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD10; }
p { color: rgb(32,221,16); }
H1.HeaderClassName
{
color: #20DD10;
}
.AnyTagClassName
{
color: #20DD10;
}
</style>
background-color css
<style>
a { background-color: #20DD10; }
a { background-color: rgb(32,221,16); }
div.DivClassName
{
background-color: #20DD10;
}
.BgClassName
{
background-color: #20DD10;
}
</style>
border-color css
<style>
span { border-color: #20DD10; }
span { border-color: rgb(32,221,16); }
td.TdClassName
{
border-color: #20DD10;
}
.TagClassName
{
border-color: #20DD10;
}
</style>