Shades of Free Speech Green #20D501
Tints of Free Speech Green #20D501
RGB
CMYK
RGB Variations
Color information
#20D501 (or 0x20D501) is known color: Free Speech Green. HEX triplet: 20, D5 and 01. RGB value is (32,213,1). Sum of RGB (Red+Green+Blue) = 32+213+1=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 213 (83.59% from 255 or 86.59% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 213 - color contains mainly: green. Hex color #20D501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D501 is #DF2AFE. Grayscale: #878787. Windows color (decimal): -14625535 or 120096. OLE color: 120096.
HSL color Cylindrical-coordinate representation of color #20D501: hue angle of 111.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20D501 is Cyan = 0.85, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 1 | - |
| CMYK | 0.85 | 0 | 1.00 | 0.16 |
| HSL | 111.23º | 0.99% | 0.42% | - |
| HSV(B) | 111.23º | 1% | 0.84% | - |
| XYZ | 24.4 | 47.9 | 7.99 | - |
| YUV | 134.71 | 52.53 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 1 | 0.85 | 0 | 1.00 | 0.16 | 111.23 | 0.99 | 0.42 |
| Hex | 20 | D5 | 1 | 55 | 0 | 64 | 10 | 6F | 63 | 2A |
| Octal | 40 | 325 | 1 | 125 | 0 | 144 | 20 | 157 | 143 | 52 |
| Binary | 100000 | 11010101 | 1 | 1010101 | 0 | 1100100 | 10000 | 1101111 | 1100011 | 101010 |
Color Harmonies of #20D501
Complementary color
Monochromatic Colors of #20D501
Black with #20D501
Text Example
Text Example
White with #20D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D501; }
p { color: rgb(32,213,1); }
H1.HeaderClassName
{
color: #20D501;
}
.AnyTagClassName
{
color: #20D501;
}
</style>
background-color css
<style>
a { background-color: #20D501; }
a { background-color: rgb(32,213,1); }
div.DivClassName
{
background-color: #20D501;
}
.BgClassName
{
background-color: #20D501;
}
</style>
border-color css
<style>
span { border-color: #20D501; }
span { border-color: rgb(32,213,1); }
td.TdClassName
{
border-color: #20D501;
}
.TagClassName
{
border-color: #20D501;
}
</style>