Shades of Free Speech Green #21E705
Tints of Free Speech Green #21E705
RGB
CMYK
RGB Variations
Color information
#21E705 (or 0x21E705) is known color: Free Speech Green. HEX triplet: 21, E7 and 05. RGB value is (33,231,5). Sum of RGB (Red+Green+Blue) = 33+231+5=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 231 (90.62% from 255 or 85.87% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 231 - color contains mainly: green. Hex color #21E705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21E705 is #DE18FA. Grayscale: #929292. Windows color (decimal): -14555387 or 386849. OLE color: 386849.
HSL color Cylindrical-coordinate representation of color #21E705: hue angle of 112.57º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21E705 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 5 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.09 |
| HSL | 112.57º | 0.96% | 0.46% | - |
| HSV(B) | 112.57º | 0.98% | 0.91% | - |
| XYZ | 29.23 | 57.49 | 9.7 | - |
| YUV | 146.03 | 48.4 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 5 | 0.86 | 0 | 0.98 | 0.09 | 112.57 | 0.96 | 0.46 |
| Hex | 21 | E7 | 5 | 56 | 0 | 62 | 9 | 71 | 60 | 2E |
| Octal | 41 | 347 | 5 | 126 | 0 | 142 | 11 | 161 | 140 | 56 |
| Binary | 100001 | 11100111 | 101 | 1010110 | 0 | 1100010 | 1001 | 1110001 | 1100000 | 101110 |
Color Harmonies of #21E705
Complementary color
Monochromatic Colors of #21E705
Black with #21E705
Text Example
Text Example
White with #21E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E705; }
p { color: rgb(33,231,5); }
H1.HeaderClassName
{
color: #21E705;
}
.AnyTagClassName
{
color: #21E705;
}
</style>
background-color css
<style>
a { background-color: #21E705; }
a { background-color: rgb(33,231,5); }
div.DivClassName
{
background-color: #21E705;
}
.BgClassName
{
background-color: #21E705;
}
</style>
border-color css
<style>
span { border-color: #21E705; }
span { border-color: rgb(33,231,5); }
td.TdClassName
{
border-color: #21E705;
}
.TagClassName
{
border-color: #21E705;
}
</style>