Shades of Free Speech Green #04DD16
Tints of Free Speech Green #04DD16
RGB
CMYK
RGB Variations
Color information
#04DD16 (or 0x04DD16) is known color: Free Speech Green. HEX triplet: 04, DD and 16. RGB value is (4,221,22). Sum of RGB (Red+Green+Blue) = 4+221+22=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 221 (86.72% from 255 or 89.47% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DD16 is #FB22E9. Grayscale: #868686. Windows color (decimal): -16458474 or 1498372. OLE color: 1498372.
HSL color Cylindrical-coordinate representation of color #04DD16: hue angle of 124.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD16 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 22 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.13 |
| HSL | 124.98º | 0.96% | 0.44% | - |
| HSV(B) | 124.98º | 0.98% | 0.87% | - |
| XYZ | 26.05 | 51.8 | 9.38 | - |
| YUV | 133.43 | 65.11 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 22 | 0.98 | 0 | 0.90 | 0.13 | 124.98 | 0.96 | 0.44 |
| Hex | 4 | DD | 16 | 62 | 0 | 5A | D | 7D | 60 | 2C |
| Octal | 4 | 335 | 26 | 142 | 0 | 132 | 15 | 175 | 140 | 54 |
| Binary | 100 | 11011101 | 10110 | 1100010 | 0 | 1011010 | 1101 | 1111101 | 1100000 | 101100 |
Color Harmonies of #04DD16
Complementary color
Monochromatic Colors of #04DD16
Black with #04DD16
Text Example
Text Example
White with #04DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD16; }
p { color: rgb(4,221,22); }
H1.HeaderClassName
{
color: #04DD16;
}
.AnyTagClassName
{
color: #04DD16;
}
</style>
background-color css
<style>
a { background-color: #04DD16; }
a { background-color: rgb(4,221,22); }
div.DivClassName
{
background-color: #04DD16;
}
.BgClassName
{
background-color: #04DD16;
}
</style>
border-color css
<style>
span { border-color: #04DD16; }
span { border-color: rgb(4,221,22); }
td.TdClassName
{
border-color: #04DD16;
}
.TagClassName
{
border-color: #04DD16;
}
</style>