Shades of Free Speech Green #11CB05
Tints of Free Speech Green #11CB05
RGB
CMYK
RGB Variations
Color information
#11CB05 (or 0x11CB05) is known color: Free Speech Green. HEX triplet: 11, CB and 05. RGB value is (17,203,5). Sum of RGB (Red+Green+Blue) = 17+203+5=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #11CB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CB05 is #EE34FA. Grayscale: #7D7D7D. Windows color (decimal): -15611131 or 379665. OLE color: 379665.
HSL color Cylindrical-coordinate representation of color #11CB05: hue angle of 116.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11CB05 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 5 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.20 |
| HSL | 116.36º | 0.95% | 0.41% | - |
| HSV(B) | 116.36º | 0.98% | 0.8% | - |
| XYZ | 21.61 | 42.84 | 7.27 | - |
| YUV | 124.81 | 60.38 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 5 | 0.92 | 0 | 0.98 | 0.20 | 116.36 | 0.95 | 0.41 |
| Hex | 11 | CB | 5 | 5C | 0 | 62 | 14 | 74 | 5F | 29 |
| Octal | 21 | 313 | 5 | 134 | 0 | 142 | 24 | 164 | 137 | 51 |
| Binary | 10001 | 11001011 | 101 | 1011100 | 0 | 1100010 | 10100 | 1110100 | 1011111 | 101001 |
Color Harmonies of #11CB05
Complementary color
Monochromatic Colors of #11CB05
Black with #11CB05
Text Example
Text Example
White with #11CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CB05; }
p { color: rgb(17,203,5); }
H1.HeaderClassName
{
color: #11CB05;
}
.AnyTagClassName
{
color: #11CB05;
}
</style>
background-color css
<style>
a { background-color: #11CB05; }
a { background-color: rgb(17,203,5); }
div.DivClassName
{
background-color: #11CB05;
}
.BgClassName
{
background-color: #11CB05;
}
</style>
border-color css
<style>
span { border-color: #11CB05; }
span { border-color: rgb(17,203,5); }
td.TdClassName
{
border-color: #11CB05;
}
.TagClassName
{
border-color: #11CB05;
}
</style>