Shades of Free Speech Green #1DF719
Tints of Free Speech Green #1DF719
RGB
CMYK
RGB Variations
Color information
#1DF719 (or 0x1DF719) is known color: Free Speech Green. HEX triplet: 1D, F7 and 19. RGB value is (29,247,25). Sum of RGB (Red+Green+Blue) = 29+247+25=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF719 is #E208E6. Grayscale: #9D9D9D. Windows color (decimal): -14813415 or 1701661. OLE color: 1701661.
HSL color Cylindrical-coordinate representation of color #1DF719: hue angle of 118.92º 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 #1DF719 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 25 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.03 |
| HSL | 118.92º | 0.93% | 0.53% | - |
| HSV(B) | 118.92º | 0.9% | 0.97% | - |
| XYZ | 33.94 | 66.85 | 12.03 | - |
| YUV | 156.51 | 53.78 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 25 | 0.88 | 0 | 0.90 | 0.03 | 118.92 | 0.93 | 0.53 |
| Hex | 1D | F7 | 19 | 58 | 0 | 5A | 3 | 77 | 5D | 35 |
| Octal | 35 | 367 | 31 | 130 | 0 | 132 | 3 | 167 | 135 | 65 |
| Binary | 11101 | 11110111 | 11001 | 1011000 | 0 | 1011010 | 11 | 1110111 | 1011101 | 110101 |
Color Harmonies of #1DF719
Complementary color
Monochromatic Colors of #1DF719
Black with #1DF719
Text Example
Text Example
White with #1DF719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF719; }
p { color: rgb(29,247,25); }
H1.HeaderClassName
{
color: #1DF719;
}
.AnyTagClassName
{
color: #1DF719;
}
</style>
background-color css
<style>
a { background-color: #1DF719; }
a { background-color: rgb(29,247,25); }
div.DivClassName
{
background-color: #1DF719;
}
.BgClassName
{
background-color: #1DF719;
}
</style>
border-color css
<style>
span { border-color: #1DF719; }
span { border-color: rgb(29,247,25); }
td.TdClassName
{
border-color: #1DF719;
}
.TagClassName
{
border-color: #1DF719;
}
</style>