Shades of Free Speech Green #04DE17
Tints of Free Speech Green #04DE17
RGB
CMYK
RGB Variations
Color information
#04DE17 (or 0x04DE17) is known color: Free Speech Green. HEX triplet: 04, DE and 17. RGB value is (4,222,23). Sum of RGB (Red+Green+Blue) = 4+222+23=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 222 (87.11% from 255 or 89.16% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 222 - color contains mainly: green. Hex color #04DE17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DE17 is #FB21E8. Grayscale: #868686. Windows color (decimal): -16458217 or 1564164. OLE color: 1564164.
HSL color Cylindrical-coordinate representation of color #04DE17: hue angle of 125.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DE17 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 222 | 23 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.13 |
| HSL | 125.23º | 0.96% | 0.44% | - |
| HSV(B) | 125.23º | 0.98% | 0.87% | - |
| XYZ | 26.33 | 52.33 | 9.52 | - |
| YUV | 134.13 | 65.28 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 23 | 0.98 | 0 | 0.90 | 0.13 | 125.23 | 0.96 | 0.44 |
| Hex | 4 | DE | 17 | 62 | 0 | 5A | D | 7D | 60 | 2C |
| Octal | 4 | 336 | 27 | 142 | 0 | 132 | 15 | 175 | 140 | 54 |
| Binary | 100 | 11011110 | 10111 | 1100010 | 0 | 1011010 | 1101 | 1111101 | 1100000 | 101100 |
Color Harmonies of #04DE17
Complementary color
Monochromatic Colors of #04DE17
Black with #04DE17
Text Example
Text Example
White with #04DE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DE17; }
p { color: rgb(4,222,23); }
H1.HeaderClassName
{
color: #04DE17;
}
.AnyTagClassName
{
color: #04DE17;
}
</style>
background-color css
<style>
a { background-color: #04DE17; }
a { background-color: rgb(4,222,23); }
div.DivClassName
{
background-color: #04DE17;
}
.BgClassName
{
background-color: #04DE17;
}
</style>
border-color css
<style>
span { border-color: #04DE17; }
span { border-color: rgb(4,222,23); }
td.TdClassName
{
border-color: #04DE17;
}
.TagClassName
{
border-color: #04DE17;
}
</style>