Shades of Free Speech Green #1DF516
Tints of Free Speech Green #1DF516
RGB
CMYK
RGB Variations
Color information
#1DF516 (or 0x1DF516) is known color: Free Speech Green. HEX triplet: 1D, F5 and 16. RGB value is (29,245,22). Sum of RGB (Red+Green+Blue) = 29+245+22=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 245 (96.09% from 255 or 82.77% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF516 is #E20AE9. Grayscale: #9B9B9B. Windows color (decimal): -14813930 or 1504541. OLE color: 1504541.
HSL color Cylindrical-coordinate representation of color #1DF516: hue angle of 118.12º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DF516 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 22 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.04 |
| HSL | 118.12º | 0.92% | 0.52% | - |
| HSV(B) | 118.12º | 0.91% | 0.96% | - |
| XYZ | 33.3 | 65.62 | 11.67 | - |
| YUV | 154.99 | 52.94 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 22 | 0.88 | 0 | 0.91 | 0.04 | 118.12 | 0.92 | 0.52 |
| Hex | 1D | F5 | 16 | 58 | 0 | 5B | 4 | 76 | 5C | 34 |
| Octal | 35 | 365 | 26 | 130 | 0 | 133 | 4 | 166 | 134 | 64 |
| Binary | 11101 | 11110101 | 10110 | 1011000 | 0 | 1011011 | 100 | 1110110 | 1011100 | 110100 |
Color Harmonies of #1DF516
Complementary color
Monochromatic Colors of #1DF516
Black with #1DF516
Text Example
Text Example
White with #1DF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF516; }
p { color: rgb(29,245,22); }
H1.HeaderClassName
{
color: #1DF516;
}
.AnyTagClassName
{
color: #1DF516;
}
</style>
background-color css
<style>
a { background-color: #1DF516; }
a { background-color: rgb(29,245,22); }
div.DivClassName
{
background-color: #1DF516;
}
.BgClassName
{
background-color: #1DF516;
}
</style>
border-color css
<style>
span { border-color: #1DF516; }
span { border-color: rgb(29,245,22); }
td.TdClassName
{
border-color: #1DF516;
}
.TagClassName
{
border-color: #1DF516;
}
</style>