Shades of Free Speech Green #11DB1B
Tints of Free Speech Green #11DB1B
RGB
CMYK
RGB Variations
Color information
#11DB1B (or 0x11DB1B) is known color: Free Speech Green. HEX triplet: 11, DB and 1B. RGB value is (17,219,27). Sum of RGB (Red+Green+Blue) = 17+219+27=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 219 (85.94% from 255 or 83.27% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB1B is #EE24E4. Grayscale: #898989. Windows color (decimal): -15607013 or 1825553. OLE color: 1825553.
HSL color Cylindrical-coordinate representation of color #11DB1B: hue angle of 122.97º 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 #11DB1B is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 27 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.14 |
| HSL | 122.97º | 0.86% | 0.46% | - |
| HSV(B) | 122.97º | 0.92% | 0.86% | - |
| XYZ | 25.76 | 50.86 | 9.5 | - |
| YUV | 136.71 | 66.08 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 27 | 0.92 | 0 | 0.88 | 0.14 | 122.97 | 0.86 | 0.46 |
| Hex | 11 | DB | 1B | 5C | 0 | 58 | E | 7B | 56 | 2E |
| Octal | 21 | 333 | 33 | 134 | 0 | 130 | 16 | 173 | 126 | 56 |
| Binary | 10001 | 11011011 | 11011 | 1011100 | 0 | 1011000 | 1110 | 1111011 | 1010110 | 101110 |
Color Harmonies of #11DB1B
Complementary color
Monochromatic Colors of #11DB1B
Black with #11DB1B
Text Example
Text Example
White with #11DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB1B; }
p { color: rgb(17,219,27); }
H1.HeaderClassName
{
color: #11DB1B;
}
.AnyTagClassName
{
color: #11DB1B;
}
</style>
background-color css
<style>
a { background-color: #11DB1B; }
a { background-color: rgb(17,219,27); }
div.DivClassName
{
background-color: #11DB1B;
}
.BgClassName
{
background-color: #11DB1B;
}
</style>
border-color css
<style>
span { border-color: #11DB1B; }
span { border-color: rgb(17,219,27); }
td.TdClassName
{
border-color: #11DB1B;
}
.TagClassName
{
border-color: #11DB1B;
}
</style>