Shades of Free Speech Green #21FE08
Tints of Free Speech Green #21FE08
RGB
CMYK
RGB Variations
Color information
#21FE08 (or 0x21FE08) is known color: Free Speech Green. HEX triplet: 21, FE and 08. RGB value is (33,254,8). Sum of RGB (Red+Green+Blue) = 33+254+8=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 254 (99.61% from 255 or 86.10% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 254 - color contains mainly: green. Hex color #21FE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21FE08 is #DE01F7. Grayscale: #A0A0A0. Windows color (decimal): -14549496 or 589345. OLE color: 589345.
HSL color Cylindrical-coordinate representation of color #21FE08: hue angle of 113.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21FE08 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 254 | 8 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.00 |
| HSL | 113.9º | 0.99% | 0.51% | - |
| HSV(B) | 113.9º | 0.97% | 1% | - |
| XYZ | 36.11 | 71.22 | 12.07 | - |
| YUV | 159.88 | 42.28 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 254 | 8 | 0.87 | 0 | 0.97 | 0.00 | 113.9 | 0.99 | 0.51 |
| Hex | 21 | FE | 8 | 57 | 0 | 61 | 0 | 72 | 63 | 33 |
| Octal | 41 | 376 | 10 | 127 | 0 | 141 | 0 | 162 | 143 | 63 |
| Binary | 100001 | 11111110 | 1000 | 1010111 | 0 | 1100001 | 0 | 1110010 | 1100011 | 110011 |
Color Harmonies of #21FE08
Complementary color
Monochromatic Colors of #21FE08
Black with #21FE08
Text Example
Text Example
White with #21FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FE08; }
p { color: rgb(33,254,8); }
H1.HeaderClassName
{
color: #21FE08;
}
.AnyTagClassName
{
color: #21FE08;
}
</style>
background-color css
<style>
a { background-color: #21FE08; }
a { background-color: rgb(33,254,8); }
div.DivClassName
{
background-color: #21FE08;
}
.BgClassName
{
background-color: #21FE08;
}
</style>
border-color css
<style>
span { border-color: #21FE08; }
span { border-color: rgb(33,254,8); }
td.TdClassName
{
border-color: #21FE08;
}
.TagClassName
{
border-color: #21FE08;
}
</style>