Shades of Free Speech Green #00D708
Tints of Free Speech Green #00D708
RGB
CMYK
RGB Variations
Color information
#00D708 (or 0x00D708) is known color: Free Speech Green. HEX triplet: 00, D7 and 08. RGB value is (0,215,8). Sum of RGB (Red+Green+Blue) = 0+215+8=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 215 (84.38% from 255 or 96.41% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 215 - color contains mainly: green. Hex color #00D708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D708 is #FF28F7. Grayscale: #7F7F7F. Windows color (decimal): -16722168 or 579328. OLE color: 579328.
HSL color Cylindrical-coordinate representation of color #00D708: hue angle of 122.23º 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 #00D708 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.16 |
| HSL | 122.23º | 1% | 0.42% | - |
| HSV(B) | 122.23º | 1% | 0.84% | - |
| XYZ | 24.34 | 48.62 | 8.33 | - |
| YUV | 127.12 | 60.77 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 8 | 1 | 0 | 0.96 | 0.16 | 122.23 | 1 | 0.42 |
| Hex | 0 | D7 | 8 | 64 | 0 | 60 | 10 | 7A | 64 | 2A |
| Octal | 0 | 327 | 10 | 144 | 0 | 140 | 20 | 172 | 144 | 52 |
| Binary | 0 | 11010111 | 1000 | 1100100 | 0 | 1100000 | 10000 | 1111010 | 1100100 | 101010 |
Color Harmonies of #00D708
Complementary color
Monochromatic Colors of #00D708
Black with #00D708
Text Example
Text Example
White with #00D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D708; }
p { color: rgb(0,215,8); }
H1.HeaderClassName
{
color: #00D708;
}
.AnyTagClassName
{
color: #00D708;
}
</style>
background-color css
<style>
a { background-color: #00D708; }
a { background-color: rgb(0,215,8); }
div.DivClassName
{
background-color: #00D708;
}
.BgClassName
{
background-color: #00D708;
}
</style>
border-color css
<style>
span { border-color: #00D708; }
span { border-color: rgb(0,215,8); }
td.TdClassName
{
border-color: #00D708;
}
.TagClassName
{
border-color: #00D708;
}
</style>