Shades of Free Speech Green #04D912
Tints of Free Speech Green #04D912
RGB
CMYK
RGB Variations
Color information
#04D912 (or 0x04D912) is known color: Free Speech Green. HEX triplet: 04, D9 and 12. RGB value is (4,217,18). Sum of RGB (Red+Green+Blue) = 4+217+18=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 217 (85.16% from 255 or 90.79% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 217 - color contains mainly: green. Hex color #04D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D912 is #FB26ED. Grayscale: #838383. Windows color (decimal): -16459502 or 1235204. OLE color: 1235204.
HSL color Cylindrical-coordinate representation of color #04D912: hue angle of 123.94º 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 #04D912 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 18 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.15 |
| HSL | 123.94º | 0.96% | 0.43% | - |
| HSV(B) | 123.94º | 0.98% | 0.85% | - |
| XYZ | 24.97 | 49.7 | 8.85 | - |
| YUV | 130.63 | 64.43 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 18 | 0.98 | 0 | 0.92 | 0.15 | 123.94 | 0.96 | 0.43 |
| Hex | 4 | D9 | 12 | 62 | 0 | 5C | F | 7C | 60 | 2B |
| Octal | 4 | 331 | 22 | 142 | 0 | 134 | 17 | 174 | 140 | 53 |
| Binary | 100 | 11011001 | 10010 | 1100010 | 0 | 1011100 | 1111 | 1111100 | 1100000 | 101011 |
Color Harmonies of #04D912
Complementary color
Monochromatic Colors of #04D912
Black with #04D912
Text Example
Text Example
White with #04D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D912; }
p { color: rgb(4,217,18); }
H1.HeaderClassName
{
color: #04D912;
}
.AnyTagClassName
{
color: #04D912;
}
</style>
background-color css
<style>
a { background-color: #04D912; }
a { background-color: rgb(4,217,18); }
div.DivClassName
{
background-color: #04D912;
}
.BgClassName
{
background-color: #04D912;
}
</style>
border-color css
<style>
span { border-color: #04D912; }
span { border-color: rgb(4,217,18); }
td.TdClassName
{
border-color: #04D912;
}
.TagClassName
{
border-color: #04D912;
}
</style>