Shades of Free Speech Green #1DF718
Tints of Free Speech Green #1DF718
RGB
CMYK
RGB Variations
Color information
#1DF718 (or 0x1DF718) is known color: Free Speech Green. HEX triplet: 1D, F7 and 18. RGB value is (29,247,24). Sum of RGB (Red+Green+Blue) = 29+247+24=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 247 (96.88% from 255 or 82.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF718 is #E208E7. Grayscale: #9D9D9D. Windows color (decimal): -14813416 or 1636125. OLE color: 1636125.
HSL color Cylindrical-coordinate representation of color #1DF718: hue angle of 118.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DF718 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 24 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.03 |
| HSL | 118.65º | 0.93% | 0.53% | - |
| HSV(B) | 118.65º | 0.9% | 0.97% | - |
| XYZ | 33.93 | 66.85 | 11.98 | - |
| YUV | 156.4 | 53.28 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 24 | 0.88 | 0 | 0.90 | 0.03 | 118.65 | 0.93 | 0.53 |
| Hex | 1D | F7 | 18 | 58 | 0 | 5A | 3 | 77 | 5D | 35 |
| Octal | 35 | 367 | 30 | 130 | 0 | 132 | 3 | 167 | 135 | 65 |
| Binary | 11101 | 11110111 | 11000 | 1011000 | 0 | 1011010 | 11 | 1110111 | 1011101 | 110101 |
Color Harmonies of #1DF718
Complementary color
Monochromatic Colors of #1DF718
Black with #1DF718
Text Example
Text Example
White with #1DF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF718; }
p { color: rgb(29,247,24); }
H1.HeaderClassName
{
color: #1DF718;
}
.AnyTagClassName
{
color: #1DF718;
}
</style>
background-color css
<style>
a { background-color: #1DF718; }
a { background-color: rgb(29,247,24); }
div.DivClassName
{
background-color: #1DF718;
}
.BgClassName
{
background-color: #1DF718;
}
</style>
border-color css
<style>
span { border-color: #1DF718; }
span { border-color: rgb(29,247,24); }
td.TdClassName
{
border-color: #1DF718;
}
.TagClassName
{
border-color: #1DF718;
}
</style>