Shades of Free Speech Green #04F62D
Tints of Free Speech Green #04F62D
RGB
CMYK
RGB Variations
Color information
#04F62D (or 0x04F62D) is known color: Free Speech Green. HEX triplet: 04, F6 and 2D. RGB value is (4,246,45). Sum of RGB (Red+Green+Blue) = 4+246+45=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 246 (96.48% from 255 or 83.39% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 246 - color contains mainly: green. Hex color #04F62D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F62D is #FB09D2. Grayscale: #979797. Windows color (decimal): -16452051 or 3012100. OLE color: 3012100.
HSL color Cylindrical-coordinate representation of color #04F62D: hue angle of 130.17º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F62D is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 246 | 45 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.04 |
| HSL | 130.17º | 0.97% | 0.49% | - |
| HSV(B) | 130.17º | 0.98% | 0.96% | - |
| XYZ | 33.48 | 66.13 | 13.48 | - |
| YUV | 150.73 | 68.33 | 23.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 246 | 45 | 0.98 | 0 | 0.82 | 0.04 | 130.17 | 0.97 | 0.49 |
| Hex | 4 | F6 | 2D | 62 | 0 | 52 | 4 | 82 | 61 | 31 |
| Octal | 4 | 366 | 55 | 142 | 0 | 122 | 4 | 202 | 141 | 61 |
| Binary | 100 | 11110110 | 101101 | 1100010 | 0 | 1010010 | 100 | 10000010 | 1100001 | 110001 |
Color Harmonies of #04F62D
Complementary color
Monochromatic Colors of #04F62D
Black with #04F62D
Text Example
Text Example
White with #04F62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F62D; }
p { color: rgb(4,246,45); }
H1.HeaderClassName
{
color: #04F62D;
}
.AnyTagClassName
{
color: #04F62D;
}
</style>
background-color css
<style>
a { background-color: #04F62D; }
a { background-color: rgb(4,246,45); }
div.DivClassName
{
background-color: #04F62D;
}
.BgClassName
{
background-color: #04F62D;
}
</style>
border-color css
<style>
span { border-color: #04F62D; }
span { border-color: rgb(4,246,45); }
td.TdClassName
{
border-color: #04F62D;
}
.TagClassName
{
border-color: #04F62D;
}
</style>