Shades of Free Speech Green #05E711
Tints of Free Speech Green #05E711
RGB
CMYK
RGB Variations
Color information
#05E711 (or 0x05E711) is known color: Free Speech Green. HEX triplet: 05, E7 and 11. RGB value is (5,231,17). Sum of RGB (Red+Green+Blue) = 5+231+17=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 231 (90.62% from 255 or 91.30% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 231 - color contains mainly: green. Hex color #05E711 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E711 is #FA18EE. Grayscale: #8B8B8B. Windows color (decimal): -16390383 or 1173253. OLE color: 1173253.
HSL color Cylindrical-coordinate representation of color #05E711: hue angle of 123.19º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E711 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 231 | 17 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.09 |
| HSL | 123.19º | 0.96% | 0.46% | - |
| HSV(B) | 123.19º | 0.98% | 0.91% | - |
| XYZ | 28.74 | 57.22 | 10.06 | - |
| YUV | 139.03 | 59.13 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 231 | 17 | 0.98 | 0 | 0.93 | 0.09 | 123.19 | 0.96 | 0.46 |
| Hex | 5 | E7 | 11 | 62 | 0 | 5D | 9 | 7B | 60 | 2E |
| Octal | 5 | 347 | 21 | 142 | 0 | 135 | 11 | 173 | 140 | 56 |
| Binary | 101 | 11100111 | 10001 | 1100010 | 0 | 1011101 | 1001 | 1111011 | 1100000 | 101110 |
Color Harmonies of #05E711
Complementary color
Monochromatic Colors of #05E711
Black with #05E711
Text Example
Text Example
White with #05E711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E711; }
p { color: rgb(5,231,17); }
H1.HeaderClassName
{
color: #05E711;
}
.AnyTagClassName
{
color: #05E711;
}
</style>
background-color css
<style>
a { background-color: #05E711; }
a { background-color: rgb(5,231,17); }
div.DivClassName
{
background-color: #05E711;
}
.BgClassName
{
background-color: #05E711;
}
</style>
border-color css
<style>
span { border-color: #05E711; }
span { border-color: rgb(5,231,17); }
td.TdClassName
{
border-color: #05E711;
}
.TagClassName
{
border-color: #05E711;
}
</style>