Shades of Free Speech Green #20D905
Tints of Free Speech Green #20D905
RGB
CMYK
RGB Variations
Color information
#20D905 (or 0x20D905) is known color: Free Speech Green. HEX triplet: 20, D9 and 05. RGB value is (32,217,5). Sum of RGB (Red+Green+Blue) = 32+217+5=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 217 (85.16% from 255 or 85.43% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 217 - color contains mainly: green. Hex color #20D905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D905 is #DF26FA. Grayscale: #8A8A8A. Windows color (decimal): -14624507 or 383264. OLE color: 383264.
HSL color Cylindrical-coordinate representation of color #20D905: hue angle of 112.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20D905 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.15 |
| HSL | 112.36º | 0.95% | 0.44% | - |
| HSV(B) | 112.36º | 0.98% | 0.85% | - |
| XYZ | 25.44 | 49.94 | 8.44 | - |
| YUV | 137.52 | 53.21 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 5 | 0.85 | 0 | 0.98 | 0.15 | 112.36 | 0.95 | 0.44 |
| Hex | 20 | D9 | 5 | 55 | 0 | 62 | F | 70 | 5F | 2C |
| Octal | 40 | 331 | 5 | 125 | 0 | 142 | 17 | 160 | 137 | 54 |
| Binary | 100000 | 11011001 | 101 | 1010101 | 0 | 1100010 | 1111 | 1110000 | 1011111 | 101100 |
Color Harmonies of #20D905
Complementary color
Monochromatic Colors of #20D905
Black with #20D905
Text Example
Text Example
White with #20D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D905; }
p { color: rgb(32,217,5); }
H1.HeaderClassName
{
color: #20D905;
}
.AnyTagClassName
{
color: #20D905;
}
</style>
background-color css
<style>
a { background-color: #20D905; }
a { background-color: rgb(32,217,5); }
div.DivClassName
{
background-color: #20D905;
}
.BgClassName
{
background-color: #20D905;
}
</style>
border-color css
<style>
span { border-color: #20D905; }
span { border-color: rgb(32,217,5); }
td.TdClassName
{
border-color: #20D905;
}
.TagClassName
{
border-color: #20D905;
}
</style>