Shades of Free Speech Green #04FE10
Tints of Free Speech Green #04FE10
RGB
CMYK
RGB Variations
Color information
#04FE10 (or 0x04FE10) is known color: Free Speech Green. HEX triplet: 04, FE and 10. RGB value is (4,254,16). Sum of RGB (Red+Green+Blue) = 4+254+16=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 254 (99.61% from 255 or 92.70% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE10 is #FB01EF. Grayscale: #989898. Windows color (decimal): -16450032 or 1113604. OLE color: 1113604.
HSL color Cylindrical-coordinate representation of color #04FE10: hue angle of 122.88º 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 #04FE10 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 16 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.00 |
| HSL | 122.88º | 0.99% | 0.51% | - |
| HSV(B) | 122.88º | 0.98% | 1% | - |
| XYZ | 35.59 | 70.95 | 12.31 | - |
| YUV | 152.12 | 51.18 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 16 | 0.98 | 0 | 0.94 | 0.00 | 122.88 | 0.99 | 0.51 |
| Hex | 4 | FE | 10 | 62 | 0 | 5E | 0 | 7B | 63 | 33 |
| Octal | 4 | 376 | 20 | 142 | 0 | 136 | 0 | 173 | 143 | 63 |
| Binary | 100 | 11111110 | 10000 | 1100010 | 0 | 1011110 | 0 | 1111011 | 1100011 | 110011 |
Color Harmonies of #04FE10
Complementary color
Monochromatic Colors of #04FE10
Black with #04FE10
Text Example
Text Example
White with #04FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE10; }
p { color: rgb(4,254,16); }
H1.HeaderClassName
{
color: #04FE10;
}
.AnyTagClassName
{
color: #04FE10;
}
</style>
background-color css
<style>
a { background-color: #04FE10; }
a { background-color: rgb(4,254,16); }
div.DivClassName
{
background-color: #04FE10;
}
.BgClassName
{
background-color: #04FE10;
}
</style>
border-color css
<style>
span { border-color: #04FE10; }
span { border-color: rgb(4,254,16); }
td.TdClassName
{
border-color: #04FE10;
}
.TagClassName
{
border-color: #04FE10;
}
</style>