Shades of Free Speech Green #11D007
Tints of Free Speech Green #11D007
RGB
CMYK
RGB Variations
Color information
#11D007 (or 0x11D007) is known color: Free Speech Green. HEX triplet: 11, D0 and 07. RGB value is (17,208,7). Sum of RGB (Red+Green+Blue) = 17+208+7=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 208 (81.64% from 255 or 89.66% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 208 - color contains mainly: green. Hex color #11D007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D007 is #EE2FF8. Grayscale: #808080. Windows color (decimal): -15609849 or 512017. OLE color: 512017.
HSL color Cylindrical-coordinate representation of color #11D007: hue angle of 117.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11D007 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.18 |
| HSL | 117.01º | 0.93% | 0.42% | - |
| HSV(B) | 117.01º | 0.97% | 0.82% | - |
| XYZ | 22.83 | 45.25 | 7.73 | - |
| YUV | 127.98 | 59.72 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 7 | 0.92 | 0 | 0.97 | 0.18 | 117.01 | 0.93 | 0.42 |
| Hex | 11 | D0 | 7 | 5C | 0 | 61 | 12 | 75 | 5D | 2A |
| Octal | 21 | 320 | 7 | 134 | 0 | 141 | 22 | 165 | 135 | 52 |
| Binary | 10001 | 11010000 | 111 | 1011100 | 0 | 1100001 | 10010 | 1110101 | 1011101 | 101010 |
Color Harmonies of #11D007
Complementary color
Monochromatic Colors of #11D007
Black with #11D007
Text Example
Text Example
White with #11D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D007; }
p { color: rgb(17,208,7); }
H1.HeaderClassName
{
color: #11D007;
}
.AnyTagClassName
{
color: #11D007;
}
</style>
background-color css
<style>
a { background-color: #11D007; }
a { background-color: rgb(17,208,7); }
div.DivClassName
{
background-color: #11D007;
}
.BgClassName
{
background-color: #11D007;
}
</style>
border-color css
<style>
span { border-color: #11D007; }
span { border-color: rgb(17,208,7); }
td.TdClassName
{
border-color: #11D007;
}
.TagClassName
{
border-color: #11D007;
}
</style>