Shades of Free Speech Green #00D704
Tints of Free Speech Green #00D704
RGB
CMYK
RGB Variations
Color information
#00D704 (or 0x00D704) is known color: Free Speech Green. HEX triplet: 00, D7 and 04. RGB value is (0,215,4). Sum of RGB (Red+Green+Blue) = 0+215+4=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 215 (84.38% from 255 or 98.17% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 215 - color contains mainly: green. Hex color #00D704 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D704 is #FF28FB. Grayscale: #7F7F7F. Windows color (decimal): -16722172 or 317184. OLE color: 317184.
HSL color Cylindrical-coordinate representation of color #00D704: hue angle of 121.12º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D704 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 4 | - |
| CMYK | 1 | 0 | 0.98 | 0.16 |
| HSL | 121.12º | 1% | 0.42% | - |
| HSV(B) | 121.12º | 1% | 0.84% | - |
| XYZ | 24.32 | 48.61 | 8.22 | - |
| YUV | 126.66 | 58.77 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 4 | 1 | 0 | 0.98 | 0.16 | 121.12 | 1 | 0.42 |
| Hex | 0 | D7 | 4 | 64 | 0 | 62 | 10 | 79 | 64 | 2A |
| Octal | 0 | 327 | 4 | 144 | 0 | 142 | 20 | 171 | 144 | 52 |
| Binary | 0 | 11010111 | 100 | 1100100 | 0 | 1100010 | 10000 | 1111001 | 1100100 | 101010 |
Color Harmonies of #00D704
Complementary color
Monochromatic Colors of #00D704
Black with #00D704
Text Example
Text Example
White with #00D704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D704; }
p { color: rgb(0,215,4); }
H1.HeaderClassName
{
color: #00D704;
}
.AnyTagClassName
{
color: #00D704;
}
</style>
background-color css
<style>
a { background-color: #00D704; }
a { background-color: rgb(0,215,4); }
div.DivClassName
{
background-color: #00D704;
}
.BgClassName
{
background-color: #00D704;
}
</style>
border-color css
<style>
span { border-color: #00D704; }
span { border-color: rgb(0,215,4); }
td.TdClassName
{
border-color: #00D704;
}
.TagClassName
{
border-color: #00D704;
}
</style>