Shades of Free Speech Green #04D914
Tints of Free Speech Green #04D914
RGB
CMYK
RGB Variations
Color information
#04D914 (or 0x04D914) is known color: Free Speech Green. HEX triplet: 04, D9 and 14. RGB value is (4,217,20). Sum of RGB (Red+Green+Blue) = 4+217+20=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 217 (85.16% from 255 or 90.04% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 217 - color contains mainly: green. Hex color #04D914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D914 is #FB26EB. Grayscale: #838383. Windows color (decimal): -16459500 or 1366276. OLE color: 1366276.
HSL color Cylindrical-coordinate representation of color #04D914: hue angle of 124.51º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D914 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 20 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.15 |
| HSL | 124.51º | 0.96% | 0.43% | - |
| HSV(B) | 124.51º | 0.98% | 0.85% | - |
| XYZ | 24.99 | 49.7 | 8.94 | - |
| YUV | 130.86 | 65.43 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 20 | 0.98 | 0 | 0.91 | 0.15 | 124.51 | 0.96 | 0.43 |
| Hex | 4 | D9 | 14 | 62 | 0 | 5B | F | 7D | 60 | 2B |
| Octal | 4 | 331 | 24 | 142 | 0 | 133 | 17 | 175 | 140 | 53 |
| Binary | 100 | 11011001 | 10100 | 1100010 | 0 | 1011011 | 1111 | 1111101 | 1100000 | 101011 |
Color Harmonies of #04D914
Complementary color
Monochromatic Colors of #04D914
Black with #04D914
Text Example
Text Example
White with #04D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D914; }
p { color: rgb(4,217,20); }
H1.HeaderClassName
{
color: #04D914;
}
.AnyTagClassName
{
color: #04D914;
}
</style>
background-color css
<style>
a { background-color: #04D914; }
a { background-color: rgb(4,217,20); }
div.DivClassName
{
background-color: #04D914;
}
.BgClassName
{
background-color: #04D914;
}
</style>
border-color css
<style>
span { border-color: #04D914; }
span { border-color: rgb(4,217,20); }
td.TdClassName
{
border-color: #04D914;
}
.TagClassName
{
border-color: #04D914;
}
</style>