Shades of Free Speech Green #21DE11
Tints of Free Speech Green #21DE11
RGB
CMYK
RGB Variations
Color information
#21DE11 (or 0x21DE11) is known color: Free Speech Green. HEX triplet: 21, DE and 11. RGB value is (33,222,17). Sum of RGB (Red+Green+Blue) = 33+222+17=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 222 (87.11% from 255 or 81.62% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DE11 is #DE21EE. Grayscale: #8E8E8E. Windows color (decimal): -14557679 or 1170977. OLE color: 1170977.
HSL color Cylindrical-coordinate representation of color #21DE11: hue angle of 115.32º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21DE11 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 17 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.13 |
| HSL | 115.32º | 0.86% | 0.47% | - |
| HSV(B) | 115.32º | 0.92% | 0.87% | - |
| XYZ | 26.85 | 52.61 | 9.27 | - |
| YUV | 142.12 | 57.38 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 17 | 0.85 | 0 | 0.92 | 0.13 | 115.32 | 0.86 | 0.47 |
| Hex | 21 | DE | 11 | 55 | 0 | 5C | D | 73 | 56 | 2F |
| Octal | 41 | 336 | 21 | 125 | 0 | 134 | 15 | 163 | 126 | 57 |
| Binary | 100001 | 11011110 | 10001 | 1010101 | 0 | 1011100 | 1101 | 1110011 | 1010110 | 101111 |
Color Harmonies of #21DE11
Complementary color
Monochromatic Colors of #21DE11
Black with #21DE11
Text Example
Text Example
White with #21DE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE11; }
p { color: rgb(33,222,17); }
H1.HeaderClassName
{
color: #21DE11;
}
.AnyTagClassName
{
color: #21DE11;
}
</style>
background-color css
<style>
a { background-color: #21DE11; }
a { background-color: rgb(33,222,17); }
div.DivClassName
{
background-color: #21DE11;
}
.BgClassName
{
background-color: #21DE11;
}
</style>
border-color css
<style>
span { border-color: #21DE11; }
span { border-color: rgb(33,222,17); }
td.TdClassName
{
border-color: #21DE11;
}
.TagClassName
{
border-color: #21DE11;
}
</style>