Shades of Free Speech Green #04D619
Tints of Free Speech Green #04D619
RGB
CMYK
RGB Variations
Color information
#04D619 (or 0x04D619) is known color: Free Speech Green. HEX triplet: 04, D6 and 19. RGB value is (4,214,25). Sum of RGB (Red+Green+Blue) = 4+214+25=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 214 (83.98% from 255 or 88.07% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 214 - color contains mainly: green. Hex color #04D619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D619 is #FB29E6. Grayscale: #828282. Windows color (decimal): -16460263 or 1693188. OLE color: 1693188.
HSL color Cylindrical-coordinate representation of color #04D619: hue angle of 126º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D619 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 214 | 25 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.16 |
| HSL | 126º | 0.96% | 0.43% | - |
| HSV(B) | 126º | 0.98% | 0.84% | - |
| XYZ | 24.27 | 48.19 | 8.94 | - |
| YUV | 129.66 | 68.93 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 25 | 0.98 | 0 | 0.88 | 0.16 | 126 | 0.96 | 0.43 |
| Hex | 4 | D6 | 19 | 62 | 0 | 58 | 10 | 7E | 60 | 2B |
| Octal | 4 | 326 | 31 | 142 | 0 | 130 | 20 | 176 | 140 | 53 |
| Binary | 100 | 11010110 | 11001 | 1100010 | 0 | 1011000 | 10000 | 1111110 | 1100000 | 101011 |
Color Harmonies of #04D619
Complementary color
Monochromatic Colors of #04D619
Black with #04D619
Text Example
Text Example
White with #04D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D619; }
p { color: rgb(4,214,25); }
H1.HeaderClassName
{
color: #04D619;
}
.AnyTagClassName
{
color: #04D619;
}
</style>
background-color css
<style>
a { background-color: #04D619; }
a { background-color: rgb(4,214,25); }
div.DivClassName
{
background-color: #04D619;
}
.BgClassName
{
background-color: #04D619;
}
</style>
border-color css
<style>
span { border-color: #04D619; }
span { border-color: rgb(4,214,25); }
td.TdClassName
{
border-color: #04D619;
}
.TagClassName
{
border-color: #04D619;
}
</style>