Shades of Free Speech Green #07D008
Tints of Free Speech Green #07D008
RGB
CMYK
RGB Variations
Color information
#07D008 (or 0x07D008) is known color: Free Speech Green. HEX triplet: 07, D0 and 08. RGB value is (7,208,8). Sum of RGB (Red+Green+Blue) = 7+208+8=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 208 (81.64% from 255 or 93.27% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 208 - color contains mainly: green. Hex color #07D008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D008 is #F82FF7. Grayscale: #7D7D7D. Windows color (decimal): -16265208 or 577543. OLE color: 577543.
HSL color Cylindrical-coordinate representation of color #07D008: hue angle of 120.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D008 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 8 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.18 |
| HSL | 120.3º | 0.93% | 0.42% | - |
| HSV(B) | 120.3º | 0.97% | 0.82% | - |
| XYZ | 22.69 | 45.17 | 7.75 | - |
| YUV | 125.1 | 61.91 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 8 | 0.97 | 0 | 0.96 | 0.18 | 120.3 | 0.93 | 0.42 |
| Hex | 7 | D0 | 8 | 61 | 0 | 60 | 12 | 78 | 5D | 2A |
| Octal | 7 | 320 | 10 | 141 | 0 | 140 | 22 | 170 | 135 | 52 |
| Binary | 111 | 11010000 | 1000 | 1100001 | 0 | 1100000 | 10010 | 1111000 | 1011101 | 101010 |
Color Harmonies of #07D008
Complementary color
Monochromatic Colors of #07D008
Black with #07D008
Text Example
Text Example
White with #07D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D008; }
p { color: rgb(7,208,8); }
H1.HeaderClassName
{
color: #07D008;
}
.AnyTagClassName
{
color: #07D008;
}
</style>
background-color css
<style>
a { background-color: #07D008; }
a { background-color: rgb(7,208,8); }
div.DivClassName
{
background-color: #07D008;
}
.BgClassName
{
background-color: #07D008;
}
</style>
border-color css
<style>
span { border-color: #07D008; }
span { border-color: rgb(7,208,8); }
td.TdClassName
{
border-color: #07D008;
}
.TagClassName
{
border-color: #07D008;
}
</style>