Shades of Free Speech Green #00D50B
Tints of Free Speech Green #00D50B
RGB
CMYK
RGB Variations
Color information
#00D50B (or 0x00D50B) is known color: Free Speech Green. HEX triplet: 00, D5 and 0B. RGB value is (0,213,11). Sum of RGB (Red+Green+Blue) = 0+213+11=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 213 (83.59% from 255 or 95.09% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 213 - color contains mainly: green. Hex color #00D50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D50B is #FF2AF4. Grayscale: #7E7E7E. Windows color (decimal): -16722677 or 775424. OLE color: 775424.
HSL color Cylindrical-coordinate representation of color #00D50B: hue angle of 123.1º 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 #00D50B is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 11 | - |
| CMYK | 1 | 0 | 0.95 | 0.16 |
| HSL | 123.1º | 1% | 0.42% | - |
| HSV(B) | 123.1º | 1% | 0.84% | - |
| XYZ | 23.85 | 47.61 | 8.25 | - |
| YUV | 126.29 | 62.93 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 11 | 1 | 0 | 0.95 | 0.16 | 123.1 | 1 | 0.42 |
| Hex | 0 | D5 | B | 64 | 0 | 5F | 10 | 7B | 64 | 2A |
| Octal | 0 | 325 | 13 | 144 | 0 | 137 | 20 | 173 | 144 | 52 |
| Binary | 0 | 11010101 | 1011 | 1100100 | 0 | 1011111 | 10000 | 1111011 | 1100100 | 101010 |
Color Harmonies of #00D50B
Complementary color
Monochromatic Colors of #00D50B
Black with #00D50B
Text Example
Text Example
White with #00D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D50B; }
p { color: rgb(0,213,11); }
H1.HeaderClassName
{
color: #00D50B;
}
.AnyTagClassName
{
color: #00D50B;
}
</style>
background-color css
<style>
a { background-color: #00D50B; }
a { background-color: rgb(0,213,11); }
div.DivClassName
{
background-color: #00D50B;
}
.BgClassName
{
background-color: #00D50B;
}
</style>
border-color css
<style>
span { border-color: #00D50B; }
span { border-color: rgb(0,213,11); }
td.TdClassName
{
border-color: #00D50B;
}
.TagClassName
{
border-color: #00D50B;
}
</style>