Shades of Free Speech Green #21D908
Tints of Free Speech Green #21D908
RGB
CMYK
RGB Variations
Color information
#21D908 (or 0x21D908) is known color: Free Speech Green. HEX triplet: 21, D9 and 08. RGB value is (33,217,8). Sum of RGB (Red+Green+Blue) = 33+217+8=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 217 (85.16% from 255 or 84.11% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 217 - color contains mainly: green. Hex color #21D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D908 is #DE26F7. Grayscale: #8A8A8A. Windows color (decimal): -14558968 or 579873. OLE color: 579873.
HSL color Cylindrical-coordinate representation of color #21D908: hue angle of 112.82º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21D908 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.15 |
| HSL | 112.82º | 0.93% | 0.44% | - |
| HSV(B) | 112.82º | 0.96% | 0.85% | - |
| XYZ | 25.48 | 49.97 | 8.53 | - |
| YUV | 138.16 | 54.54 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 8 | 0.85 | 0 | 0.96 | 0.15 | 112.82 | 0.93 | 0.44 |
| Hex | 21 | D9 | 8 | 55 | 0 | 60 | F | 71 | 5D | 2C |
| Octal | 41 | 331 | 10 | 125 | 0 | 140 | 17 | 161 | 135 | 54 |
| Binary | 100001 | 11011001 | 1000 | 1010101 | 0 | 1100000 | 1111 | 1110001 | 1011101 | 101100 |
Color Harmonies of #21D908
Complementary color
Monochromatic Colors of #21D908
Black with #21D908
Text Example
Text Example
White with #21D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D908; }
p { color: rgb(33,217,8); }
H1.HeaderClassName
{
color: #21D908;
}
.AnyTagClassName
{
color: #21D908;
}
</style>
background-color css
<style>
a { background-color: #21D908; }
a { background-color: rgb(33,217,8); }
div.DivClassName
{
background-color: #21D908;
}
.BgClassName
{
background-color: #21D908;
}
</style>
border-color css
<style>
span { border-color: #21D908; }
span { border-color: rgb(33,217,8); }
td.TdClassName
{
border-color: #21D908;
}
.TagClassName
{
border-color: #21D908;
}
</style>