Shades of Free Speech Green #01D508
Tints of Free Speech Green #01D508
RGB
CMYK
RGB Variations
Color information
#01D508 (or 0x01D508) is known color: Free Speech Green. HEX triplet: 01, D5 and 08. RGB value is (1,213,8). Sum of RGB (Red+Green+Blue) = 1+213+8=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 213 (83.59% from 255 or 95.95% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 213 - color contains mainly: green. Hex color #01D508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D508 is #FE2AF7. Grayscale: #7E7E7E. Windows color (decimal): -16657144 or 578817. OLE color: 578817.
HSL color Cylindrical-coordinate representation of color #01D508: hue angle of 121.98º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D508 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 8 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.16 |
| HSL | 121.98º | 0.99% | 0.42% | - |
| HSV(B) | 121.98º | 1% | 0.84% | - |
| XYZ | 23.85 | 47.61 | 8.16 | - |
| YUV | 126.24 | 61.26 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 8 | 1.00 | 0 | 0.96 | 0.16 | 121.98 | 0.99 | 0.42 |
| Hex | 1 | D5 | 8 | 64 | 0 | 60 | 10 | 7A | 63 | 2A |
| Octal | 1 | 325 | 10 | 144 | 0 | 140 | 20 | 172 | 143 | 52 |
| Binary | 1 | 11010101 | 1000 | 1100100 | 0 | 1100000 | 10000 | 1111010 | 1100011 | 101010 |
Color Harmonies of #01D508
Complementary color
Monochromatic Colors of #01D508
Black with #01D508
Text Example
Text Example
White with #01D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D508; }
p { color: rgb(1,213,8); }
H1.HeaderClassName
{
color: #01D508;
}
.AnyTagClassName
{
color: #01D508;
}
</style>
background-color css
<style>
a { background-color: #01D508; }
a { background-color: rgb(1,213,8); }
div.DivClassName
{
background-color: #01D508;
}
.BgClassName
{
background-color: #01D508;
}
</style>
border-color css
<style>
span { border-color: #01D508; }
span { border-color: rgb(1,213,8); }
td.TdClassName
{
border-color: #01D508;
}
.TagClassName
{
border-color: #01D508;
}
</style>