Shades of Free Speech Green #11D307
Tints of Free Speech Green #11D307
RGB
CMYK
RGB Variations
Color information
#11D307 (or 0x11D307) is known color: Free Speech Green. HEX triplet: 11, D3 and 07. RGB value is (17,211,7). Sum of RGB (Red+Green+Blue) = 17+211+7=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 211 (82.81% from 255 or 89.79% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 211 - color contains mainly: green. Hex color #11D307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D307 is #EE2CF8. Grayscale: #828282. Windows color (decimal): -15609081 or 512785. OLE color: 512785.
HSL color Cylindrical-coordinate representation of color #11D307: hue angle of 117.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11D307 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 211 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.17 |
| HSL | 117.06º | 0.94% | 0.43% | - |
| HSV(B) | 117.06º | 0.97% | 0.83% | - |
| XYZ | 23.56 | 46.72 | 7.98 | - |
| YUV | 129.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 211 | 7 | 0.92 | 0 | 0.97 | 0.17 | 117.06 | 0.94 | 0.43 |
| Hex | 11 | D3 | 7 | 5C | 0 | 61 | 11 | 75 | 5E | 2B |
| Octal | 21 | 323 | 7 | 134 | 0 | 141 | 21 | 165 | 136 | 53 |
| Binary | 10001 | 11010011 | 111 | 1011100 | 0 | 1100001 | 10001 | 1110101 | 1011110 | 101011 |
Color Harmonies of #11D307
Complementary color
Monochromatic Colors of #11D307
Black with #11D307
Text Example
Text Example
White with #11D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D307; }
p { color: rgb(17,211,7); }
H1.HeaderClassName
{
color: #11D307;
}
.AnyTagClassName
{
color: #11D307;
}
</style>
background-color css
<style>
a { background-color: #11D307; }
a { background-color: rgb(17,211,7); }
div.DivClassName
{
background-color: #11D307;
}
.BgClassName
{
background-color: #11D307;
}
</style>
border-color css
<style>
span { border-color: #11D307; }
span { border-color: rgb(17,211,7); }
td.TdClassName
{
border-color: #11D307;
}
.TagClassName
{
border-color: #11D307;
}
</style>