Shades of Free Speech Green #20DF08
Tints of Free Speech Green #20DF08
RGB
CMYK
RGB Variations
Color information
#20DF08 (or 0x20DF08) is known color: Free Speech Green. HEX triplet: 20, DF and 08. RGB value is (32,223,8). Sum of RGB (Red+Green+Blue) = 32+223+8=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 223 (87.5% from 255 or 84.79% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DF08 is #DF20F7. Grayscale: #8E8E8E. Windows color (decimal): -14622968 or 581408. OLE color: 581408.
HSL color Cylindrical-coordinate representation of color #20DF08: hue angle of 113.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20DF08 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.13 |
| HSL | 113.3º | 0.93% | 0.45% | - |
| HSV(B) | 113.3º | 0.96% | 0.87% | - |
| XYZ | 27.03 | 53.1 | 9.05 | - |
| YUV | 141.38 | 52.72 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 8 | 0.86 | 0 | 0.96 | 0.13 | 113.3 | 0.93 | 0.45 |
| Hex | 20 | DF | 8 | 56 | 0 | 60 | D | 71 | 5D | 2D |
| Octal | 40 | 337 | 10 | 126 | 0 | 140 | 15 | 161 | 135 | 55 |
| Binary | 100000 | 11011111 | 1000 | 1010110 | 0 | 1100000 | 1101 | 1110001 | 1011101 | 101101 |
Color Harmonies of #20DF08
Complementary color
Monochromatic Colors of #20DF08
Black with #20DF08
Text Example
Text Example
White with #20DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF08; }
p { color: rgb(32,223,8); }
H1.HeaderClassName
{
color: #20DF08;
}
.AnyTagClassName
{
color: #20DF08;
}
</style>
background-color css
<style>
a { background-color: #20DF08; }
a { background-color: rgb(32,223,8); }
div.DivClassName
{
background-color: #20DF08;
}
.BgClassName
{
background-color: #20DF08;
}
</style>
border-color css
<style>
span { border-color: #20DF08; }
span { border-color: rgb(32,223,8); }
td.TdClassName
{
border-color: #20DF08;
}
.TagClassName
{
border-color: #20DF08;
}
</style>