Shades of Free Speech Green #04E516
Tints of Free Speech Green #04E516
RGB
CMYK
RGB Variations
Color information
#04E516 (or 0x04E516) is known color: Free Speech Green. HEX triplet: 04, E5 and 16. RGB value is (4,229,22). Sum of RGB (Red+Green+Blue) = 4+229+22=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 229 (89.84% from 255 or 89.80% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 229 - color contains mainly: green. Hex color #04E516 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E516 is #FB1AE9. Grayscale: #8A8A8A. Windows color (decimal): -16456426 or 1500420. OLE color: 1500420.
HSL color Cylindrical-coordinate representation of color #04E516: hue angle of 124.8º degrees, saturation: 0.97, 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 #04E516 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 22 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.10 |
| HSL | 124.8º | 0.97% | 0.46% | - |
| HSV(B) | 124.8º | 0.98% | 0.9% | - |
| XYZ | 28.21 | 56.12 | 10.1 | - |
| YUV | 138.13 | 62.46 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 22 | 0.98 | 0 | 0.90 | 0.10 | 124.8 | 0.97 | 0.46 |
| Hex | 4 | E5 | 16 | 62 | 0 | 5A | A | 7D | 61 | 2E |
| Octal | 4 | 345 | 26 | 142 | 0 | 132 | 12 | 175 | 141 | 56 |
| Binary | 100 | 11100101 | 10110 | 1100010 | 0 | 1011010 | 1010 | 1111101 | 1100001 | 101110 |
Color Harmonies of #04E516
Complementary color
Monochromatic Colors of #04E516
Black with #04E516
Text Example
Text Example
White with #04E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E516; }
p { color: rgb(4,229,22); }
H1.HeaderClassName
{
color: #04E516;
}
.AnyTagClassName
{
color: #04E516;
}
</style>
background-color css
<style>
a { background-color: #04E516; }
a { background-color: rgb(4,229,22); }
div.DivClassName
{
background-color: #04E516;
}
.BgClassName
{
background-color: #04E516;
}
</style>
border-color css
<style>
span { border-color: #04E516; }
span { border-color: rgb(4,229,22); }
td.TdClassName
{
border-color: #04E516;
}
.TagClassName
{
border-color: #04E516;
}
</style>