Shades of Free Speech Green #05E511
Tints of Free Speech Green #05E511
RGB
CMYK
RGB Variations
Color information
#05E511 (or 0x05E511) is known color: Free Speech Green. HEX triplet: 05, E5 and 11. RGB value is (5,229,17). Sum of RGB (Red+Green+Blue) = 5+229+17=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 229 (89.84% from 255 or 91.24% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 229 - color contains mainly: green. Hex color #05E511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E511 is #FA1AEE. Grayscale: #8A8A8A. Windows color (decimal): -16390895 or 1172741. OLE color: 1172741.
HSL color Cylindrical-coordinate representation of color #05E511: hue angle of 123.21º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E511 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 17 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.10 |
| HSL | 123.21º | 0.96% | 0.46% | - |
| HSV(B) | 123.21º | 0.98% | 0.9% | - |
| XYZ | 28.18 | 56.11 | 9.88 | - |
| YUV | 137.86 | 59.79 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 17 | 0.98 | 0 | 0.93 | 0.10 | 123.21 | 0.96 | 0.46 |
| Hex | 5 | E5 | 11 | 62 | 0 | 5D | A | 7B | 60 | 2E |
| Octal | 5 | 345 | 21 | 142 | 0 | 135 | 12 | 173 | 140 | 56 |
| Binary | 101 | 11100101 | 10001 | 1100010 | 0 | 1011101 | 1010 | 1111011 | 1100000 | 101110 |
Color Harmonies of #05E511
Complementary color
Monochromatic Colors of #05E511
Black with #05E511
Text Example
Text Example
White with #05E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E511; }
p { color: rgb(5,229,17); }
H1.HeaderClassName
{
color: #05E511;
}
.AnyTagClassName
{
color: #05E511;
}
</style>
background-color css
<style>
a { background-color: #05E511; }
a { background-color: rgb(5,229,17); }
div.DivClassName
{
background-color: #05E511;
}
.BgClassName
{
background-color: #05E511;
}
</style>
border-color css
<style>
span { border-color: #05E511; }
span { border-color: rgb(5,229,17); }
td.TdClassName
{
border-color: #05E511;
}
.TagClassName
{
border-color: #05E511;
}
</style>