Shades of Free Speech Green #20FD17
Tints of Free Speech Green #20FD17
RGB
CMYK
RGB Variations
Color information
#20FD17 (or 0x20FD17) is known color: Free Speech Green. HEX triplet: 20, FD and 17. RGB value is (32,253,23). Sum of RGB (Red+Green+Blue) = 32+253+23=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 253 (99.22% from 255 or 82.14% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 253 - color contains mainly: green. Hex color #20FD17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20FD17 is #DF02E8. Grayscale: #A1A1A1. Windows color (decimal): -14615273 or 1572128. OLE color: 1572128.
HSL color Cylindrical-coordinate representation of color #20FD17: hue angle of 117.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20FD17 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 23 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.01 |
| HSL | 117.65º | 0.98% | 0.54% | - |
| HSV(B) | 117.65º | 0.91% | 0.99% | - |
| XYZ | 35.88 | 70.62 | 12.55 | - |
| YUV | 160.7 | 50.28 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 23 | 0.87 | 0 | 0.91 | 0.01 | 117.65 | 0.98 | 0.54 |
| Hex | 20 | FD | 17 | 57 | 0 | 5B | 1 | 76 | 62 | 36 |
| Octal | 40 | 375 | 27 | 127 | 0 | 133 | 1 | 166 | 142 | 66 |
| Binary | 100000 | 11111101 | 10111 | 1010111 | 0 | 1011011 | 1 | 1110110 | 1100010 | 110110 |
Color Harmonies of #20FD17
Complementary color
Monochromatic Colors of #20FD17
Black with #20FD17
Text Example
Text Example
White with #20FD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FD17; }
p { color: rgb(32,253,23); }
H1.HeaderClassName
{
color: #20FD17;
}
.AnyTagClassName
{
color: #20FD17;
}
</style>
background-color css
<style>
a { background-color: #20FD17; }
a { background-color: rgb(32,253,23); }
div.DivClassName
{
background-color: #20FD17;
}
.BgClassName
{
background-color: #20FD17;
}
</style>
border-color css
<style>
span { border-color: #20FD17; }
span { border-color: rgb(32,253,23); }
td.TdClassName
{
border-color: #20FD17;
}
.TagClassName
{
border-color: #20FD17;
}
</style>