Shades of Free Speech Green #04DF0E
Tints of Free Speech Green #04DF0E
RGB
CMYK
RGB Variations
Color information
#04DF0E (or 0x04DF0E) is known color: Free Speech Green. HEX triplet: 04, DF and 0E. RGB value is (4,223,14). Sum of RGB (Red+Green+Blue) = 4+223+14=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 223 (87.5% from 255 or 92.53% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DF0E is #FB20F1. Grayscale: #868686. Windows color (decimal): -16457970 or 974596. OLE color: 974596.
HSL color Cylindrical-coordinate representation of color #04DF0E: hue angle of 122.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DF0E is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 14 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.13 |
| HSL | 122.74º | 0.96% | 0.45% | - |
| HSV(B) | 122.74º | 0.98% | 0.87% | - |
| XYZ | 26.52 | 52.83 | 9.22 | - |
| YUV | 133.69 | 60.45 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 14 | 0.98 | 0 | 0.94 | 0.13 | 122.74 | 0.96 | 0.45 |
| Hex | 4 | DF | E | 62 | 0 | 5E | D | 7B | 60 | 2D |
| Octal | 4 | 337 | 16 | 142 | 0 | 136 | 15 | 173 | 140 | 55 |
| Binary | 100 | 11011111 | 1110 | 1100010 | 0 | 1011110 | 1101 | 1111011 | 1100000 | 101101 |
Color Harmonies of #04DF0E
Complementary color
Monochromatic Colors of #04DF0E
Black with #04DF0E
Text Example
Text Example
White with #04DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF0E; }
p { color: rgb(4,223,14); }
H1.HeaderClassName
{
color: #04DF0E;
}
.AnyTagClassName
{
color: #04DF0E;
}
</style>
background-color css
<style>
a { background-color: #04DF0E; }
a { background-color: rgb(4,223,14); }
div.DivClassName
{
background-color: #04DF0E;
}
.BgClassName
{
background-color: #04DF0E;
}
</style>
border-color css
<style>
span { border-color: #04DF0E; }
span { border-color: rgb(4,223,14); }
td.TdClassName
{
border-color: #04DF0E;
}
.TagClassName
{
border-color: #04DF0E;
}
</style>