Shades of Free Speech Green #00D515
Tints of Free Speech Green #00D515
RGB
CMYK
RGB Variations
Color information
#00D515 (or 0x00D515) is known color: Free Speech Green. HEX triplet: 00, D5 and 15. RGB value is (0,213,21). Sum of RGB (Red+Green+Blue) = 0+213+21=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 213 (83.59% from 255 or 91.03% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 213 - color contains mainly: green. Hex color #00D515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D515 is #FF2AEA. Grayscale: #7F7F7F. Windows color (decimal): -16722667 or 1430784. OLE color: 1430784.
HSL color Cylindrical-coordinate representation of color #00D515: hue angle of 125.92º 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 #00D515 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 21 | - |
| CMYK | 1 | 0 | 0.90 | 0.16 |
| HSL | 125.92º | 1% | 0.42% | - |
| HSV(B) | 125.92º | 1% | 0.84% | - |
| XYZ | 23.93 | 47.64 | 8.64 | - |
| YUV | 127.43 | 67.93 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 21 | 1 | 0 | 0.90 | 0.16 | 125.92 | 1 | 0.42 |
| Hex | 0 | D5 | 15 | 64 | 0 | 5A | 10 | 7E | 64 | 2A |
| Octal | 0 | 325 | 25 | 144 | 0 | 132 | 20 | 176 | 144 | 52 |
| Binary | 0 | 11010101 | 10101 | 1100100 | 0 | 1011010 | 10000 | 1111110 | 1100100 | 101010 |
Color Harmonies of #00D515
Complementary color
Monochromatic Colors of #00D515
Black with #00D515
Text Example
Text Example
White with #00D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D515; }
p { color: rgb(0,213,21); }
H1.HeaderClassName
{
color: #00D515;
}
.AnyTagClassName
{
color: #00D515;
}
</style>
background-color css
<style>
a { background-color: #00D515; }
a { background-color: rgb(0,213,21); }
div.DivClassName
{
background-color: #00D515;
}
.BgClassName
{
background-color: #00D515;
}
</style>
border-color css
<style>
span { border-color: #00D515; }
span { border-color: rgb(0,213,21); }
td.TdClassName
{
border-color: #00D515;
}
.TagClassName
{
border-color: #00D515;
}
</style>