Shades of Free Speech Green #21D204
Tints of Free Speech Green #21D204
RGB
CMYK
RGB Variations
Color information
#21D204 (or 0x21D204) is known color: Free Speech Green. HEX triplet: 21, D2 and 04. RGB value is (33,210,4). Sum of RGB (Red+Green+Blue) = 33+210+4=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 210 (82.42% from 255 or 85.02% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 210 - color contains mainly: green. Hex color #21D204 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D204 is #DE2DFB. Grayscale: #868686. Windows color (decimal): -14560764 or 315937. OLE color: 315937.
HSL color Cylindrical-coordinate representation of color #21D204: hue angle of 111.55º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21D204 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.18 |
| HSL | 111.55º | 0.96% | 0.42% | - |
| HSV(B) | 111.55º | 0.98% | 0.82% | - |
| XYZ | 23.7 | 46.43 | 7.83 | - |
| YUV | 133.59 | 54.86 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 4 | 0.84 | 0 | 0.98 | 0.18 | 111.55 | 0.96 | 0.42 |
| Hex | 21 | D2 | 4 | 54 | 0 | 62 | 12 | 70 | 60 | 2A |
| Octal | 41 | 322 | 4 | 124 | 0 | 142 | 22 | 160 | 140 | 52 |
| Binary | 100001 | 11010010 | 100 | 1010100 | 0 | 1100010 | 10010 | 1110000 | 1100000 | 101010 |
Color Harmonies of #21D204
Complementary color
Monochromatic Colors of #21D204
Black with #21D204
Text Example
Text Example
White with #21D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D204; }
p { color: rgb(33,210,4); }
H1.HeaderClassName
{
color: #21D204;
}
.AnyTagClassName
{
color: #21D204;
}
</style>
background-color css
<style>
a { background-color: #21D204; }
a { background-color: rgb(33,210,4); }
div.DivClassName
{
background-color: #21D204;
}
.BgClassName
{
background-color: #21D204;
}
</style>
border-color css
<style>
span { border-color: #21D204; }
span { border-color: rgb(33,210,4); }
td.TdClassName
{
border-color: #21D204;
}
.TagClassName
{
border-color: #21D204;
}
</style>