Shades of Free Speech Green #04DF06
Tints of Free Speech Green #04DF06
RGB
CMYK
RGB Variations
Color information
#04DF06 (or 0x04DF06) is known color: Free Speech Green. HEX triplet: 04, DF and 06. RGB value is (4,223,6). Sum of RGB (Red+Green+Blue) = 4+223+6=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 223 (87.5% from 255 or 95.71% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DF06 is #FB20F9. Grayscale: #858585. Windows color (decimal): -16457978 or 450308. OLE color: 450308.
HSL color Cylindrical-coordinate representation of color #04DF06: hue angle of 120.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DF06 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 6 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.13 |
| HSL | 120.55º | 0.96% | 0.45% | - |
| HSV(B) | 120.55º | 0.98% | 0.87% | - |
| XYZ | 26.47 | 52.81 | 8.97 | - |
| YUV | 132.78 | 56.45 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 6 | 0.98 | 0 | 0.97 | 0.13 | 120.55 | 0.96 | 0.45 |
| Hex | 4 | DF | 6 | 62 | 0 | 61 | D | 79 | 60 | 2D |
| Octal | 4 | 337 | 6 | 142 | 0 | 141 | 15 | 171 | 140 | 55 |
| Binary | 100 | 11011111 | 110 | 1100010 | 0 | 1100001 | 1101 | 1111001 | 1100000 | 101101 |
Color Harmonies of #04DF06
Complementary color
Monochromatic Colors of #04DF06
Black with #04DF06
Text Example
Text Example
White with #04DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF06; }
p { color: rgb(4,223,6); }
H1.HeaderClassName
{
color: #04DF06;
}
.AnyTagClassName
{
color: #04DF06;
}
</style>
background-color css
<style>
a { background-color: #04DF06; }
a { background-color: rgb(4,223,6); }
div.DivClassName
{
background-color: #04DF06;
}
.BgClassName
{
background-color: #04DF06;
}
</style>
border-color css
<style>
span { border-color: #04DF06; }
span { border-color: rgb(4,223,6); }
td.TdClassName
{
border-color: #04DF06;
}
.TagClassName
{
border-color: #04DF06;
}
</style>