Shades of Free Speech Green #01D717
Tints of Free Speech Green #01D717
RGB
CMYK
RGB Variations
Color information
#01D717 (or 0x01D717) is known color: Free Speech Green. HEX triplet: 01, D7 and 17. RGB value is (1,215,23). Sum of RGB (Red+Green+Blue) = 1+215+23=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 215 (84.38% from 255 or 89.96% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 215 - color contains mainly: green. Hex color #01D717 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D717 is #FE28E8. Grayscale: #818181. Windows color (decimal): -16656617 or 1562369. OLE color: 1562369.
HSL color Cylindrical-coordinate representation of color #01D717: hue angle of 126.17º 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 #01D717 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 23 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.16 |
| HSL | 126.17º | 0.99% | 0.42% | - |
| HSV(B) | 126.17º | 1% | 0.84% | - |
| XYZ | 24.47 | 48.67 | 8.92 | - |
| YUV | 129.13 | 68.1 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 23 | 1.00 | 0 | 0.89 | 0.16 | 126.17 | 0.99 | 0.42 |
| Hex | 1 | D7 | 17 | 64 | 0 | 59 | 10 | 7E | 63 | 2A |
| Octal | 1 | 327 | 27 | 144 | 0 | 131 | 20 | 176 | 143 | 52 |
| Binary | 1 | 11010111 | 10111 | 1100100 | 0 | 1011001 | 10000 | 1111110 | 1100011 | 101010 |
Color Harmonies of #01D717
Complementary color
Monochromatic Colors of #01D717
Black with #01D717
Text Example
Text Example
White with #01D717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D717; }
p { color: rgb(1,215,23); }
H1.HeaderClassName
{
color: #01D717;
}
.AnyTagClassName
{
color: #01D717;
}
</style>
background-color css
<style>
a { background-color: #01D717; }
a { background-color: rgb(1,215,23); }
div.DivClassName
{
background-color: #01D717;
}
.BgClassName
{
background-color: #01D717;
}
</style>
border-color css
<style>
span { border-color: #01D717; }
span { border-color: rgb(1,215,23); }
td.TdClassName
{
border-color: #01D717;
}
.TagClassName
{
border-color: #01D717;
}
</style>