Shades of Free Speech Green #11D607
Tints of Free Speech Green #11D607
RGB
CMYK
RGB Variations
Color information
#11D607 (or 0x11D607) is known color: Free Speech Green. HEX triplet: 11, D6 and 07. RGB value is (17,214,7). Sum of RGB (Red+Green+Blue) = 17+214+7=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 214 (83.98% from 255 or 89.92% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 214 - color contains mainly: green. Hex color #11D607 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D607 is #EE29F8. Grayscale: #848484. Windows color (decimal): -15608313 or 513553. OLE color: 513553.
HSL color Cylindrical-coordinate representation of color #11D607: hue angle of 117.1º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11D607 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.16 |
| HSL | 117.1º | 0.94% | 0.43% | - |
| HSV(B) | 117.1º | 0.97% | 0.84% | - |
| XYZ | 24.32 | 48.23 | 8.23 | - |
| YUV | 131.5 | 57.73 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 7 | 0.92 | 0 | 0.97 | 0.16 | 117.1 | 0.94 | 0.43 |
| Hex | 11 | D6 | 7 | 5C | 0 | 61 | 10 | 75 | 5E | 2B |
| Octal | 21 | 326 | 7 | 134 | 0 | 141 | 20 | 165 | 136 | 53 |
| Binary | 10001 | 11010110 | 111 | 1011100 | 0 | 1100001 | 10000 | 1110101 | 1011110 | 101011 |
Color Harmonies of #11D607
Complementary color
Monochromatic Colors of #11D607
Black with #11D607
Text Example
Text Example
White with #11D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D607; }
p { color: rgb(17,214,7); }
H1.HeaderClassName
{
color: #11D607;
}
.AnyTagClassName
{
color: #11D607;
}
</style>
background-color css
<style>
a { background-color: #11D607; }
a { background-color: rgb(17,214,7); }
div.DivClassName
{
background-color: #11D607;
}
.BgClassName
{
background-color: #11D607;
}
</style>
border-color css
<style>
span { border-color: #11D607; }
span { border-color: rgb(17,214,7); }
td.TdClassName
{
border-color: #11D607;
}
.TagClassName
{
border-color: #11D607;
}
</style>