Shades of Free Speech Green #20F529
Tints of Free Speech Green #20F529
RGB
CMYK
RGB Variations
Color information
#20F529 (or 0x20F529) is known color: Free Speech Green. HEX triplet: 20, F5 and 29. RGB value is (32,245,41). Sum of RGB (Red+Green+Blue) = 32+245+41=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 245 (96.09% from 255 or 77.04% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 245 - color contains mainly: green. Hex color #20F529 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F529 is #DF0AD6. Grayscale: #9E9E9E. Windows color (decimal): -14617303 or 2749728. OLE color: 2749728.
HSL color Cylindrical-coordinate representation of color #20F529: hue angle of 122.54º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F529 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 245 | 41 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.04 |
| HSL | 122.54º | 0.91% | 0.54% | - |
| HSV(B) | 122.54º | 0.87% | 0.96% | - |
| XYZ | 33.65 | 65.77 | 13.02 | - |
| YUV | 158.06 | 61.93 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 245 | 41 | 0.87 | 0 | 0.83 | 0.04 | 122.54 | 0.91 | 0.54 |
| Hex | 20 | F5 | 29 | 57 | 0 | 53 | 4 | 7B | 5B | 36 |
| Octal | 40 | 365 | 51 | 127 | 0 | 123 | 4 | 173 | 133 | 66 |
| Binary | 100000 | 11110101 | 101001 | 1010111 | 0 | 1010011 | 100 | 1111011 | 1011011 | 110110 |
Color Harmonies of #20F529
Complementary color
Monochromatic Colors of #20F529
Black with #20F529
Text Example
Text Example
White with #20F529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F529; }
p { color: rgb(32,245,41); }
H1.HeaderClassName
{
color: #20F529;
}
.AnyTagClassName
{
color: #20F529;
}
</style>
background-color css
<style>
a { background-color: #20F529; }
a { background-color: rgb(32,245,41); }
div.DivClassName
{
background-color: #20F529;
}
.BgClassName
{
background-color: #20F529;
}
</style>
border-color css
<style>
span { border-color: #20F529; }
span { border-color: rgb(32,245,41); }
td.TdClassName
{
border-color: #20F529;
}
.TagClassName
{
border-color: #20F529;
}
</style>