Shades of Free Speech Green #04D908
Tints of Free Speech Green #04D908
RGB
CMYK
RGB Variations
Color information
#04D908 (or 0x04D908) is known color: Free Speech Green. HEX triplet: 04, D9 and 08. RGB value is (4,217,8). Sum of RGB (Red+Green+Blue) = 4+217+8=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 217 (85.16% from 255 or 94.76% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 217 - color contains mainly: green. Hex color #04D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D908 is #FB26F7. Grayscale: #828282. Windows color (decimal): -16459512 or 579844. OLE color: 579844.
HSL color Cylindrical-coordinate representation of color #04D908: hue angle of 121.13º 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 #04D908 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 8 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.15 |
| HSL | 121.13º | 0.96% | 0.43% | - |
| HSV(B) | 121.13º | 0.98% | 0.85% | - |
| XYZ | 24.91 | 49.67 | 8.5 | - |
| YUV | 129.49 | 59.43 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 8 | 0.98 | 0 | 0.96 | 0.15 | 121.13 | 0.96 | 0.43 |
| Hex | 4 | D9 | 8 | 62 | 0 | 60 | F | 79 | 60 | 2B |
| Octal | 4 | 331 | 10 | 142 | 0 | 140 | 17 | 171 | 140 | 53 |
| Binary | 100 | 11011001 | 1000 | 1100010 | 0 | 1100000 | 1111 | 1111001 | 1100000 | 101011 |
Color Harmonies of #04D908
Complementary color
Monochromatic Colors of #04D908
Black with #04D908
Text Example
Text Example
White with #04D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D908; }
p { color: rgb(4,217,8); }
H1.HeaderClassName
{
color: #04D908;
}
.AnyTagClassName
{
color: #04D908;
}
</style>
background-color css
<style>
a { background-color: #04D908; }
a { background-color: rgb(4,217,8); }
div.DivClassName
{
background-color: #04D908;
}
.BgClassName
{
background-color: #04D908;
}
</style>
border-color css
<style>
span { border-color: #04D908; }
span { border-color: rgb(4,217,8); }
td.TdClassName
{
border-color: #04D908;
}
.TagClassName
{
border-color: #04D908;
}
</style>