Shades of Free Speech Green #21D305
Tints of Free Speech Green #21D305
RGB
CMYK
RGB Variations
Color information
#21D305 (or 0x21D305) is known color: Free Speech Green. HEX triplet: 21, D3 and 05. RGB value is (33,211,5). Sum of RGB (Red+Green+Blue) = 33+211+5=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 211 (82.81% from 255 or 84.74% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 211 - color contains mainly: green. Hex color #21D305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D305 is #DE2CFA. Grayscale: #868686. Windows color (decimal): -14560507 or 381729. OLE color: 381729.
HSL color Cylindrical-coordinate representation of color #21D305: hue angle of 111.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21D305 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.17 |
| HSL | 111.84º | 0.95% | 0.42% | - |
| HSV(B) | 111.84º | 0.98% | 0.83% | - |
| XYZ | 23.95 | 46.92 | 7.94 | - |
| YUV | 134.29 | 55.03 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 5 | 0.84 | 0 | 0.98 | 0.17 | 111.84 | 0.95 | 0.42 |
| Hex | 21 | D3 | 5 | 54 | 0 | 62 | 11 | 70 | 5F | 2A |
| Octal | 41 | 323 | 5 | 124 | 0 | 142 | 21 | 160 | 137 | 52 |
| Binary | 100001 | 11010011 | 101 | 1010100 | 0 | 1100010 | 10001 | 1110000 | 1011111 | 101010 |
Color Harmonies of #21D305
Complementary color
Monochromatic Colors of #21D305
Black with #21D305
Text Example
Text Example
White with #21D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D305; }
p { color: rgb(33,211,5); }
H1.HeaderClassName
{
color: #21D305;
}
.AnyTagClassName
{
color: #21D305;
}
</style>
background-color css
<style>
a { background-color: #21D305; }
a { background-color: rgb(33,211,5); }
div.DivClassName
{
background-color: #21D305;
}
.BgClassName
{
background-color: #21D305;
}
</style>
border-color css
<style>
span { border-color: #21D305; }
span { border-color: rgb(33,211,5); }
td.TdClassName
{
border-color: #21D305;
}
.TagClassName
{
border-color: #21D305;
}
</style>