Shades of Free Speech Green #01D811
Tints of Free Speech Green #01D811
RGB
CMYK
RGB Variations
Color information
#01D811 (or 0x01D811) is known color: Free Speech Green. HEX triplet: 01, D8 and 11. RGB value is (1,216,17). Sum of RGB (Red+Green+Blue) = 1+216+17=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 216 (84.77% from 255 or 92.31% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 216 - color contains mainly: green. Hex color #01D811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D811 is #FE27EE. Grayscale: #818181. Windows color (decimal): -16656367 or 1169409. OLE color: 1169409.
HSL color Cylindrical-coordinate representation of color #01D811: hue angle of 124.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D811 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 17 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.15 |
| HSL | 124.47º | 0.99% | 0.43% | - |
| HSV(B) | 124.47º | 1% | 0.85% | - |
| XYZ | 24.67 | 49.16 | 8.72 | - |
| YUV | 129.03 | 64.77 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 17 | 1.00 | 0 | 0.92 | 0.15 | 124.47 | 0.99 | 0.43 |
| Hex | 1 | D8 | 11 | 64 | 0 | 5C | F | 7C | 63 | 2B |
| Octal | 1 | 330 | 21 | 144 | 0 | 134 | 17 | 174 | 143 | 53 |
| Binary | 1 | 11011000 | 10001 | 1100100 | 0 | 1011100 | 1111 | 1111100 | 1100011 | 101011 |
Color Harmonies of #01D811
Complementary color
Monochromatic Colors of #01D811
Black with #01D811
Text Example
Text Example
White with #01D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D811; }
p { color: rgb(1,216,17); }
H1.HeaderClassName
{
color: #01D811;
}
.AnyTagClassName
{
color: #01D811;
}
</style>
background-color css
<style>
a { background-color: #01D811; }
a { background-color: rgb(1,216,17); }
div.DivClassName
{
background-color: #01D811;
}
.BgClassName
{
background-color: #01D811;
}
</style>
border-color css
<style>
span { border-color: #01D811; }
span { border-color: rgb(1,216,17); }
td.TdClassName
{
border-color: #01D811;
}
.TagClassName
{
border-color: #01D811;
}
</style>