Shades of Free Speech Green #04F528
Tints of Free Speech Green #04F528
RGB
CMYK
RGB Variations
Color information
#04F528 (or 0x04F528) is known color: Free Speech Green. HEX triplet: 04, F5 and 28. RGB value is (4,245,40). Sum of RGB (Red+Green+Blue) = 4+245+40=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 245 (96.09% from 255 or 84.78% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 245 - color contains mainly: green. Hex color #04F528 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F528 is #FB0AD7. Grayscale: #969696. Windows color (decimal): -16452312 or 2684164. OLE color: 2684164.
HSL color Cylindrical-coordinate representation of color #04F528: hue angle of 128.96º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F528 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 245 | 40 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.04 |
| HSL | 128.96º | 0.97% | 0.49% | - |
| HSV(B) | 128.96º | 0.98% | 0.96% | - |
| XYZ | 33.09 | 65.48 | 12.9 | - |
| YUV | 149.57 | 66.16 | 24.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 245 | 40 | 0.98 | 0 | 0.84 | 0.04 | 128.96 | 0.97 | 0.49 |
| Hex | 4 | F5 | 28 | 62 | 0 | 54 | 4 | 81 | 61 | 31 |
| Octal | 4 | 365 | 50 | 142 | 0 | 124 | 4 | 201 | 141 | 61 |
| Binary | 100 | 11110101 | 101000 | 1100010 | 0 | 1010100 | 100 | 10000001 | 1100001 | 110001 |
Color Harmonies of #04F528
Complementary color
Monochromatic Colors of #04F528
Black with #04F528
Text Example
Text Example
White with #04F528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F528; }
p { color: rgb(4,245,40); }
H1.HeaderClassName
{
color: #04F528;
}
.AnyTagClassName
{
color: #04F528;
}
</style>
background-color css
<style>
a { background-color: #04F528; }
a { background-color: rgb(4,245,40); }
div.DivClassName
{
background-color: #04F528;
}
.BgClassName
{
background-color: #04F528;
}
</style>
border-color css
<style>
span { border-color: #04F528; }
span { border-color: rgb(4,245,40); }
td.TdClassName
{
border-color: #04F528;
}
.TagClassName
{
border-color: #04F528;
}
</style>