Shades of Free Speech Green #11F133
Tints of Free Speech Green #11F133
RGB
CMYK
RGB Variations
Color information
#11F133 (or 0x11F133) is known color: Free Speech Green. HEX triplet: 11, F1 and 33. RGB value is (17,241,51). Sum of RGB (Red+Green+Blue) = 17+241+51=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 241 (94.53% from 255 or 77.99% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 241 - color contains mainly: green. Hex color #11F133 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F133 is #EE0ECC. Grayscale: #989898. Windows color (decimal): -15601357 or 3404049. OLE color: 3404049.
HSL color Cylindrical-coordinate representation of color #11F133: hue angle of 129.11º 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 #11F133 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 51 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.05 |
| HSL | 129.11º | 0.89% | 0.51% | - |
| HSV(B) | 129.11º | 0.93% | 0.95% | - |
| XYZ | 32.28 | 63.27 | 13.64 | - |
| YUV | 152.36 | 70.79 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 51 | 0.93 | 0 | 0.79 | 0.05 | 129.11 | 0.89 | 0.51 |
| Hex | 11 | F1 | 33 | 5D | 0 | 4F | 5 | 81 | 59 | 33 |
| Octal | 21 | 361 | 63 | 135 | 0 | 117 | 5 | 201 | 131 | 63 |
| Binary | 10001 | 11110001 | 110011 | 1011101 | 0 | 1001111 | 101 | 10000001 | 1011001 | 110011 |
Color Harmonies of #11F133
Complementary color
Monochromatic Colors of #11F133
Black with #11F133
Text Example
Text Example
White with #11F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F133; }
p { color: rgb(17,241,51); }
H1.HeaderClassName
{
color: #11F133;
}
.AnyTagClassName
{
color: #11F133;
}
</style>
background-color css
<style>
a { background-color: #11F133; }
a { background-color: rgb(17,241,51); }
div.DivClassName
{
background-color: #11F133;
}
.BgClassName
{
background-color: #11F133;
}
</style>
border-color css
<style>
span { border-color: #11F133; }
span { border-color: rgb(17,241,51); }
td.TdClassName
{
border-color: #11F133;
}
.TagClassName
{
border-color: #11F133;
}
</style>