Shades of Free Speech Green #21D90D
Tints of Free Speech Green #21D90D
RGB
CMYK
RGB Variations
Color information
#21D90D (or 0x21D90D) is known color: Free Speech Green. HEX triplet: 21, D9 and 0D. RGB value is (33,217,13). Sum of RGB (Red+Green+Blue) = 33+217+13=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #21D90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D90D is #DE26F2. Grayscale: #8B8B8B. Windows color (decimal): -14558963 or 907553. OLE color: 907553.
HSL color Cylindrical-coordinate representation of color #21D90D: hue angle of 114.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21D90D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 13 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.15 |
| HSL | 114.12º | 0.89% | 0.45% | - |
| HSV(B) | 114.12º | 0.94% | 0.85% | - |
| XYZ | 25.51 | 49.98 | 8.68 | - |
| YUV | 138.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 13 | 0.85 | 0 | 0.94 | 0.15 | 114.12 | 0.89 | 0.45 |
| Hex | 21 | D9 | D | 55 | 0 | 5E | F | 72 | 59 | 2D |
| Octal | 41 | 331 | 15 | 125 | 0 | 136 | 17 | 162 | 131 | 55 |
| Binary | 100001 | 11011001 | 1101 | 1010101 | 0 | 1011110 | 1111 | 1110010 | 1011001 | 101101 |
Color Harmonies of #21D90D
Complementary color
Monochromatic Colors of #21D90D
Black with #21D90D
Text Example
Text Example
White with #21D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D90D; }
p { color: rgb(33,217,13); }
H1.HeaderClassName
{
color: #21D90D;
}
.AnyTagClassName
{
color: #21D90D;
}
</style>
background-color css
<style>
a { background-color: #21D90D; }
a { background-color: rgb(33,217,13); }
div.DivClassName
{
background-color: #21D90D;
}
.BgClassName
{
background-color: #21D90D;
}
</style>
border-color css
<style>
span { border-color: #21D90D; }
span { border-color: rgb(33,217,13); }
td.TdClassName
{
border-color: #21D90D;
}
.TagClassName
{
border-color: #21D90D;
}
</style>