Shades of Free Speech Green #07DC04
Tints of Free Speech Green #07DC04
RGB
CMYK
RGB Variations
Color information
#07DC04 (or 0x07DC04) is known color: Free Speech Green. HEX triplet: 07, DC and 04. RGB value is (7,220,4). Sum of RGB (Red+Green+Blue) = 7+220+4=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 220 (86.33% from 255 or 95.24% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DC04 is #F823FB. Grayscale: #848484. Windows color (decimal): -16262140 or 318471. OLE color: 318471.
HSL color Cylindrical-coordinate representation of color #07DC04: hue angle of 119.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07DC04 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 4 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.14 |
| HSL | 119.17º | 0.96% | 0.44% | - |
| HSV(B) | 119.17º | 0.98% | 0.86% | - |
| XYZ | 25.7 | 51.24 | 8.65 | - |
| YUV | 131.69 | 55.93 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 4 | 0.97 | 0 | 0.98 | 0.14 | 119.17 | 0.96 | 0.44 |
| Hex | 7 | DC | 4 | 61 | 0 | 62 | E | 77 | 60 | 2C |
| Octal | 7 | 334 | 4 | 141 | 0 | 142 | 16 | 167 | 140 | 54 |
| Binary | 111 | 11011100 | 100 | 1100001 | 0 | 1100010 | 1110 | 1110111 | 1100000 | 101100 |
Color Harmonies of #07DC04
Complementary color
Monochromatic Colors of #07DC04
Black with #07DC04
Text Example
Text Example
White with #07DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC04; }
p { color: rgb(7,220,4); }
H1.HeaderClassName
{
color: #07DC04;
}
.AnyTagClassName
{
color: #07DC04;
}
</style>
background-color css
<style>
a { background-color: #07DC04; }
a { background-color: rgb(7,220,4); }
div.DivClassName
{
background-color: #07DC04;
}
.BgClassName
{
background-color: #07DC04;
}
</style>
border-color css
<style>
span { border-color: #07DC04; }
span { border-color: rgb(7,220,4); }
td.TdClassName
{
border-color: #07DC04;
}
.TagClassName
{
border-color: #07DC04;
}
</style>