Shades of Free Speech Green #04D319
Tints of Free Speech Green #04D319
RGB
CMYK
RGB Variations
Color information
#04D319 (or 0x04D319) is known color: Free Speech Green. HEX triplet: 04, D3 and 19. RGB value is (4,211,25). Sum of RGB (Red+Green+Blue) = 4+211+25=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 211 (82.81% from 255 or 87.92% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 211 - color contains mainly: green. Hex color #04D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D319 is #FB2CE6. Grayscale: #808080. Windows color (decimal): -16461031 or 1692420. OLE color: 1692420.
HSL color Cylindrical-coordinate representation of color #04D319: hue angle of 126.09º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D319 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 211 | 25 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.17 |
| HSL | 126.09º | 0.96% | 0.42% | - |
| HSV(B) | 126.09º | 0.98% | 0.83% | - |
| XYZ | 23.52 | 46.68 | 8.69 | - |
| YUV | 127.9 | 69.92 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 25 | 0.98 | 0 | 0.88 | 0.17 | 126.09 | 0.96 | 0.42 |
| Hex | 4 | D3 | 19 | 62 | 0 | 58 | 11 | 7E | 60 | 2A |
| Octal | 4 | 323 | 31 | 142 | 0 | 130 | 21 | 176 | 140 | 52 |
| Binary | 100 | 11010011 | 11001 | 1100010 | 0 | 1011000 | 10001 | 1111110 | 1100000 | 101010 |
Color Harmonies of #04D319
Complementary color
Monochromatic Colors of #04D319
Black with #04D319
Text Example
Text Example
White with #04D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D319; }
p { color: rgb(4,211,25); }
H1.HeaderClassName
{
color: #04D319;
}
.AnyTagClassName
{
color: #04D319;
}
</style>
background-color css
<style>
a { background-color: #04D319; }
a { background-color: rgb(4,211,25); }
div.DivClassName
{
background-color: #04D319;
}
.BgClassName
{
background-color: #04D319;
}
</style>
border-color css
<style>
span { border-color: #04D319; }
span { border-color: rgb(4,211,25); }
td.TdClassName
{
border-color: #04D319;
}
.TagClassName
{
border-color: #04D319;
}
</style>