Shades of Free Speech Green #04D204
Tints of Free Speech Green #04D204
RGB
CMYK
RGB Variations
Color information
#04D204 (or 0x04D204) is known color: Free Speech Green. HEX triplet: 04, D2 and 04. RGB value is (4,210,4). Sum of RGB (Red+Green+Blue) = 4+210+4=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 210 (82.42% from 255 or 96.33% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 210 - color contains mainly: green. Hex color #04D204 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D204 is #FB2DFB. Grayscale: #7D7D7D. Windows color (decimal): -16461308 or 315908. OLE color: 315908.
HSL color Cylindrical-coordinate representation of color #04D204: hue angle of 120º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D204 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.18 |
| HSL | 120º | 0.96% | 0.42% | - |
| HSV(B) | 120º | 0.98% | 0.82% | - |
| XYZ | 23.12 | 46.13 | 7.8 | - |
| YUV | 124.92 | 59.75 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 4 | 0.98 | 0 | 0.98 | 0.18 | 120 | 0.96 | 0.42 |
| Hex | 4 | D2 | 4 | 62 | 0 | 62 | 12 | 78 | 60 | 2A |
| Octal | 4 | 322 | 4 | 142 | 0 | 142 | 22 | 170 | 140 | 52 |
| Binary | 100 | 11010010 | 100 | 1100010 | 0 | 1100010 | 10010 | 1111000 | 1100000 | 101010 |
Color Harmonies of #04D204
Complementary color
Monochromatic Colors of #04D204
Black with #04D204
Text Example
Text Example
White with #04D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D204; }
p { color: rgb(4,210,4); }
H1.HeaderClassName
{
color: #04D204;
}
.AnyTagClassName
{
color: #04D204;
}
</style>
background-color css
<style>
a { background-color: #04D204; }
a { background-color: rgb(4,210,4); }
div.DivClassName
{
background-color: #04D204;
}
.BgClassName
{
background-color: #04D204;
}
</style>
border-color css
<style>
span { border-color: #04D204; }
span { border-color: rgb(4,210,4); }
td.TdClassName
{
border-color: #04D204;
}
.TagClassName
{
border-color: #04D204;
}
</style>