Shades of Free Speech Green #20D708
Tints of Free Speech Green #20D708
RGB
CMYK
RGB Variations
Color information
#20D708 (or 0x20D708) is known color: Free Speech Green. HEX triplet: 20, D7 and 08. RGB value is (32,215,8). Sum of RGB (Red+Green+Blue) = 32+215+8=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #20D708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D708 is #DF28F7. Grayscale: #898989. Windows color (decimal): -14625016 or 579360. OLE color: 579360.
HSL color Cylindrical-coordinate representation of color #20D708: hue angle of 113.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20D708 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.16 |
| HSL | 113.04º | 0.93% | 0.44% | - |
| HSV(B) | 113.04º | 0.96% | 0.84% | - |
| XYZ | 24.94 | 48.93 | 8.36 | - |
| YUV | 136.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 8 | 0.85 | 0 | 0.96 | 0.16 | 113.04 | 0.93 | 0.44 |
| Hex | 20 | D7 | 8 | 55 | 0 | 60 | 10 | 71 | 5D | 2C |
| Octal | 40 | 327 | 10 | 125 | 0 | 140 | 20 | 161 | 135 | 54 |
| Binary | 100000 | 11010111 | 1000 | 1010101 | 0 | 1100000 | 10000 | 1110001 | 1011101 | 101100 |
Color Harmonies of #20D708
Complementary color
Monochromatic Colors of #20D708
Black with #20D708
Text Example
Text Example
White with #20D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D708; }
p { color: rgb(32,215,8); }
H1.HeaderClassName
{
color: #20D708;
}
.AnyTagClassName
{
color: #20D708;
}
</style>
background-color css
<style>
a { background-color: #20D708; }
a { background-color: rgb(32,215,8); }
div.DivClassName
{
background-color: #20D708;
}
.BgClassName
{
background-color: #20D708;
}
</style>
border-color css
<style>
span { border-color: #20D708; }
span { border-color: rgb(32,215,8); }
td.TdClassName
{
border-color: #20D708;
}
.TagClassName
{
border-color: #20D708;
}
</style>