Shades of Free Speech Green #20F505
Tints of Free Speech Green #20F505
RGB
CMYK
RGB Variations
Color information
#20F505 (or 0x20F505) is known color: Free Speech Green. HEX triplet: 20, F5 and 05. RGB value is (32,245,5). Sum of RGB (Red+Green+Blue) = 32+245+5=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 245 (96.09% from 255 or 86.88% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 245 - color contains mainly: green. Hex color #20F505 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20F505 is #DF0AFA. Grayscale: #9A9A9A. Windows color (decimal): -14617339 or 390432. OLE color: 390432.
HSL color Cylindrical-coordinate representation of color #20F505: hue angle of 113.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20F505 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.04 |
| HSL | 113.25º | 0.96% | 0.49% | - |
| HSV(B) | 113.25º | 0.98% | 0.96% | - |
| XYZ | 33.28 | 65.62 | 11.06 | - |
| YUV | 153.95 | 43.93 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 5 | 0.87 | 0 | 0.98 | 0.04 | 113.25 | 0.96 | 0.49 |
| Hex | 20 | F5 | 5 | 57 | 0 | 62 | 4 | 71 | 60 | 31 |
| Octal | 40 | 365 | 5 | 127 | 0 | 142 | 4 | 161 | 140 | 61 |
| Binary | 100000 | 11110101 | 101 | 1010111 | 0 | 1100010 | 100 | 1110001 | 1100000 | 110001 |
Color Harmonies of #20F505
Complementary color
Monochromatic Colors of #20F505
Black with #20F505
Text Example
Text Example
White with #20F505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F505; }
p { color: rgb(32,245,5); }
H1.HeaderClassName
{
color: #20F505;
}
.AnyTagClassName
{
color: #20F505;
}
</style>
background-color css
<style>
a { background-color: #20F505; }
a { background-color: rgb(32,245,5); }
div.DivClassName
{
background-color: #20F505;
}
.BgClassName
{
background-color: #20F505;
}
</style>
border-color css
<style>
span { border-color: #20F505; }
span { border-color: rgb(32,245,5); }
td.TdClassName
{
border-color: #20F505;
}
.TagClassName
{
border-color: #20F505;
}
</style>