Shades of Free Speech Green #11F131
Tints of Free Speech Green #11F131
RGB
CMYK
RGB Variations
Color information
#11F131 (or 0x11F131) is known color: Free Speech Green. HEX triplet: 11, F1 and 31. RGB value is (17,241,49). Sum of RGB (Red+Green+Blue) = 17+241+49=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 241 (94.53% from 255 or 78.50% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 241 - color contains mainly: green. Hex color #11F131 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F131 is #EE0ECE. Grayscale: #989898. Windows color (decimal): -15601359 or 3272977. OLE color: 3272977.
HSL color Cylindrical-coordinate representation of color #11F131: hue angle of 128.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F131 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 49 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.05 |
| HSL | 128.57º | 0.89% | 0.51% | - |
| HSV(B) | 128.57º | 0.93% | 0.95% | - |
| XYZ | 32.24 | 63.25 | 13.42 | - |
| YUV | 152.14 | 69.79 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 49 | 0.93 | 0 | 0.80 | 0.05 | 128.57 | 0.89 | 0.51 |
| Hex | 11 | F1 | 31 | 5D | 0 | 50 | 5 | 81 | 59 | 33 |
| Octal | 21 | 361 | 61 | 135 | 0 | 120 | 5 | 201 | 131 | 63 |
| Binary | 10001 | 11110001 | 110001 | 1011101 | 0 | 1010000 | 101 | 10000001 | 1011001 | 110011 |
Color Harmonies of #11F131
Complementary color
Monochromatic Colors of #11F131
Black with #11F131
Text Example
Text Example
White with #11F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F131; }
p { color: rgb(17,241,49); }
H1.HeaderClassName
{
color: #11F131;
}
.AnyTagClassName
{
color: #11F131;
}
</style>
background-color css
<style>
a { background-color: #11F131; }
a { background-color: rgb(17,241,49); }
div.DivClassName
{
background-color: #11F131;
}
.BgClassName
{
background-color: #11F131;
}
</style>
border-color css
<style>
span { border-color: #11F131; }
span { border-color: rgb(17,241,49); }
td.TdClassName
{
border-color: #11F131;
}
.TagClassName
{
border-color: #11F131;
}
</style>