Shades of Free Speech Green #04DD15
Tints of Free Speech Green #04DD15
RGB
CMYK
RGB Variations
Color information
#04DD15 (or 0x04DD15) is known color: Free Speech Green. HEX triplet: 04, DD and 15. RGB value is (4,221,21). Sum of RGB (Red+Green+Blue) = 4+221+21=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DD15 is #FB22EA. Grayscale: #858585. Windows color (decimal): -16458475 or 1432836. OLE color: 1432836.
HSL color Cylindrical-coordinate representation of color #04DD15: hue angle of 124.7º 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 #04DD15 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 21 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.13 |
| HSL | 124.7º | 0.96% | 0.44% | - |
| HSV(B) | 124.7º | 0.98% | 0.87% | - |
| XYZ | 26.04 | 51.79 | 9.33 | - |
| YUV | 133.32 | 64.61 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 21 | 0.98 | 0 | 0.90 | 0.13 | 124.7 | 0.96 | 0.44 |
| Hex | 4 | DD | 15 | 62 | 0 | 5A | D | 7D | 60 | 2C |
| Octal | 4 | 335 | 25 | 142 | 0 | 132 | 15 | 175 | 140 | 54 |
| Binary | 100 | 11011101 | 10101 | 1100010 | 0 | 1011010 | 1101 | 1111101 | 1100000 | 101100 |
Color Harmonies of #04DD15
Complementary color
Monochromatic Colors of #04DD15
Black with #04DD15
Text Example
Text Example
White with #04DD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD15; }
p { color: rgb(4,221,21); }
H1.HeaderClassName
{
color: #04DD15;
}
.AnyTagClassName
{
color: #04DD15;
}
</style>
background-color css
<style>
a { background-color: #04DD15; }
a { background-color: rgb(4,221,21); }
div.DivClassName
{
background-color: #04DD15;
}
.BgClassName
{
background-color: #04DD15;
}
</style>
border-color css
<style>
span { border-color: #04DD15; }
span { border-color: rgb(4,221,21); }
td.TdClassName
{
border-color: #04DD15;
}
.TagClassName
{
border-color: #04DD15;
}
</style>