Shades of Free Speech Green #04DF26
Tints of Free Speech Green #04DF26
RGB
CMYK
RGB Variations
Color information
#04DF26 (or 0x04DF26) is known color: Free Speech Green. HEX triplet: 04, DF and 26. RGB value is (4,223,38). Sum of RGB (Red+Green+Blue) = 4+223+38=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 223 (87.5% from 255 or 84.15% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF26 is #FB20D9. Grayscale: #888888. Windows color (decimal): -16457946 or 2547460. OLE color: 2547460.
HSL color Cylindrical-coordinate representation of color #04DF26: hue angle of 129.32º 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 #04DF26 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 38 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.13 |
| HSL | 129.32º | 0.96% | 0.45% | - |
| HSV(B) | 129.32º | 0.98% | 0.87% | - |
| XYZ | 26.79 | 52.94 | 10.64 | - |
| YUV | 136.43 | 72.45 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 38 | 0.98 | 0 | 0.83 | 0.13 | 129.32 | 0.96 | 0.45 |
| Hex | 4 | DF | 26 | 62 | 0 | 53 | D | 81 | 60 | 2D |
| Octal | 4 | 337 | 46 | 142 | 0 | 123 | 15 | 201 | 140 | 55 |
| Binary | 100 | 11011111 | 100110 | 1100010 | 0 | 1010011 | 1101 | 10000001 | 1100000 | 101101 |
Color Harmonies of #04DF26
Complementary color
Monochromatic Colors of #04DF26
Black with #04DF26
Text Example
Text Example
White with #04DF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF26; }
p { color: rgb(4,223,38); }
H1.HeaderClassName
{
color: #04DF26;
}
.AnyTagClassName
{
color: #04DF26;
}
</style>
background-color css
<style>
a { background-color: #04DF26; }
a { background-color: rgb(4,223,38); }
div.DivClassName
{
background-color: #04DF26;
}
.BgClassName
{
background-color: #04DF26;
}
</style>
border-color css
<style>
span { border-color: #04DF26; }
span { border-color: rgb(4,223,38); }
td.TdClassName
{
border-color: #04DF26;
}
.TagClassName
{
border-color: #04DF26;
}
</style>