Shades of Free Speech Green #1DF523
Tints of Free Speech Green #1DF523
RGB
CMYK
RGB Variations
Color information
#1DF523 (or 0x1DF523) is known color: Free Speech Green. HEX triplet: 1D, F5 and 23. RGB value is (29,245,35). Sum of RGB (Red+Green+Blue) = 29+245+35=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 245 (96.09% from 255 or 79.29% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF523 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF523 is #E20ADC. Grayscale: #9D9D9D. Windows color (decimal): -14813917 or 2356509. OLE color: 2356509.
HSL color Cylindrical-coordinate representation of color #1DF523: hue angle of 121.67º 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 #1DF523 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 35 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.04 |
| HSL | 121.67º | 0.92% | 0.54% | - |
| HSV(B) | 121.67º | 0.88% | 0.96% | - |
| XYZ | 33.46 | 65.69 | 12.51 | - |
| YUV | 156.48 | 59.44 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 35 | 0.88 | 0 | 0.86 | 0.04 | 121.67 | 0.92 | 0.54 |
| Hex | 1D | F5 | 23 | 58 | 0 | 56 | 4 | 7A | 5C | 36 |
| Octal | 35 | 365 | 43 | 130 | 0 | 126 | 4 | 172 | 134 | 66 |
| Binary | 11101 | 11110101 | 100011 | 1011000 | 0 | 1010110 | 100 | 1111010 | 1011100 | 110110 |
Color Harmonies of #1DF523
Complementary color
Monochromatic Colors of #1DF523
Black with #1DF523
Text Example
Text Example
White with #1DF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF523; }
p { color: rgb(29,245,35); }
H1.HeaderClassName
{
color: #1DF523;
}
.AnyTagClassName
{
color: #1DF523;
}
</style>
background-color css
<style>
a { background-color: #1DF523; }
a { background-color: rgb(29,245,35); }
div.DivClassName
{
background-color: #1DF523;
}
.BgClassName
{
background-color: #1DF523;
}
</style>
border-color css
<style>
span { border-color: #1DF523; }
span { border-color: rgb(29,245,35); }
td.TdClassName
{
border-color: #1DF523;
}
.TagClassName
{
border-color: #1DF523;
}
</style>