Shades of Free Speech Green #21DC11
Tints of Free Speech Green #21DC11
RGB
CMYK
RGB Variations
Color information
#21DC11 (or 0x21DC11) is known color: Free Speech Green. HEX triplet: 21, DC and 11. RGB value is (33,220,17). Sum of RGB (Red+Green+Blue) = 33+220+17=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DC11 is #DE23EE. Grayscale: #8D8D8D. Windows color (decimal): -14558191 or 1170465. OLE color: 1170465.
HSL color Cylindrical-coordinate representation of color #21DC11: hue angle of 115.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21DC11 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 17 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.14 |
| HSL | 115.27º | 0.86% | 0.46% | - |
| HSV(B) | 115.27º | 0.92% | 0.86% | - |
| XYZ | 26.32 | 51.55 | 9.09 | - |
| YUV | 140.95 | 58.05 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 17 | 0.85 | 0 | 0.92 | 0.14 | 115.27 | 0.86 | 0.46 |
| Hex | 21 | DC | 11 | 55 | 0 | 5C | E | 73 | 56 | 2E |
| Octal | 41 | 334 | 21 | 125 | 0 | 134 | 16 | 163 | 126 | 56 |
| Binary | 100001 | 11011100 | 10001 | 1010101 | 0 | 1011100 | 1110 | 1110011 | 1010110 | 101110 |
Color Harmonies of #21DC11
Complementary color
Monochromatic Colors of #21DC11
Black with #21DC11
Text Example
Text Example
White with #21DC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC11; }
p { color: rgb(33,220,17); }
H1.HeaderClassName
{
color: #21DC11;
}
.AnyTagClassName
{
color: #21DC11;
}
</style>
background-color css
<style>
a { background-color: #21DC11; }
a { background-color: rgb(33,220,17); }
div.DivClassName
{
background-color: #21DC11;
}
.BgClassName
{
background-color: #21DC11;
}
</style>
border-color css
<style>
span { border-color: #21DC11; }
span { border-color: rgb(33,220,17); }
td.TdClassName
{
border-color: #21DC11;
}
.TagClassName
{
border-color: #21DC11;
}
</style>