Shades of Free Speech Green #21DA04
Tints of Free Speech Green #21DA04
RGB
CMYK
RGB Variations
Color information
#21DA04 (or 0x21DA04) is known color: Free Speech Green. HEX triplet: 21, DA and 04. RGB value is (33,218,4). Sum of RGB (Red+Green+Blue) = 33+218+4=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 218 (85.55% from 255 or 85.49% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DA04 is #DE25FB. Grayscale: #8A8A8A. Windows color (decimal): -14558716 or 317985. OLE color: 317985.
HSL color Cylindrical-coordinate representation of color #21DA04: hue angle of 111.87º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21DA04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.15 |
| HSL | 111.87º | 0.96% | 0.44% | - |
| HSV(B) | 111.87º | 0.98% | 0.85% | - |
| XYZ | 25.72 | 50.47 | 8.5 | - |
| YUV | 138.29 | 52.21 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 4 | 0.85 | 0 | 0.98 | 0.15 | 111.87 | 0.96 | 0.44 |
| Hex | 21 | DA | 4 | 55 | 0 | 62 | F | 70 | 60 | 2C |
| Octal | 41 | 332 | 4 | 125 | 0 | 142 | 17 | 160 | 140 | 54 |
| Binary | 100001 | 11011010 | 100 | 1010101 | 0 | 1100010 | 1111 | 1110000 | 1100000 | 101100 |
Color Harmonies of #21DA04
Complementary color
Monochromatic Colors of #21DA04
Black with #21DA04
Text Example
Text Example
White with #21DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA04; }
p { color: rgb(33,218,4); }
H1.HeaderClassName
{
color: #21DA04;
}
.AnyTagClassName
{
color: #21DA04;
}
</style>
background-color css
<style>
a { background-color: #21DA04; }
a { background-color: rgb(33,218,4); }
div.DivClassName
{
background-color: #21DA04;
}
.BgClassName
{
background-color: #21DA04;
}
</style>
border-color css
<style>
span { border-color: #21DA04; }
span { border-color: rgb(33,218,4); }
td.TdClassName
{
border-color: #21DA04;
}
.TagClassName
{
border-color: #21DA04;
}
</style>