Shades of Free Speech Green #04DB0D
Tints of Free Speech Green #04DB0D
RGB
CMYK
RGB Variations
Color information
#04DB0D (or 0x04DB0D) is known color: Free Speech Green. HEX triplet: 04, DB and 0D. RGB value is (4,219,13). Sum of RGB (Red+Green+Blue) = 4+219+13=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 219 (85.94% from 255 or 92.80% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DB0D is #FB24F2. Grayscale: #838383. Windows color (decimal): -16458995 or 908036. OLE color: 908036.
HSL color Cylindrical-coordinate representation of color #04DB0D: hue angle of 122.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DB0D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.14 |
| HSL | 122.51º | 0.96% | 0.44% | - |
| HSV(B) | 122.51º | 0.98% | 0.86% | - |
| XYZ | 25.45 | 50.72 | 8.83 | - |
| YUV | 131.23 | 61.27 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 13 | 0.98 | 0 | 0.94 | 0.14 | 122.51 | 0.96 | 0.44 |
| Hex | 4 | DB | D | 62 | 0 | 5E | E | 7B | 60 | 2C |
| Octal | 4 | 333 | 15 | 142 | 0 | 136 | 16 | 173 | 140 | 54 |
| Binary | 100 | 11011011 | 1101 | 1100010 | 0 | 1011110 | 1110 | 1111011 | 1100000 | 101100 |
Color Harmonies of #04DB0D
Complementary color
Monochromatic Colors of #04DB0D
Black with #04DB0D
Text Example
Text Example
White with #04DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DB0D; }
p { color: rgb(4,219,13); }
H1.HeaderClassName
{
color: #04DB0D;
}
.AnyTagClassName
{
color: #04DB0D;
}
</style>
background-color css
<style>
a { background-color: #04DB0D; }
a { background-color: rgb(4,219,13); }
div.DivClassName
{
background-color: #04DB0D;
}
.BgClassName
{
background-color: #04DB0D;
}
</style>
border-color css
<style>
span { border-color: #04DB0D; }
span { border-color: rgb(4,219,13); }
td.TdClassName
{
border-color: #04DB0D;
}
.TagClassName
{
border-color: #04DB0D;
}
</style>