Shades of Free Speech Green #00D508
Tints of Free Speech Green #00D508
RGB
CMYK
RGB Variations
Color information
#00D508 (or 0x00D508) is known color: Free Speech Green. HEX triplet: 00, D5 and 08. RGB value is (0,213,8). Sum of RGB (Red+Green+Blue) = 0+213+8=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 213 (83.59% from 255 or 96.38% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 213 - color contains mainly: green. Hex color #00D508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D508 is #FF2AF7. Grayscale: #7E7E7E. Windows color (decimal): -16722680 or 578816. OLE color: 578816.
HSL color Cylindrical-coordinate representation of color #00D508: hue angle of 122.25º 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 #00D508 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.16 |
| HSL | 122.25º | 1% | 0.42% | - |
| HSV(B) | 122.25º | 1% | 0.84% | - |
| XYZ | 23.84 | 47.61 | 8.16 | - |
| YUV | 125.94 | 61.43 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 8 | 1 | 0 | 0.96 | 0.16 | 122.25 | 1 | 0.42 |
| Hex | 0 | D5 | 8 | 64 | 0 | 60 | 10 | 7A | 64 | 2A |
| Octal | 0 | 325 | 10 | 144 | 0 | 140 | 20 | 172 | 144 | 52 |
| Binary | 0 | 11010101 | 1000 | 1100100 | 0 | 1100000 | 10000 | 1111010 | 1100100 | 101010 |
Color Harmonies of #00D508
Complementary color
Monochromatic Colors of #00D508
Black with #00D508
Text Example
Text Example
White with #00D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D508; }
p { color: rgb(0,213,8); }
H1.HeaderClassName
{
color: #00D508;
}
.AnyTagClassName
{
color: #00D508;
}
</style>
background-color css
<style>
a { background-color: #00D508; }
a { background-color: rgb(0,213,8); }
div.DivClassName
{
background-color: #00D508;
}
.BgClassName
{
background-color: #00D508;
}
</style>
border-color css
<style>
span { border-color: #00D508; }
span { border-color: rgb(0,213,8); }
td.TdClassName
{
border-color: #00D508;
}
.TagClassName
{
border-color: #00D508;
}
</style>