Shades of Free Speech Green #11DF10
Tints of Free Speech Green #11DF10
RGB
CMYK
RGB Variations
Color information
#11DF10 (or 0x11DF10) is known color: Free Speech Green. HEX triplet: 11, DF and 10. RGB value is (17,223,16). Sum of RGB (Red+Green+Blue) = 17+223+16=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DF10 is #EE20EF. Grayscale: #8A8A8A. Windows color (decimal): -15606000 or 1105681. OLE color: 1105681.
HSL color Cylindrical-coordinate representation of color #11DF10: hue angle of 119.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DF10 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 16 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.13 |
| HSL | 119.71º | 0.87% | 0.47% | - |
| HSV(B) | 119.71º | 0.93% | 0.87% | - |
| XYZ | 26.71 | 52.93 | 9.3 | - |
| YUV | 137.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 16 | 0.92 | 0 | 0.93 | 0.13 | 119.71 | 0.87 | 0.47 |
| Hex | 11 | DF | 10 | 5C | 0 | 5D | D | 78 | 57 | 2F |
| Octal | 21 | 337 | 20 | 134 | 0 | 135 | 15 | 170 | 127 | 57 |
| Binary | 10001 | 11011111 | 10000 | 1011100 | 0 | 1011101 | 1101 | 1111000 | 1010111 | 101111 |
Color Harmonies of #11DF10
Complementary color
Monochromatic Colors of #11DF10
Black with #11DF10
Text Example
Text Example
White with #11DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF10; }
p { color: rgb(17,223,16); }
H1.HeaderClassName
{
color: #11DF10;
}
.AnyTagClassName
{
color: #11DF10;
}
</style>
background-color css
<style>
a { background-color: #11DF10; }
a { background-color: rgb(17,223,16); }
div.DivClassName
{
background-color: #11DF10;
}
.BgClassName
{
background-color: #11DF10;
}
</style>
border-color css
<style>
span { border-color: #11DF10; }
span { border-color: rgb(17,223,16); }
td.TdClassName
{
border-color: #11DF10;
}
.TagClassName
{
border-color: #11DF10;
}
</style>