Shades of Free Speech Green #11D503
Tints of Free Speech Green #11D503
RGB
CMYK
RGB Variations
Color information
#11D503 (or 0x11D503) is known color: Free Speech Green. HEX triplet: 11, D5 and 03. RGB value is (17,213,3). Sum of RGB (Red+Green+Blue) = 17+213+3=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 213 (83.59% from 255 or 91.42% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 213 - color contains mainly: green. Hex color #11D503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D503 is #EE2AFC. Grayscale: #838383. Windows color (decimal): -15608573 or 251153. OLE color: 251153.
HSL color Cylindrical-coordinate representation of color #11D503: hue angle of 116º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11D503 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 213 | 3 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.16 |
| HSL | 116º | 0.97% | 0.42% | - |
| HSV(B) | 116º | 0.99% | 0.84% | - |
| XYZ | 24.04 | 47.71 | 8.03 | - |
| YUV | 130.46 | 56.07 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 3 | 0.92 | 0 | 0.99 | 0.16 | 116 | 0.97 | 0.42 |
| Hex | 11 | D5 | 3 | 5C | 0 | 63 | 10 | 74 | 61 | 2A |
| Octal | 21 | 325 | 3 | 134 | 0 | 143 | 20 | 164 | 141 | 52 |
| Binary | 10001 | 11010101 | 11 | 1011100 | 0 | 1100011 | 10000 | 1110100 | 1100001 | 101010 |
Color Harmonies of #11D503
Complementary color
Monochromatic Colors of #11D503
Black with #11D503
Text Example
Text Example
White with #11D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D503; }
p { color: rgb(17,213,3); }
H1.HeaderClassName
{
color: #11D503;
}
.AnyTagClassName
{
color: #11D503;
}
</style>
background-color css
<style>
a { background-color: #11D503; }
a { background-color: rgb(17,213,3); }
div.DivClassName
{
background-color: #11D503;
}
.BgClassName
{
background-color: #11D503;
}
</style>
border-color css
<style>
span { border-color: #11D503; }
span { border-color: rgb(17,213,3); }
td.TdClassName
{
border-color: #11D503;
}
.TagClassName
{
border-color: #11D503;
}
</style>