Shades of Free Speech Green #04D90D
Tints of Free Speech Green #04D90D
RGB
CMYK
RGB Variations
Color information
#04D90D (or 0x04D90D) is known color: Free Speech Green. HEX triplet: 04, D9 and 0D. RGB value is (4,217,13). Sum of RGB (Red+Green+Blue) = 4+217+13=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 217 (85.16% from 255 or 92.74% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 217 - color contains mainly: green. Hex color #04D90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D90D is #FB26F2. Grayscale: #828282. Windows color (decimal): -16459507 or 907524. OLE color: 907524.
HSL color Cylindrical-coordinate representation of color #04D90D: hue angle of 122.54º 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 #04D90D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.15 |
| HSL | 122.54º | 0.96% | 0.43% | - |
| HSV(B) | 122.54º | 0.98% | 0.85% | - |
| XYZ | 24.94 | 49.68 | 8.66 | - |
| YUV | 130.06 | 61.93 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 13 | 0.98 | 0 | 0.94 | 0.15 | 122.54 | 0.96 | 0.43 |
| Hex | 4 | D9 | D | 62 | 0 | 5E | F | 7B | 60 | 2B |
| Octal | 4 | 331 | 15 | 142 | 0 | 136 | 17 | 173 | 140 | 53 |
| Binary | 100 | 11011001 | 1101 | 1100010 | 0 | 1011110 | 1111 | 1111011 | 1100000 | 101011 |
Color Harmonies of #04D90D
Complementary color
Monochromatic Colors of #04D90D
Black with #04D90D
Text Example
Text Example
White with #04D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D90D; }
p { color: rgb(4,217,13); }
H1.HeaderClassName
{
color: #04D90D;
}
.AnyTagClassName
{
color: #04D90D;
}
</style>
background-color css
<style>
a { background-color: #04D90D; }
a { background-color: rgb(4,217,13); }
div.DivClassName
{
background-color: #04D90D;
}
.BgClassName
{
background-color: #04D90D;
}
</style>
border-color css
<style>
span { border-color: #04D90D; }
span { border-color: rgb(4,217,13); }
td.TdClassName
{
border-color: #04D90D;
}
.TagClassName
{
border-color: #04D90D;
}
</style>