Shades of Free Speech Green #21D205
Tints of Free Speech Green #21D205
RGB
CMYK
RGB Variations
Color information
#21D205 (or 0x21D205) is known color: Free Speech Green. HEX triplet: 21, D2 and 05. RGB value is (33,210,5). Sum of RGB (Red+Green+Blue) = 33+210+5=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 210 (82.42% from 255 or 84.68% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 210 - color contains mainly: green. Hex color #21D205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D205 is #DE2DFA. Grayscale: #868686. Windows color (decimal): -14560763 or 381473. OLE color: 381473.
HSL color Cylindrical-coordinate representation of color #21D205: hue angle of 111.8º degrees, saturation: 0.95, 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 #21D205 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.18 |
| HSL | 111.8º | 0.95% | 0.42% | - |
| HSV(B) | 111.8º | 0.98% | 0.82% | - |
| XYZ | 23.7 | 46.43 | 7.86 | - |
| YUV | 133.71 | 55.36 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 5 | 0.84 | 0 | 0.98 | 0.18 | 111.8 | 0.95 | 0.42 |
| Hex | 21 | D2 | 5 | 54 | 0 | 62 | 12 | 70 | 5F | 2A |
| Octal | 41 | 322 | 5 | 124 | 0 | 142 | 22 | 160 | 137 | 52 |
| Binary | 100001 | 11010010 | 101 | 1010100 | 0 | 1100010 | 10010 | 1110000 | 1011111 | 101010 |
Color Harmonies of #21D205
Complementary color
Monochromatic Colors of #21D205
Black with #21D205
Text Example
Text Example
White with #21D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D205; }
p { color: rgb(33,210,5); }
H1.HeaderClassName
{
color: #21D205;
}
.AnyTagClassName
{
color: #21D205;
}
</style>
background-color css
<style>
a { background-color: #21D205; }
a { background-color: rgb(33,210,5); }
div.DivClassName
{
background-color: #21D205;
}
.BgClassName
{
background-color: #21D205;
}
</style>
border-color css
<style>
span { border-color: #21D205; }
span { border-color: rgb(33,210,5); }
td.TdClassName
{
border-color: #21D205;
}
.TagClassName
{
border-color: #21D205;
}
</style>