Shades of Free Speech Green #1DF839
Tints of Free Speech Green #1DF839
RGB
CMYK
RGB Variations
Color information
#1DF839 (or 0x1DF839) is known color: Free Speech Green. HEX triplet: 1D, F8 and 39. RGB value is (29,248,57). Sum of RGB (Red+Green+Blue) = 29+248+57=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF839 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF839 is #E207C6. Grayscale: #A1A1A1. Windows color (decimal): -14813127 or 3799069. OLE color: 3799069.
HSL color Cylindrical-coordinate representation of color #1DF839: hue angle of 127.67º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF839 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 57 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.03 |
| HSL | 127.67º | 0.94% | 0.54% | - |
| HSV(B) | 127.67º | 0.88% | 0.97% | - |
| XYZ | 34.81 | 67.69 | 15.1 | - |
| YUV | 160.75 | 69.45 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 57 | 0.88 | 0 | 0.77 | 0.03 | 127.67 | 0.94 | 0.54 |
| Hex | 1D | F8 | 39 | 58 | 0 | 4D | 3 | 80 | 5E | 36 |
| Octal | 35 | 370 | 71 | 130 | 0 | 115 | 3 | 200 | 136 | 66 |
| Binary | 11101 | 11111000 | 111001 | 1011000 | 0 | 1001101 | 11 | 10000000 | 1011110 | 110110 |
Color Harmonies of #1DF839
Complementary color
Monochromatic Colors of #1DF839
Black with #1DF839
Text Example
Text Example
White with #1DF839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF839; }
p { color: rgb(29,248,57); }
H1.HeaderClassName
{
color: #1DF839;
}
.AnyTagClassName
{
color: #1DF839;
}
</style>
background-color css
<style>
a { background-color: #1DF839; }
a { background-color: rgb(29,248,57); }
div.DivClassName
{
background-color: #1DF839;
}
.BgClassName
{
background-color: #1DF839;
}
</style>
border-color css
<style>
span { border-color: #1DF839; }
span { border-color: rgb(29,248,57); }
td.TdClassName
{
border-color: #1DF839;
}
.TagClassName
{
border-color: #1DF839;
}
</style>