Shades of Free Speech Green #20D706
Tints of Free Speech Green #20D706
RGB
CMYK
RGB Variations
Color information
#20D706 (or 0x20D706) is known color: Free Speech Green. HEX triplet: 20, D7 and 06. RGB value is (32,215,6). Sum of RGB (Red+Green+Blue) = 32+215+6=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 215 (84.38% from 255 or 84.98% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 215 - color contains mainly: green. Hex color #20D706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D706 is #DF28F9. Grayscale: #898989. Windows color (decimal): -14625018 or 448288. OLE color: 448288.
HSL color Cylindrical-coordinate representation of color #20D706: hue angle of 112.54º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20D706 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.16 |
| HSL | 112.54º | 0.95% | 0.43% | - |
| HSV(B) | 112.54º | 0.97% | 0.84% | - |
| XYZ | 24.93 | 48.92 | 8.3 | - |
| YUV | 136.46 | 54.37 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 6 | 0.85 | 0 | 0.97 | 0.16 | 112.54 | 0.95 | 0.43 |
| Hex | 20 | D7 | 6 | 55 | 0 | 61 | 10 | 71 | 5F | 2B |
| Octal | 40 | 327 | 6 | 125 | 0 | 141 | 20 | 161 | 137 | 53 |
| Binary | 100000 | 11010111 | 110 | 1010101 | 0 | 1100001 | 10000 | 1110001 | 1011111 | 101011 |
Color Harmonies of #20D706
Complementary color
Monochromatic Colors of #20D706
Black with #20D706
Text Example
Text Example
White with #20D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D706; }
p { color: rgb(32,215,6); }
H1.HeaderClassName
{
color: #20D706;
}
.AnyTagClassName
{
color: #20D706;
}
</style>
background-color css
<style>
a { background-color: #20D706; }
a { background-color: rgb(32,215,6); }
div.DivClassName
{
background-color: #20D706;
}
.BgClassName
{
background-color: #20D706;
}
</style>
border-color css
<style>
span { border-color: #20D706; }
span { border-color: rgb(32,215,6); }
td.TdClassName
{
border-color: #20D706;
}
.TagClassName
{
border-color: #20D706;
}
</style>