Shades of Free Speech Green #04E50D
Tints of Free Speech Green #04E50D
RGB
CMYK
RGB Variations
Color information
#04E50D (or 0x04E50D) is known color: Free Speech Green. HEX triplet: 04, E5 and 0D. RGB value is (4,229,13). Sum of RGB (Red+Green+Blue) = 4+229+13=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 229 (89.84% from 255 or 93.09% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 229 - color contains mainly: green. Hex color #04E50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E50D is #FB1AF2. Grayscale: #898989. Windows color (decimal): -16456435 or 910596. OLE color: 910596.
HSL color Cylindrical-coordinate representation of color #04E50D: hue angle of 122.4º 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 #04E50D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.10 |
| HSL | 122.4º | 0.97% | 0.46% | - |
| HSV(B) | 122.4º | 0.98% | 0.9% | - |
| XYZ | 28.14 | 56.09 | 9.72 | - |
| YUV | 137.1 | 57.96 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 13 | 0.98 | 0 | 0.94 | 0.10 | 122.4 | 0.97 | 0.46 |
| Hex | 4 | E5 | D | 62 | 0 | 5E | A | 7A | 61 | 2E |
| Octal | 4 | 345 | 15 | 142 | 0 | 136 | 12 | 172 | 141 | 56 |
| Binary | 100 | 11100101 | 1101 | 1100010 | 0 | 1011110 | 1010 | 1111010 | 1100001 | 101110 |
Color Harmonies of #04E50D
Complementary color
Monochromatic Colors of #04E50D
Black with #04E50D
Text Example
Text Example
White with #04E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E50D; }
p { color: rgb(4,229,13); }
H1.HeaderClassName
{
color: #04E50D;
}
.AnyTagClassName
{
color: #04E50D;
}
</style>
background-color css
<style>
a { background-color: #04E50D; }
a { background-color: rgb(4,229,13); }
div.DivClassName
{
background-color: #04E50D;
}
.BgClassName
{
background-color: #04E50D;
}
</style>
border-color css
<style>
span { border-color: #04E50D; }
span { border-color: rgb(4,229,13); }
td.TdClassName
{
border-color: #04E50D;
}
.TagClassName
{
border-color: #04E50D;
}
</style>