Shades of Free Speech Green #05E110
Tints of Free Speech Green #05E110
RGB
CMYK
RGB Variations
Color information
#05E110 (or 0x05E110) is known color: Free Speech Green. HEX triplet: 05, E1 and 10. RGB value is (5,225,16). Sum of RGB (Red+Green+Blue) = 5+225+16=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 225 (88.28% from 255 or 91.46% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 225 - color contains mainly: green. Hex color #05E110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E110 is #FA1EEF. Grayscale: #888888. Windows color (decimal): -16391920 or 1106181. OLE color: 1106181.
HSL color Cylindrical-coordinate representation of color #05E110: hue angle of 123º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E110 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 16 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.12 |
| HSL | 123º | 0.96% | 0.45% | - |
| HSV(B) | 123º | 0.98% | 0.88% | - |
| XYZ | 27.08 | 53.92 | 9.47 | - |
| YUV | 135.39 | 60.61 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 16 | 0.98 | 0 | 0.93 | 0.12 | 123 | 0.96 | 0.45 |
| Hex | 5 | E1 | 10 | 62 | 0 | 5D | C | 7B | 60 | 2D |
| Octal | 5 | 341 | 20 | 142 | 0 | 135 | 14 | 173 | 140 | 55 |
| Binary | 101 | 11100001 | 10000 | 1100010 | 0 | 1011101 | 1100 | 1111011 | 1100000 | 101101 |
Color Harmonies of #05E110
Complementary color
Monochromatic Colors of #05E110
Black with #05E110
Text Example
Text Example
White with #05E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E110; }
p { color: rgb(5,225,16); }
H1.HeaderClassName
{
color: #05E110;
}
.AnyTagClassName
{
color: #05E110;
}
</style>
background-color css
<style>
a { background-color: #05E110; }
a { background-color: rgb(5,225,16); }
div.DivClassName
{
background-color: #05E110;
}
.BgClassName
{
background-color: #05E110;
}
</style>
border-color css
<style>
span { border-color: #05E110; }
span { border-color: rgb(5,225,16); }
td.TdClassName
{
border-color: #05E110;
}
.TagClassName
{
border-color: #05E110;
}
</style>