Shades of Free Speech Green #20FF05
Tints of Free Speech Green #20FF05
RGB
CMYK
RGB Variations
Color information
#20FF05 (or 0x20FF05) is known color: Free Speech Green. HEX triplet: 20, FF and 05. RGB value is (32,255,5). Sum of RGB (Red+Green+Blue) = 32+255+5=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 255 (100% from 255 or 87.33% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20FF05 is #DF00FA. Grayscale: #A0A0A0. Windows color (decimal): -14614779 or 392992. OLE color: 392992.
HSL color Cylindrical-coordinate representation of color #20FF05: hue angle of 113.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20FF05 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0 |
| HSL | 113.52º | 1% | 0.51% | - |
| HSV(B) | 113.52º | 0.98% | 1% | - |
| XYZ | 36.38 | 71.84 | 12.09 | - |
| YUV | 159.82 | 40.62 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 5 | 0.87 | 0 | 0.98 | 0 | 113.52 | 1 | 0.51 |
| Hex | 20 | FF | 5 | 57 | 0 | 62 | 0 | 72 | 64 | 33 |
| Octal | 40 | 377 | 5 | 127 | 0 | 142 | 0 | 162 | 144 | 63 |
| Binary | 100000 | 11111111 | 101 | 1010111 | 0 | 1100010 | 0 | 1110010 | 1100100 | 110011 |
Color Harmonies of #20FF05
Complementary color
Monochromatic Colors of #20FF05
Black with #20FF05
Text Example
Text Example
White with #20FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF05; }
p { color: rgb(32,255,5); }
H1.HeaderClassName
{
color: #20FF05;
}
.AnyTagClassName
{
color: #20FF05;
}
</style>
background-color css
<style>
a { background-color: #20FF05; }
a { background-color: rgb(32,255,5); }
div.DivClassName
{
background-color: #20FF05;
}
.BgClassName
{
background-color: #20FF05;
}
</style>
border-color css
<style>
span { border-color: #20FF05; }
span { border-color: rgb(32,255,5); }
td.TdClassName
{
border-color: #20FF05;
}
.TagClassName
{
border-color: #20FF05;
}
</style>