Shades of Free Speech Green #21F10D
Tints of Free Speech Green #21F10D
RGB
CMYK
RGB Variations
Color information
#21F10D (or 0x21F10D) is known color: Free Speech Green. HEX triplet: 21, F1 and 0D. RGB value is (33,241,13). Sum of RGB (Red+Green+Blue) = 33+241+13=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 241 (94.53% from 255 or 83.97% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 241 - color contains mainly: green. Hex color #21F10D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F10D is #DE0EF2. Grayscale: #999999. Windows color (decimal): -14552819 or 913697. OLE color: 913697.
HSL color Cylindrical-coordinate representation of color #21F10D: hue angle of 114.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21F10D is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 13 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.05 |
| HSL | 114.74º | 0.9% | 0.5% | - |
| HSV(B) | 114.74º | 0.95% | 0.95% | - |
| XYZ | 32.16 | 63.26 | 10.9 | - |
| YUV | 152.82 | 49.09 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 13 | 0.86 | 0 | 0.95 | 0.05 | 114.74 | 0.9 | 0.5 |
| Hex | 21 | F1 | D | 56 | 0 | 5F | 5 | 73 | 5A | 32 |
| Octal | 41 | 361 | 15 | 126 | 0 | 137 | 5 | 163 | 132 | 62 |
| Binary | 100001 | 11110001 | 1101 | 1010110 | 0 | 1011111 | 101 | 1110011 | 1011010 | 110010 |
Color Harmonies of #21F10D
Complementary color
Monochromatic Colors of #21F10D
Black with #21F10D
Text Example
Text Example
White with #21F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F10D; }
p { color: rgb(33,241,13); }
H1.HeaderClassName
{
color: #21F10D;
}
.AnyTagClassName
{
color: #21F10D;
}
</style>
background-color css
<style>
a { background-color: #21F10D; }
a { background-color: rgb(33,241,13); }
div.DivClassName
{
background-color: #21F10D;
}
.BgClassName
{
background-color: #21F10D;
}
</style>
border-color css
<style>
span { border-color: #21F10D; }
span { border-color: rgb(33,241,13); }
td.TdClassName
{
border-color: #21F10D;
}
.TagClassName
{
border-color: #21F10D;
}
</style>