Shades of Free Speech Green #11DB08
Tints of Free Speech Green #11DB08
RGB
CMYK
RGB Variations
Color information
#11DB08 (or 0x11DB08) is known color: Free Speech Green. HEX triplet: 11, DB and 08. RGB value is (17,219,8). Sum of RGB (Red+Green+Blue) = 17+219+8=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 219 (85.94% from 255 or 89.75% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DB08 is #EE24F7. Grayscale: #878787. Windows color (decimal): -15607032 or 580369. OLE color: 580369.
HSL color Cylindrical-coordinate representation of color #11DB08: hue angle of 117.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11DB08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.14 |
| HSL | 117.44º | 0.93% | 0.45% | - |
| HSV(B) | 117.44º | 0.96% | 0.86% | - |
| XYZ | 25.61 | 50.8 | 8.69 | - |
| YUV | 134.55 | 56.58 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 8 | 0.92 | 0 | 0.96 | 0.14 | 117.44 | 0.93 | 0.45 |
| Hex | 11 | DB | 8 | 5C | 0 | 60 | E | 75 | 5D | 2D |
| Octal | 21 | 333 | 10 | 134 | 0 | 140 | 16 | 165 | 135 | 55 |
| Binary | 10001 | 11011011 | 1000 | 1011100 | 0 | 1100000 | 1110 | 1110101 | 1011101 | 101101 |
Color Harmonies of #11DB08
Complementary color
Monochromatic Colors of #11DB08
Black with #11DB08
Text Example
Text Example
White with #11DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB08; }
p { color: rgb(17,219,8); }
H1.HeaderClassName
{
color: #11DB08;
}
.AnyTagClassName
{
color: #11DB08;
}
</style>
background-color css
<style>
a { background-color: #11DB08; }
a { background-color: rgb(17,219,8); }
div.DivClassName
{
background-color: #11DB08;
}
.BgClassName
{
background-color: #11DB08;
}
</style>
border-color css
<style>
span { border-color: #11DB08; }
span { border-color: rgb(17,219,8); }
td.TdClassName
{
border-color: #11DB08;
}
.TagClassName
{
border-color: #11DB08;
}
</style>