Shades of Free Speech Green #04D714
Tints of Free Speech Green #04D714
RGB
CMYK
RGB Variations
Color information
#04D714 (or 0x04D714) is known color: Free Speech Green. HEX triplet: 04, D7 and 14. RGB value is (4,215,20). Sum of RGB (Red+Green+Blue) = 4+215+20=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 215 (84.38% from 255 or 89.96% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 215 - color contains mainly: green. Hex color #04D714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D714 is #FB28EB. Grayscale: #828282. Windows color (decimal): -16460012 or 1365764. OLE color: 1365764.
HSL color Cylindrical-coordinate representation of color #04D714: hue angle of 124.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D714 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 215 | 20 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.16 |
| HSL | 124.55º | 0.96% | 0.43% | - |
| HSV(B) | 124.55º | 0.98% | 0.84% | - |
| XYZ | 24.48 | 48.68 | 8.77 | - |
| YUV | 129.68 | 66.1 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 215 | 20 | 0.98 | 0 | 0.91 | 0.16 | 124.55 | 0.96 | 0.43 |
| Hex | 4 | D7 | 14 | 62 | 0 | 5B | 10 | 7D | 60 | 2B |
| Octal | 4 | 327 | 24 | 142 | 0 | 133 | 20 | 175 | 140 | 53 |
| Binary | 100 | 11010111 | 10100 | 1100010 | 0 | 1011011 | 10000 | 1111101 | 1100000 | 101011 |
Color Harmonies of #04D714
Complementary color
Monochromatic Colors of #04D714
Black with #04D714
Text Example
Text Example
White with #04D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D714; }
p { color: rgb(4,215,20); }
H1.HeaderClassName
{
color: #04D714;
}
.AnyTagClassName
{
color: #04D714;
}
</style>
background-color css
<style>
a { background-color: #04D714; }
a { background-color: rgb(4,215,20); }
div.DivClassName
{
background-color: #04D714;
}
.BgClassName
{
background-color: #04D714;
}
</style>
border-color css
<style>
span { border-color: #04D714; }
span { border-color: rgb(4,215,20); }
td.TdClassName
{
border-color: #04D714;
}
.TagClassName
{
border-color: #04D714;
}
</style>