Shades of Free Speech Green #04D100
Tints of Free Speech Green #04D100
RGB
CMYK
RGB Variations
Color information
#04D100 (or 0x04D100) is known color: Free Speech Green. HEX triplet: 04, D1 and 00. RGB value is (4,209,0). Sum of RGB (Red+Green+Blue) = 4+209+0=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 209 (82.03% from 255 or 98.12% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 209 - color contains mainly: green. Hex color #04D100 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D100 is #FB2EFF. Grayscale: #7C7C7C. Windows color (decimal): -16461568 or 53508. OLE color: 53508.
HSL color Cylindrical-coordinate representation of color #04D100: hue angle of 118.85º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04D100 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 209 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.18 |
| HSL | 118.85º | 1% | 0.41% | - |
| HSV(B) | 118.85º | 1% | 0.82% | - |
| XYZ | 22.85 | 45.63 | 7.6 | - |
| YUV | 123.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 0 | 0.98 | 0 | 1 | 0.18 | 118.85 | 1 | 0.41 |
| Hex | 4 | D1 | 0 | 62 | 0 | 64 | 12 | 77 | 64 | 29 |
| Octal | 4 | 321 | 0 | 142 | 0 | 144 | 22 | 167 | 144 | 51 |
| Binary | 100 | 11010001 | 0 | 1100010 | 0 | 1100100 | 10010 | 1110111 | 1100100 | 101001 |
Color Harmonies of #04D100
Complementary color
Monochromatic Colors of #04D100
Black with #04D100
Text Example
Text Example
White with #04D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D100; }
p { color: rgb(4,209,0); }
H1.HeaderClassName
{
color: #04D100;
}
.AnyTagClassName
{
color: #04D100;
}
</style>
background-color css
<style>
a { background-color: #04D100; }
a { background-color: rgb(4,209,0); }
div.DivClassName
{
background-color: #04D100;
}
.BgClassName
{
background-color: #04D100;
}
</style>
border-color css
<style>
span { border-color: #04D100; }
span { border-color: rgb(4,209,0); }
td.TdClassName
{
border-color: #04D100;
}
.TagClassName
{
border-color: #04D100;
}
</style>