Shades of Free Speech Green #11CF07
Tints of Free Speech Green #11CF07
RGB
CMYK
RGB Variations
Color information
#11CF07 (or 0x11CF07) is known color: Free Speech Green. HEX triplet: 11, CF and 07. RGB value is (17,207,7). Sum of RGB (Red+Green+Blue) = 17+207+7=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 207 (81.25% from 255 or 89.61% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CF07 is #EE30F8. Grayscale: #7F7F7F. Windows color (decimal): -15610105 or 511761. OLE color: 511761.
HSL color Cylindrical-coordinate representation of color #11CF07: hue angle of 117º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11CF07 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.19 |
| HSL | 117º | 0.93% | 0.42% | - |
| HSV(B) | 117º | 0.97% | 0.81% | - |
| XYZ | 22.58 | 44.76 | 7.65 | - |
| YUV | 127.39 | 60.05 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 7 | 0.92 | 0 | 0.97 | 0.19 | 117 | 0.93 | 0.42 |
| Hex | 11 | CF | 7 | 5C | 0 | 61 | 13 | 75 | 5D | 2A |
| Octal | 21 | 317 | 7 | 134 | 0 | 141 | 23 | 165 | 135 | 52 |
| Binary | 10001 | 11001111 | 111 | 1011100 | 0 | 1100001 | 10011 | 1110101 | 1011101 | 101010 |
Color Harmonies of #11CF07
Complementary color
Monochromatic Colors of #11CF07
Black with #11CF07
Text Example
Text Example
White with #11CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF07; }
p { color: rgb(17,207,7); }
H1.HeaderClassName
{
color: #11CF07;
}
.AnyTagClassName
{
color: #11CF07;
}
</style>
background-color css
<style>
a { background-color: #11CF07; }
a { background-color: rgb(17,207,7); }
div.DivClassName
{
background-color: #11CF07;
}
.BgClassName
{
background-color: #11CF07;
}
</style>
border-color css
<style>
span { border-color: #11CF07; }
span { border-color: rgb(17,207,7); }
td.TdClassName
{
border-color: #11CF07;
}
.TagClassName
{
border-color: #11CF07;
}
</style>