Shades of Free Speech Green #1DF631
Tints of Free Speech Green #1DF631
RGB
CMYK
RGB Variations
Color information
#1DF631 (or 0x1DF631) is known color: Free Speech Green. HEX triplet: 1D, F6 and 31. RGB value is (29,246,49). Sum of RGB (Red+Green+Blue) = 29+246+49=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF631 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF631 is #E209CE. Grayscale: #9F9F9F. Windows color (decimal): -14813647 or 3274269. OLE color: 3274269.
HSL color Cylindrical-coordinate representation of color #1DF631: hue angle of 125.53º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF631 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 49 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.04 |
| HSL | 125.53º | 0.92% | 0.54% | - |
| HSV(B) | 125.53º | 0.88% | 0.96% | - |
| XYZ | 34.02 | 66.39 | 13.93 | - |
| YUV | 158.66 | 66.11 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 49 | 0.88 | 0 | 0.80 | 0.04 | 125.53 | 0.92 | 0.54 |
| Hex | 1D | F6 | 31 | 58 | 0 | 50 | 4 | 7E | 5C | 36 |
| Octal | 35 | 366 | 61 | 130 | 0 | 120 | 4 | 176 | 134 | 66 |
| Binary | 11101 | 11110110 | 110001 | 1011000 | 0 | 1010000 | 100 | 1111110 | 1011100 | 110110 |
Color Harmonies of #1DF631
Complementary color
Monochromatic Colors of #1DF631
Black with #1DF631
Text Example
Text Example
White with #1DF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF631; }
p { color: rgb(29,246,49); }
H1.HeaderClassName
{
color: #1DF631;
}
.AnyTagClassName
{
color: #1DF631;
}
</style>
background-color css
<style>
a { background-color: #1DF631; }
a { background-color: rgb(29,246,49); }
div.DivClassName
{
background-color: #1DF631;
}
.BgClassName
{
background-color: #1DF631;
}
</style>
border-color css
<style>
span { border-color: #1DF631; }
span { border-color: rgb(29,246,49); }
td.TdClassName
{
border-color: #1DF631;
}
.TagClassName
{
border-color: #1DF631;
}
</style>