Shades of Free Speech Green #04D913
Tints of Free Speech Green #04D913
RGB
CMYK
RGB Variations
Color information
#04D913 (or 0x04D913) is known color: Free Speech Green. HEX triplet: 04, D9 and 13. RGB value is (4,217,19). Sum of RGB (Red+Green+Blue) = 4+217+19=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 217 (85.16% from 255 or 90.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 217 - color contains mainly: green. Hex color #04D913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D913 is #FB26EC. Grayscale: #838383. Windows color (decimal): -16459501 or 1300740. OLE color: 1300740.
HSL color Cylindrical-coordinate representation of color #04D913: hue angle of 124.23º 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 #04D913 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 19 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.15 |
| HSL | 124.23º | 0.96% | 0.43% | - |
| HSV(B) | 124.23º | 0.98% | 0.85% | - |
| XYZ | 24.98 | 49.7 | 8.89 | - |
| YUV | 130.74 | 64.93 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 19 | 0.98 | 0 | 0.91 | 0.15 | 124.23 | 0.96 | 0.43 |
| Hex | 4 | D9 | 13 | 62 | 0 | 5B | F | 7C | 60 | 2B |
| Octal | 4 | 331 | 23 | 142 | 0 | 133 | 17 | 174 | 140 | 53 |
| Binary | 100 | 11011001 | 10011 | 1100010 | 0 | 1011011 | 1111 | 1111100 | 1100000 | 101011 |
Color Harmonies of #04D913
Complementary color
Monochromatic Colors of #04D913
Black with #04D913
Text Example
Text Example
White with #04D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D913; }
p { color: rgb(4,217,19); }
H1.HeaderClassName
{
color: #04D913;
}
.AnyTagClassName
{
color: #04D913;
}
</style>
background-color css
<style>
a { background-color: #04D913; }
a { background-color: rgb(4,217,19); }
div.DivClassName
{
background-color: #04D913;
}
.BgClassName
{
background-color: #04D913;
}
</style>
border-color css
<style>
span { border-color: #04D913; }
span { border-color: rgb(4,217,19); }
td.TdClassName
{
border-color: #04D913;
}
.TagClassName
{
border-color: #04D913;
}
</style>