Shades of Free Speech Green #20D907
Tints of Free Speech Green #20D907
RGB
CMYK
RGB Variations
Color information
#20D907 (or 0x20D907) is known color: Free Speech Green. HEX triplet: 20, D9 and 07. RGB value is (32,217,7). Sum of RGB (Red+Green+Blue) = 32+217+7=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #20D907 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D907 is #DF26F8. Grayscale: #8A8A8A. Windows color (decimal): -14624505 or 514336. OLE color: 514336.
HSL color Cylindrical-coordinate representation of color #20D907: hue angle of 112.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20D907 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.15 |
| HSL | 112.86º | 0.94% | 0.44% | - |
| HSV(B) | 112.86º | 0.97% | 0.85% | - |
| XYZ | 25.45 | 49.95 | 8.5 | - |
| YUV | 137.75 | 54.21 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 7 | 0.85 | 0 | 0.97 | 0.15 | 112.86 | 0.94 | 0.44 |
| Hex | 20 | D9 | 7 | 55 | 0 | 61 | F | 71 | 5E | 2C |
| Octal | 40 | 331 | 7 | 125 | 0 | 141 | 17 | 161 | 136 | 54 |
| Binary | 100000 | 11011001 | 111 | 1010101 | 0 | 1100001 | 1111 | 1110001 | 1011110 | 101100 |
Color Harmonies of #20D907
Complementary color
Monochromatic Colors of #20D907
Black with #20D907
Text Example
Text Example
White with #20D907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D907; }
p { color: rgb(32,217,7); }
H1.HeaderClassName
{
color: #20D907;
}
.AnyTagClassName
{
color: #20D907;
}
</style>
background-color css
<style>
a { background-color: #20D907; }
a { background-color: rgb(32,217,7); }
div.DivClassName
{
background-color: #20D907;
}
.BgClassName
{
background-color: #20D907;
}
</style>
border-color css
<style>
span { border-color: #20D907; }
span { border-color: rgb(32,217,7); }
td.TdClassName
{
border-color: #20D907;
}
.TagClassName
{
border-color: #20D907;
}
</style>