Shades of Free Speech Green #21D607
Tints of Free Speech Green #21D607
RGB
CMYK
RGB Variations
Color information
#21D607 (or 0x21D607) is known color: Free Speech Green. HEX triplet: 21, D6 and 07. RGB value is (33,214,7). Sum of RGB (Red+Green+Blue) = 33+214+7=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 214 (83.98% from 255 or 84.25% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 214 - color contains mainly: green. Hex color #21D607 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D607 is #DE29F8. Grayscale: #888888. Windows color (decimal): -14559737 or 513569. OLE color: 513569.
HSL color Cylindrical-coordinate representation of color #21D607: hue angle of 112.46º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21D607 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.16 |
| HSL | 112.46º | 0.94% | 0.43% | - |
| HSV(B) | 112.46º | 0.97% | 0.84% | - |
| XYZ | 24.71 | 48.43 | 8.25 | - |
| YUV | 136.28 | 55.03 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 7 | 0.85 | 0 | 0.97 | 0.16 | 112.46 | 0.94 | 0.43 |
| Hex | 21 | D6 | 7 | 55 | 0 | 61 | 10 | 70 | 5E | 2B |
| Octal | 41 | 326 | 7 | 125 | 0 | 141 | 20 | 160 | 136 | 53 |
| Binary | 100001 | 11010110 | 111 | 1010101 | 0 | 1100001 | 10000 | 1110000 | 1011110 | 101011 |
Color Harmonies of #21D607
Complementary color
Monochromatic Colors of #21D607
Black with #21D607
Text Example
Text Example
White with #21D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D607; }
p { color: rgb(33,214,7); }
H1.HeaderClassName
{
color: #21D607;
}
.AnyTagClassName
{
color: #21D607;
}
</style>
background-color css
<style>
a { background-color: #21D607; }
a { background-color: rgb(33,214,7); }
div.DivClassName
{
background-color: #21D607;
}
.BgClassName
{
background-color: #21D607;
}
</style>
border-color css
<style>
span { border-color: #21D607; }
span { border-color: rgb(33,214,7); }
td.TdClassName
{
border-color: #21D607;
}
.TagClassName
{
border-color: #21D607;
}
</style>