Shades of Free Speech Green #21F210
Tints of Free Speech Green #21F210
RGB
CMYK
RGB Variations
Color information
#21F210 (or 0x21F210) is known color: Free Speech Green. HEX triplet: 21, F2 and 10. RGB value is (33,242,16). Sum of RGB (Red+Green+Blue) = 33+242+16=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 242 (94.92% from 255 or 83.16% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 242 - color contains mainly: green. Hex color #21F210 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F210 is #DE0DEF. Grayscale: #9A9A9A. Windows color (decimal): -14552560 or 1110561. OLE color: 1110561.
HSL color Cylindrical-coordinate representation of color #21F210: hue angle of 115.49º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21F210 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 16 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.05 |
| HSL | 115.49º | 0.9% | 0.51% | - |
| HSV(B) | 115.49º | 0.93% | 0.95% | - |
| XYZ | 32.47 | 63.87 | 11.11 | - |
| YUV | 153.75 | 50.26 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 16 | 0.86 | 0 | 0.93 | 0.05 | 115.49 | 0.9 | 0.51 |
| Hex | 21 | F2 | 10 | 56 | 0 | 5D | 5 | 73 | 5A | 33 |
| Octal | 41 | 362 | 20 | 126 | 0 | 135 | 5 | 163 | 132 | 63 |
| Binary | 100001 | 11110010 | 10000 | 1010110 | 0 | 1011101 | 101 | 1110011 | 1011010 | 110011 |
Color Harmonies of #21F210
Complementary color
Monochromatic Colors of #21F210
Black with #21F210
Text Example
Text Example
White with #21F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F210; }
p { color: rgb(33,242,16); }
H1.HeaderClassName
{
color: #21F210;
}
.AnyTagClassName
{
color: #21F210;
}
</style>
background-color css
<style>
a { background-color: #21F210; }
a { background-color: rgb(33,242,16); }
div.DivClassName
{
background-color: #21F210;
}
.BgClassName
{
background-color: #21F210;
}
</style>
border-color css
<style>
span { border-color: #21F210; }
span { border-color: rgb(33,242,16); }
td.TdClassName
{
border-color: #21F210;
}
.TagClassName
{
border-color: #21F210;
}
</style>