Shades of Free Speech Green #11DB1C
Tints of Free Speech Green #11DB1C
RGB
CMYK
RGB Variations
Color information
#11DB1C (or 0x11DB1C) is known color: Free Speech Green. HEX triplet: 11, DB and 1C. RGB value is (17,219,28). Sum of RGB (Red+Green+Blue) = 17+219+28=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 219 (85.94% from 255 or 82.95% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB1C is #EE24E3. Grayscale: #898989. Windows color (decimal): -15607012 or 1891089. OLE color: 1891089.
HSL color Cylindrical-coordinate representation of color #11DB1C: hue angle of 123.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB1C is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 28 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.14 |
| HSL | 123.27º | 0.86% | 0.46% | - |
| HSV(B) | 123.27º | 0.92% | 0.86% | - |
| XYZ | 25.77 | 50.87 | 9.56 | - |
| YUV | 136.83 | 66.58 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 28 | 0.92 | 0 | 0.87 | 0.14 | 123.27 | 0.86 | 0.46 |
| Hex | 11 | DB | 1C | 5C | 0 | 57 | E | 7B | 56 | 2E |
| Octal | 21 | 333 | 34 | 134 | 0 | 127 | 16 | 173 | 126 | 56 |
| Binary | 10001 | 11011011 | 11100 | 1011100 | 0 | 1010111 | 1110 | 1111011 | 1010110 | 101110 |
Color Harmonies of #11DB1C
Complementary color
Monochromatic Colors of #11DB1C
Black with #11DB1C
Text Example
Text Example
White with #11DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB1C; }
p { color: rgb(17,219,28); }
H1.HeaderClassName
{
color: #11DB1C;
}
.AnyTagClassName
{
color: #11DB1C;
}
</style>
background-color css
<style>
a { background-color: #11DB1C; }
a { background-color: rgb(17,219,28); }
div.DivClassName
{
background-color: #11DB1C;
}
.BgClassName
{
background-color: #11DB1C;
}
</style>
border-color css
<style>
span { border-color: #11DB1C; }
span { border-color: rgb(17,219,28); }
td.TdClassName
{
border-color: #11DB1C;
}
.TagClassName
{
border-color: #11DB1C;
}
</style>