Shades of Free Speech Green #00D506
Tints of Free Speech Green #00D506
RGB
CMYK
RGB Variations
Color information
#00D506 (or 0x00D506) is known color: Free Speech Green. HEX triplet: 00, D5 and 06. RGB value is (0,213,6). Sum of RGB (Red+Green+Blue) = 0+213+6=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 213 (83.59% from 255 or 97.26% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 213 - color contains mainly: green. Hex color #00D506 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D506 is #FF2AF9. Grayscale: #7E7E7E. Windows color (decimal): -16722682 or 447744. OLE color: 447744.
HSL color Cylindrical-coordinate representation of color #00D506: hue angle of 121.69º 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 #00D506 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 6 | - |
| CMYK | 1 | 0 | 0.97 | 0.16 |
| HSL | 121.69º | 1% | 0.42% | - |
| HSV(B) | 121.69º | 1% | 0.84% | - |
| XYZ | 23.83 | 47.6 | 8.1 | - |
| YUV | 125.72 | 60.43 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 6 | 1 | 0 | 0.97 | 0.16 | 121.69 | 1 | 0.42 |
| Hex | 0 | D5 | 6 | 64 | 0 | 61 | 10 | 7A | 64 | 2A |
| Octal | 0 | 325 | 6 | 144 | 0 | 141 | 20 | 172 | 144 | 52 |
| Binary | 0 | 11010101 | 110 | 1100100 | 0 | 1100001 | 10000 | 1111010 | 1100100 | 101010 |
Color Harmonies of #00D506
Complementary color
Monochromatic Colors of #00D506
Black with #00D506
Text Example
Text Example
White with #00D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D506; }
p { color: rgb(0,213,6); }
H1.HeaderClassName
{
color: #00D506;
}
.AnyTagClassName
{
color: #00D506;
}
</style>
background-color css
<style>
a { background-color: #00D506; }
a { background-color: rgb(0,213,6); }
div.DivClassName
{
background-color: #00D506;
}
.BgClassName
{
background-color: #00D506;
}
</style>
border-color css
<style>
span { border-color: #00D506; }
span { border-color: rgb(0,213,6); }
td.TdClassName
{
border-color: #00D506;
}
.TagClassName
{
border-color: #00D506;
}
</style>