Shades of Free Speech Green #11FA32
Tints of Free Speech Green #11FA32
RGB
CMYK
RGB Variations
Color information
#11FA32 (or 0x11FA32) is known color: Free Speech Green. HEX triplet: 11, FA and 32. RGB value is (17,250,50). Sum of RGB (Red+Green+Blue) = 17+250+50=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FA32 is #EE05CD. Grayscale: #9E9E9E. Windows color (decimal): -15599054 or 3340817. OLE color: 3340817.
HSL color Cylindrical-coordinate representation of color #11FA32: hue angle of 128.5º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA32 is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 50 | - |
| CMYK | 0.93 | 0 | 0.8 | 0.02 |
| HSL | 128.5º | 0.96% | 0.52% | - |
| HSV(B) | 128.5º | 0.93% | 0.98% | - |
| XYZ | 34.99 | 68.72 | 14.44 | - |
| YUV | 157.53 | 67.31 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 50 | 0.93 | 0 | 0.8 | 0.02 | 128.5 | 0.96 | 0.52 |
| Hex | 11 | FA | 32 | 5D | 0 | 50 | 2 | 80 | 60 | 34 |
| Octal | 21 | 372 | 62 | 135 | 0 | 120 | 2 | 200 | 140 | 64 |
| Binary | 10001 | 11111010 | 110010 | 1011101 | 0 | 1010000 | 10 | 10000000 | 1100000 | 110100 |
Color Harmonies of #11FA32
Complementary color
Monochromatic Colors of #11FA32
Black with #11FA32
Text Example
Text Example
White with #11FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA32; }
p { color: rgb(17,250,50); }
H1.HeaderClassName
{
color: #11FA32;
}
.AnyTagClassName
{
color: #11FA32;
}
</style>
background-color css
<style>
a { background-color: #11FA32; }
a { background-color: rgb(17,250,50); }
div.DivClassName
{
background-color: #11FA32;
}
.BgClassName
{
background-color: #11FA32;
}
</style>
border-color css
<style>
span { border-color: #11FA32; }
span { border-color: rgb(17,250,50); }
td.TdClassName
{
border-color: #11FA32;
}
.TagClassName
{
border-color: #11FA32;
}
</style>