Shades of Free Speech Green #05EC11
Tints of Free Speech Green #05EC11
RGB
CMYK
RGB Variations
Color information
#05EC11 (or 0x05EC11) is known color: Free Speech Green. HEX triplet: 05, EC and 11. RGB value is (5,236,17). Sum of RGB (Red+Green+Blue) = 5+236+17=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 236 (92.58% from 255 or 91.47% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EC11 is #FA13EE. Grayscale: #8E8E8E. Windows color (decimal): -16389103 or 1174533. OLE color: 1174533.
HSL color Cylindrical-coordinate representation of color #05EC11: hue angle of 123.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EC11 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 17 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.07 |
| HSL | 123.12º | 0.96% | 0.47% | - |
| HSV(B) | 123.12º | 0.98% | 0.93% | - |
| XYZ | 30.16 | 60.06 | 10.53 | - |
| YUV | 141.97 | 57.47 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 17 | 0.98 | 0 | 0.93 | 0.07 | 123.12 | 0.96 | 0.47 |
| Hex | 5 | EC | 11 | 62 | 0 | 5D | 7 | 7B | 60 | 2F |
| Octal | 5 | 354 | 21 | 142 | 0 | 135 | 7 | 173 | 140 | 57 |
| Binary | 101 | 11101100 | 10001 | 1100010 | 0 | 1011101 | 111 | 1111011 | 1100000 | 101111 |
Color Harmonies of #05EC11
Complementary color
Monochromatic Colors of #05EC11
Black with #05EC11
Text Example
Text Example
White with #05EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC11; }
p { color: rgb(5,236,17); }
H1.HeaderClassName
{
color: #05EC11;
}
.AnyTagClassName
{
color: #05EC11;
}
</style>
background-color css
<style>
a { background-color: #05EC11; }
a { background-color: rgb(5,236,17); }
div.DivClassName
{
background-color: #05EC11;
}
.BgClassName
{
background-color: #05EC11;
}
</style>
border-color css
<style>
span { border-color: #05EC11; }
span { border-color: rgb(5,236,17); }
td.TdClassName
{
border-color: #05EC11;
}
.TagClassName
{
border-color: #05EC11;
}
</style>