Shades of Free Speech Green #01D711
Tints of Free Speech Green #01D711
RGB
CMYK
RGB Variations
Color information
#01D711 (or 0x01D711) is known color: Free Speech Green. HEX triplet: 01, D7 and 11. RGB value is (1,215,17). Sum of RGB (Red+Green+Blue) = 1+215+17=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 215 (84.38% from 255 or 92.27% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 215 - color contains mainly: green. Hex color #01D711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D711 is #FE28EE. Grayscale: #818181. Windows color (decimal): -16656623 or 1169153. OLE color: 1169153.
HSL color Cylindrical-coordinate representation of color #01D711: hue angle of 124.49º 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 #01D711 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 17 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.16 |
| HSL | 124.49º | 0.99% | 0.42% | - |
| HSV(B) | 124.49º | 1% | 0.84% | - |
| XYZ | 24.41 | 48.65 | 8.63 | - |
| YUV | 128.44 | 65.1 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 17 | 1.00 | 0 | 0.92 | 0.16 | 124.49 | 0.99 | 0.42 |
| Hex | 1 | D7 | 11 | 64 | 0 | 5C | 10 | 7C | 63 | 2A |
| Octal | 1 | 327 | 21 | 144 | 0 | 134 | 20 | 174 | 143 | 52 |
| Binary | 1 | 11010111 | 10001 | 1100100 | 0 | 1011100 | 10000 | 1111100 | 1100011 | 101010 |
Color Harmonies of #01D711
Complementary color
Monochromatic Colors of #01D711
Black with #01D711
Text Example
Text Example
White with #01D711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D711; }
p { color: rgb(1,215,17); }
H1.HeaderClassName
{
color: #01D711;
}
.AnyTagClassName
{
color: #01D711;
}
</style>
background-color css
<style>
a { background-color: #01D711; }
a { background-color: rgb(1,215,17); }
div.DivClassName
{
background-color: #01D711;
}
.BgClassName
{
background-color: #01D711;
}
</style>
border-color css
<style>
span { border-color: #01D711; }
span { border-color: rgb(1,215,17); }
td.TdClassName
{
border-color: #01D711;
}
.TagClassName
{
border-color: #01D711;
}
</style>