Shades of Free Speech Green #05FE0E
Tints of Free Speech Green #05FE0E
RGB
CMYK
RGB Variations
Color information
#05FE0E (or 0x05FE0E) is known color: Free Speech Green. HEX triplet: 05, FE and 0E. RGB value is (5,254,14). Sum of RGB (Red+Green+Blue) = 5+254+14=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 254 (99.61% from 255 or 93.04% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FE0E is #FA01F1. Grayscale: #989898. Windows color (decimal): -16384498 or 982533. OLE color: 982533.
HSL color Cylindrical-coordinate representation of color #05FE0E: hue angle of 122.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE0E is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 14 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.00 |
| HSL | 122.17º | 0.99% | 0.51% | - |
| HSV(B) | 122.17º | 0.98% | 1% | - |
| XYZ | 35.58 | 70.95 | 12.23 | - |
| YUV | 152.19 | 50.01 | 23.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 14 | 0.98 | 0 | 0.94 | 0.00 | 122.17 | 0.99 | 0.51 |
| Hex | 5 | FE | E | 62 | 0 | 5E | 0 | 7A | 63 | 33 |
| Octal | 5 | 376 | 16 | 142 | 0 | 136 | 0 | 172 | 143 | 63 |
| Binary | 101 | 11111110 | 1110 | 1100010 | 0 | 1011110 | 0 | 1111010 | 1100011 | 110011 |
Color Harmonies of #05FE0E
Complementary color
Monochromatic Colors of #05FE0E
Black with #05FE0E
Text Example
Text Example
White with #05FE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE0E; }
p { color: rgb(5,254,14); }
H1.HeaderClassName
{
color: #05FE0E;
}
.AnyTagClassName
{
color: #05FE0E;
}
</style>
background-color css
<style>
a { background-color: #05FE0E; }
a { background-color: rgb(5,254,14); }
div.DivClassName
{
background-color: #05FE0E;
}
.BgClassName
{
background-color: #05FE0E;
}
</style>
border-color css
<style>
span { border-color: #05FE0E; }
span { border-color: rgb(5,254,14); }
td.TdClassName
{
border-color: #05FE0E;
}
.TagClassName
{
border-color: #05FE0E;
}
</style>