Shades of Free Speech Green #11D508
Tints of Free Speech Green #11D508
RGB
CMYK
RGB Variations
Color information
#11D508 (or 0x11D508) is known color: Free Speech Green. HEX triplet: 11, D5 and 08. RGB value is (17,213,8). Sum of RGB (Red+Green+Blue) = 17+213+8=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 213 (83.59% from 255 or 89.50% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 213 - color contains mainly: green. Hex color #11D508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D508 is #EE2AF7. Grayscale: #838383. Windows color (decimal): -15608568 or 578833. OLE color: 578833.
HSL color Cylindrical-coordinate representation of color #11D508: hue angle of 117.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11D508 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 213 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.16 |
| HSL | 117.37º | 0.93% | 0.43% | - |
| HSV(B) | 117.37º | 0.96% | 0.84% | - |
| XYZ | 24.07 | 47.73 | 8.17 | - |
| YUV | 131.03 | 58.57 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 8 | 0.92 | 0 | 0.96 | 0.16 | 117.37 | 0.93 | 0.43 |
| Hex | 11 | D5 | 8 | 5C | 0 | 60 | 10 | 75 | 5D | 2B |
| Octal | 21 | 325 | 10 | 134 | 0 | 140 | 20 | 165 | 135 | 53 |
| Binary | 10001 | 11010101 | 1000 | 1011100 | 0 | 1100000 | 10000 | 1110101 | 1011101 | 101011 |
Color Harmonies of #11D508
Complementary color
Monochromatic Colors of #11D508
Black with #11D508
Text Example
Text Example
White with #11D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D508; }
p { color: rgb(17,213,8); }
H1.HeaderClassName
{
color: #11D508;
}
.AnyTagClassName
{
color: #11D508;
}
</style>
background-color css
<style>
a { background-color: #11D508; }
a { background-color: rgb(17,213,8); }
div.DivClassName
{
background-color: #11D508;
}
.BgClassName
{
background-color: #11D508;
}
</style>
border-color css
<style>
span { border-color: #11D508; }
span { border-color: rgb(17,213,8); }
td.TdClassName
{
border-color: #11D508;
}
.TagClassName
{
border-color: #11D508;
}
</style>