Shades of Free Speech Green #21D707
Tints of Free Speech Green #21D707
RGB
CMYK
RGB Variations
Color information
#21D707 (or 0x21D707) is known color: Free Speech Green. HEX triplet: 21, D7 and 07. RGB value is (33,215,7). Sum of RGB (Red+Green+Blue) = 33+215+7=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #21D707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D707 is #DE28F8. Grayscale: #898989. Windows color (decimal): -14559481 or 513825. OLE color: 513825.
HSL color Cylindrical-coordinate representation of color #21D707: hue angle of 112.5º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21D707 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.16 |
| HSL | 112.5º | 0.94% | 0.44% | - |
| HSV(B) | 112.5º | 0.97% | 0.84% | - |
| XYZ | 24.97 | 48.94 | 8.33 | - |
| YUV | 136.87 | 54.7 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 7 | 0.85 | 0 | 0.97 | 0.16 | 112.5 | 0.94 | 0.44 |
| Hex | 21 | D7 | 7 | 55 | 0 | 61 | 10 | 70 | 5E | 2C |
| Octal | 41 | 327 | 7 | 125 | 0 | 141 | 20 | 160 | 136 | 54 |
| Binary | 100001 | 11010111 | 111 | 1010101 | 0 | 1100001 | 10000 | 1110000 | 1011110 | 101100 |
Color Harmonies of #21D707
Complementary color
Monochromatic Colors of #21D707
Black with #21D707
Text Example
Text Example
White with #21D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D707; }
p { color: rgb(33,215,7); }
H1.HeaderClassName
{
color: #21D707;
}
.AnyTagClassName
{
color: #21D707;
}
</style>
background-color css
<style>
a { background-color: #21D707; }
a { background-color: rgb(33,215,7); }
div.DivClassName
{
background-color: #21D707;
}
.BgClassName
{
background-color: #21D707;
}
</style>
border-color css
<style>
span { border-color: #21D707; }
span { border-color: rgb(33,215,7); }
td.TdClassName
{
border-color: #21D707;
}
.TagClassName
{
border-color: #21D707;
}
</style>