Shades of Free Speech Green #00D607
Tints of Free Speech Green #00D607
RGB
CMYK
RGB Variations
Color information
#00D607 (or 0x00D607) is known color: Free Speech Green. HEX triplet: 00, D6 and 07. RGB value is (0,214,7). Sum of RGB (Red+Green+Blue) = 0+214+7=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 214 (83.98% from 255 or 96.83% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 214 - color contains mainly: green. Hex color #00D607 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D607 is #FF29F8. Grayscale: #7F7F7F. Windows color (decimal): -16722425 or 513536. OLE color: 513536.
HSL color Cylindrical-coordinate representation of color #00D607: hue angle of 121.96º 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 #00D607 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 7 | - |
| CMYK | 1 | 0 | 0.97 | 0.16 |
| HSL | 121.96º | 1% | 0.42% | - |
| HSV(B) | 121.96º | 1% | 0.84% | - |
| XYZ | 24.08 | 48.11 | 8.22 | - |
| YUV | 126.42 | 60.6 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 7 | 1 | 0 | 0.97 | 0.16 | 121.96 | 1 | 0.42 |
| Hex | 0 | D6 | 7 | 64 | 0 | 61 | 10 | 7A | 64 | 2A |
| Octal | 0 | 326 | 7 | 144 | 0 | 141 | 20 | 172 | 144 | 52 |
| Binary | 0 | 11010110 | 111 | 1100100 | 0 | 1100001 | 10000 | 1111010 | 1100100 | 101010 |
Color Harmonies of #00D607
Complementary color
Monochromatic Colors of #00D607
Black with #00D607
Text Example
Text Example
White with #00D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D607; }
p { color: rgb(0,214,7); }
H1.HeaderClassName
{
color: #00D607;
}
.AnyTagClassName
{
color: #00D607;
}
</style>
background-color css
<style>
a { background-color: #00D607; }
a { background-color: rgb(0,214,7); }
div.DivClassName
{
background-color: #00D607;
}
.BgClassName
{
background-color: #00D607;
}
</style>
border-color css
<style>
span { border-color: #00D607; }
span { border-color: rgb(0,214,7); }
td.TdClassName
{
border-color: #00D607;
}
.TagClassName
{
border-color: #00D607;
}
</style>