Shades of Free Speech Green #04FD32
Tints of Free Speech Green #04FD32
RGB
CMYK
RGB Variations
Color information
#04FD32 (or 0x04FD32) is known color: Free Speech Green. HEX triplet: 04, FD and 32. RGB value is (4,253,50). Sum of RGB (Red+Green+Blue) = 4+253+50=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 253 (99.22% from 255 or 82.41% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FD32 is #FB02CD. Grayscale: #9B9B9B. Windows color (decimal): -16450254 or 3341572. OLE color: 3341572.
HSL color Cylindrical-coordinate representation of color #04FD32: hue angle of 131.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FD32 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 50 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.01 |
| HSL | 131.08º | 0.98% | 0.5% | - |
| HSV(B) | 131.08º | 0.98% | 0.99% | - |
| XYZ | 35.75 | 70.51 | 14.74 | - |
| YUV | 155.41 | 68.51 | 20.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 50 | 0.98 | 0 | 0.80 | 0.01 | 131.08 | 0.98 | 0.5 |
| Hex | 4 | FD | 32 | 62 | 0 | 50 | 1 | 83 | 62 | 32 |
| Octal | 4 | 375 | 62 | 142 | 0 | 120 | 1 | 203 | 142 | 62 |
| Binary | 100 | 11111101 | 110010 | 1100010 | 0 | 1010000 | 1 | 10000011 | 1100010 | 110010 |
Color Harmonies of #04FD32
Complementary color
Monochromatic Colors of #04FD32
Black with #04FD32
Text Example
Text Example
White with #04FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FD32; }
p { color: rgb(4,253,50); }
H1.HeaderClassName
{
color: #04FD32;
}
.AnyTagClassName
{
color: #04FD32;
}
</style>
background-color css
<style>
a { background-color: #04FD32; }
a { background-color: rgb(4,253,50); }
div.DivClassName
{
background-color: #04FD32;
}
.BgClassName
{
background-color: #04FD32;
}
</style>
border-color css
<style>
span { border-color: #04FD32; }
span { border-color: rgb(4,253,50); }
td.TdClassName
{
border-color: #04FD32;
}
.TagClassName
{
border-color: #04FD32;
}
</style>