Shades of Free Speech Green #21F801
Tints of Free Speech Green #21F801
RGB
CMYK
RGB Variations
Color information
#21F801 (or 0x21F801) is known color: Free Speech Green. HEX triplet: 21, F8 and 01. RGB value is (33,248,1). Sum of RGB (Red+Green+Blue) = 33+248+1=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 248 (97.27% from 255 or 87.94% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 248 - color contains mainly: green. Hex color #21F801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F801 is #DE07FE. Grayscale: #9C9C9C. Windows color (decimal): -14551039 or 129057. OLE color: 129057.
HSL color Cylindrical-coordinate representation of color #21F801: hue angle of 112.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21F801 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 248 | 1 | - |
| CMYK | 0.87 | 0 | 1.00 | 0.03 |
| HSL | 112.23º | 0.99% | 0.49% | - |
| HSV(B) | 112.23º | 1% | 0.97% | - |
| XYZ | 34.2 | 67.46 | 11.25 | - |
| YUV | 155.56 | 40.77 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 248 | 1 | 0.87 | 0 | 1.00 | 0.03 | 112.23 | 0.99 | 0.49 |
| Hex | 21 | F8 | 1 | 57 | 0 | 64 | 3 | 70 | 63 | 31 |
| Octal | 41 | 370 | 1 | 127 | 0 | 144 | 3 | 160 | 143 | 61 |
| Binary | 100001 | 11111000 | 1 | 1010111 | 0 | 1100100 | 11 | 1110000 | 1100011 | 110001 |
Color Harmonies of #21F801
Complementary color
Monochromatic Colors of #21F801
Black with #21F801
Text Example
Text Example
White with #21F801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F801; }
p { color: rgb(33,248,1); }
H1.HeaderClassName
{
color: #21F801;
}
.AnyTagClassName
{
color: #21F801;
}
</style>
background-color css
<style>
a { background-color: #21F801; }
a { background-color: rgb(33,248,1); }
div.DivClassName
{
background-color: #21F801;
}
.BgClassName
{
background-color: #21F801;
}
</style>
border-color css
<style>
span { border-color: #21F801; }
span { border-color: rgb(33,248,1); }
td.TdClassName
{
border-color: #21F801;
}
.TagClassName
{
border-color: #21F801;
}
</style>