Shades of Free Speech Green #04D413
Tints of Free Speech Green #04D413
RGB
CMYK
RGB Variations
Color information
#04D413 (or 0x04D413) is known color: Free Speech Green. HEX triplet: 04, D4 and 13. RGB value is (4,212,19). Sum of RGB (Red+Green+Blue) = 4+212+19=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 212 (83.20% from 255 or 90.21% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 212 - color contains mainly: green. Hex color #04D413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D413 is #FB2BEC. Grayscale: #808080. Windows color (decimal): -16460781 or 1299460. OLE color: 1299460.
HSL color Cylindrical-coordinate representation of color #04D413: hue angle of 124.33º 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 #04D413 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 212 | 19 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.17 |
| HSL | 124.33º | 0.96% | 0.42% | - |
| HSV(B) | 124.33º | 0.98% | 0.83% | - |
| XYZ | 23.71 | 47.16 | 8.47 | - |
| YUV | 127.81 | 66.59 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 212 | 19 | 0.98 | 0 | 0.91 | 0.17 | 124.33 | 0.96 | 0.42 |
| Hex | 4 | D4 | 13 | 62 | 0 | 5B | 11 | 7C | 60 | 2A |
| Octal | 4 | 324 | 23 | 142 | 0 | 133 | 21 | 174 | 140 | 52 |
| Binary | 100 | 11010100 | 10011 | 1100010 | 0 | 1011011 | 10001 | 1111100 | 1100000 | 101010 |
Color Harmonies of #04D413
Complementary color
Monochromatic Colors of #04D413
Black with #04D413
Text Example
Text Example
White with #04D413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D413; }
p { color: rgb(4,212,19); }
H1.HeaderClassName
{
color: #04D413;
}
.AnyTagClassName
{
color: #04D413;
}
</style>
background-color css
<style>
a { background-color: #04D413; }
a { background-color: rgb(4,212,19); }
div.DivClassName
{
background-color: #04D413;
}
.BgClassName
{
background-color: #04D413;
}
</style>
border-color css
<style>
span { border-color: #04D413; }
span { border-color: rgb(4,212,19); }
td.TdClassName
{
border-color: #04D413;
}
.TagClassName
{
border-color: #04D413;
}
</style>