Shades of Free Speech Green #04D820
Tints of Free Speech Green #04D820
RGB
CMYK
RGB Variations
Color information
#04D820 (or 0x04D820) is known color: Free Speech Green. HEX triplet: 04, D8 and 20. RGB value is (4,216,32). Sum of RGB (Red+Green+Blue) = 4+216+32=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 216 (84.77% from 255 or 85.71% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 216 - color contains mainly: green. Hex color #04D820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D820 is #FB27DF. Grayscale: #848484. Windows color (decimal): -16459744 or 2152452. OLE color: 2152452.
HSL color Cylindrical-coordinate representation of color #04D820: hue angle of 127.92º 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 #04D820 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 216 | 32 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.15 |
| HSL | 127.92º | 0.96% | 0.43% | - |
| HSV(B) | 127.92º | 0.98% | 0.85% | - |
| XYZ | 24.87 | 49.24 | 9.56 | - |
| YUV | 131.64 | 71.76 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 32 | 0.98 | 0 | 0.85 | 0.15 | 127.92 | 0.96 | 0.43 |
| Hex | 4 | D8 | 20 | 62 | 0 | 55 | F | 80 | 60 | 2B |
| Octal | 4 | 330 | 40 | 142 | 0 | 125 | 17 | 200 | 140 | 53 |
| Binary | 100 | 11011000 | 100000 | 1100010 | 0 | 1010101 | 1111 | 10000000 | 1100000 | 101011 |
Color Harmonies of #04D820
Complementary color
Monochromatic Colors of #04D820
Black with #04D820
Text Example
Text Example
White with #04D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D820; }
p { color: rgb(4,216,32); }
H1.HeaderClassName
{
color: #04D820;
}
.AnyTagClassName
{
color: #04D820;
}
</style>
background-color css
<style>
a { background-color: #04D820; }
a { background-color: rgb(4,216,32); }
div.DivClassName
{
background-color: #04D820;
}
.BgClassName
{
background-color: #04D820;
}
</style>
border-color css
<style>
span { border-color: #04D820; }
span { border-color: rgb(4,216,32); }
td.TdClassName
{
border-color: #04D820;
}
.TagClassName
{
border-color: #04D820;
}
</style>