Shades of Free Speech Green #11D511
Tints of Free Speech Green #11D511
RGB
CMYK
RGB Variations
Color information
#11D511 (or 0x11D511) is known color: Free Speech Green. HEX triplet: 11, D5 and 11. RGB value is (17,213,17). Sum of RGB (Red+Green+Blue) = 17+213+17=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 213 (83.59% from 255 or 86.23% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 213 - color contains mainly: green. Hex color #11D511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D511 is #EE2AEE. Grayscale: #848484. Windows color (decimal): -15608559 or 1168657. OLE color: 1168657.
HSL color Cylindrical-coordinate representation of color #11D511: hue angle of 120º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D511 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 213 | 17 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.16 |
| HSL | 120º | 0.85% | 0.45% | - |
| HSV(B) | 120º | 0.92% | 0.84% | - |
| XYZ | 24.13 | 47.75 | 8.48 | - |
| YUV | 132.05 | 63.07 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 17 | 0.92 | 0 | 0.92 | 0.16 | 120 | 0.85 | 0.45 |
| Hex | 11 | D5 | 11 | 5C | 0 | 5C | 10 | 78 | 55 | 2D |
| Octal | 21 | 325 | 21 | 134 | 0 | 134 | 20 | 170 | 125 | 55 |
| Binary | 10001 | 11010101 | 10001 | 1011100 | 0 | 1011100 | 10000 | 1111000 | 1010101 | 101101 |
Color Harmonies of #11D511
Complementary color
Monochromatic Colors of #11D511
Black with #11D511
Text Example
Text Example
White with #11D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D511; }
p { color: rgb(17,213,17); }
H1.HeaderClassName
{
color: #11D511;
}
.AnyTagClassName
{
color: #11D511;
}
</style>
background-color css
<style>
a { background-color: #11D511; }
a { background-color: rgb(17,213,17); }
div.DivClassName
{
background-color: #11D511;
}
.BgClassName
{
background-color: #11D511;
}
</style>
border-color css
<style>
span { border-color: #11D511; }
span { border-color: rgb(17,213,17); }
td.TdClassName
{
border-color: #11D511;
}
.TagClassName
{
border-color: #11D511;
}
</style>