Shades of Free Speech Green #21F325
Tints of Free Speech Green #21F325
RGB
CMYK
RGB Variations
Color information
#21F325 (or 0x21F325) is known color: Free Speech Green. HEX triplet: 21, F3 and 25. RGB value is (33,243,37). Sum of RGB (Red+Green+Blue) = 33+243+37=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 243 (95.31% from 255 or 77.64% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 243 - color contains mainly: green. Hex color #21F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F325 is #DE0CDA. Grayscale: #9D9D9D. Windows color (decimal): -14552283 or 2487073. OLE color: 2487073.
HSL color Cylindrical-coordinate representation of color #21F325: hue angle of 121.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F325 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 37 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.05 |
| HSL | 121.14º | 0.9% | 0.54% | - |
| HSV(B) | 121.14º | 0.86% | 0.95% | - |
| XYZ | 33.01 | 64.56 | 12.47 | - |
| YUV | 156.73 | 60.43 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 37 | 0.86 | 0 | 0.85 | 0.05 | 121.14 | 0.9 | 0.54 |
| Hex | 21 | F3 | 25 | 56 | 0 | 55 | 5 | 79 | 5A | 36 |
| Octal | 41 | 363 | 45 | 126 | 0 | 125 | 5 | 171 | 132 | 66 |
| Binary | 100001 | 11110011 | 100101 | 1010110 | 0 | 1010101 | 101 | 1111001 | 1011010 | 110110 |
Color Harmonies of #21F325
Complementary color
Monochromatic Colors of #21F325
Black with #21F325
Text Example
Text Example
White with #21F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F325; }
p { color: rgb(33,243,37); }
H1.HeaderClassName
{
color: #21F325;
}
.AnyTagClassName
{
color: #21F325;
}
</style>
background-color css
<style>
a { background-color: #21F325; }
a { background-color: rgb(33,243,37); }
div.DivClassName
{
background-color: #21F325;
}
.BgClassName
{
background-color: #21F325;
}
</style>
border-color css
<style>
span { border-color: #21F325; }
span { border-color: rgb(33,243,37); }
td.TdClassName
{
border-color: #21F325;
}
.TagClassName
{
border-color: #21F325;
}
</style>