Shades of Free Speech Green #05FE0F
Tints of Free Speech Green #05FE0F
RGB
CMYK
RGB Variations
Color information
#05FE0F (or 0x05FE0F) is known color: Free Speech Green. HEX triplet: 05, FE and 0F. RGB value is (5,254,15). Sum of RGB (Red+Green+Blue) = 5+254+15=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 254 (99.61% from 255 or 92.70% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FE0F is #FA01F0. Grayscale: #999999. Windows color (decimal): -16384497 or 1048069. OLE color: 1048069.
HSL color Cylindrical-coordinate representation of color #05FE0F: hue angle of 122.41º 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 #05FE0F is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 15 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.00 |
| HSL | 122.41º | 0.99% | 0.51% | - |
| HSV(B) | 122.41º | 0.98% | 1% | - |
| XYZ | 35.59 | 70.95 | 12.27 | - |
| YUV | 152.3 | 50.51 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 15 | 0.98 | 0 | 0.94 | 0.00 | 122.41 | 0.99 | 0.51 |
| Hex | 5 | FE | F | 62 | 0 | 5E | 0 | 7A | 63 | 33 |
| Octal | 5 | 376 | 17 | 142 | 0 | 136 | 0 | 172 | 143 | 63 |
| Binary | 101 | 11111110 | 1111 | 1100010 | 0 | 1011110 | 0 | 1111010 | 1100011 | 110011 |
Color Harmonies of #05FE0F
Complementary color
Monochromatic Colors of #05FE0F
Black with #05FE0F
Text Example
Text Example
White with #05FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE0F; }
p { color: rgb(5,254,15); }
H1.HeaderClassName
{
color: #05FE0F;
}
.AnyTagClassName
{
color: #05FE0F;
}
</style>
background-color css
<style>
a { background-color: #05FE0F; }
a { background-color: rgb(5,254,15); }
div.DivClassName
{
background-color: #05FE0F;
}
.BgClassName
{
background-color: #05FE0F;
}
</style>
border-color css
<style>
span { border-color: #05FE0F; }
span { border-color: rgb(5,254,15); }
td.TdClassName
{
border-color: #05FE0F;
}
.TagClassName
{
border-color: #05FE0F;
}
</style>