Shades of Free Speech Green #1DF714
Tints of Free Speech Green #1DF714
RGB
CMYK
RGB Variations
Color information
#1DF714 (or 0x1DF714) is known color: Free Speech Green. HEX triplet: 1D, F7 and 14. RGB value is (29,247,20). Sum of RGB (Red+Green+Blue) = 29+247+20=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 247 (96.88% from 255 or 83.45% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF714 is #E208EB. Grayscale: #9C9C9C. Windows color (decimal): -14813420 or 1373981. OLE color: 1373981.
HSL color Cylindrical-coordinate representation of color #1DF714: hue angle of 117.62º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DF714 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 20 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.03 |
| HSL | 117.62º | 0.93% | 0.52% | - |
| HSV(B) | 117.62º | 0.92% | 0.97% | - |
| XYZ | 33.89 | 66.83 | 11.78 | - |
| YUV | 155.94 | 51.28 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 20 | 0.88 | 0 | 0.92 | 0.03 | 117.62 | 0.93 | 0.52 |
| Hex | 1D | F7 | 14 | 58 | 0 | 5C | 3 | 76 | 5D | 34 |
| Octal | 35 | 367 | 24 | 130 | 0 | 134 | 3 | 166 | 135 | 64 |
| Binary | 11101 | 11110111 | 10100 | 1011000 | 0 | 1011100 | 11 | 1110110 | 1011101 | 110100 |
Color Harmonies of #1DF714
Complementary color
Monochromatic Colors of #1DF714
Black with #1DF714
Text Example
Text Example
White with #1DF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF714; }
p { color: rgb(29,247,20); }
H1.HeaderClassName
{
color: #1DF714;
}
.AnyTagClassName
{
color: #1DF714;
}
</style>
background-color css
<style>
a { background-color: #1DF714; }
a { background-color: rgb(29,247,20); }
div.DivClassName
{
background-color: #1DF714;
}
.BgClassName
{
background-color: #1DF714;
}
</style>
border-color css
<style>
span { border-color: #1DF714; }
span { border-color: rgb(29,247,20); }
td.TdClassName
{
border-color: #1DF714;
}
.TagClassName
{
border-color: #1DF714;
}
</style>