Shades of Free Speech Green #1DD407
Tints of Free Speech Green #1DD407
RGB
CMYK
RGB Variations
Color information
#1DD407 (or 0x1DD407) is known color: Free Speech Green. HEX triplet: 1D, D4 and 07. RGB value is (29,212,7). Sum of RGB (Red+Green+Blue) = 29+212+7=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 212 (83.20% from 255 or 85.48% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD407 is #E22BF8. Grayscale: #868686. Windows color (decimal): -14822393 or 513053. OLE color: 513053.
HSL color Cylindrical-coordinate representation of color #1DD407: hue angle of 113.56º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DD407 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 212 | 7 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.17 |
| HSL | 113.56º | 0.94% | 0.43% | - |
| HSV(B) | 113.56º | 0.97% | 0.83% | - |
| XYZ | 24.09 | 47.36 | 8.07 | - |
| YUV | 133.91 | 56.37 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 212 | 7 | 0.86 | 0 | 0.97 | 0.17 | 113.56 | 0.94 | 0.43 |
| Hex | 1D | D4 | 7 | 56 | 0 | 61 | 11 | 72 | 5E | 2B |
| Octal | 35 | 324 | 7 | 126 | 0 | 141 | 21 | 162 | 136 | 53 |
| Binary | 11101 | 11010100 | 111 | 1010110 | 0 | 1100001 | 10001 | 1110010 | 1011110 | 101011 |
Color Harmonies of #1DD407
Complementary color
Monochromatic Colors of #1DD407
Black with #1DD407
Text Example
Text Example
White with #1DD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD407; }
p { color: rgb(29,212,7); }
H1.HeaderClassName
{
color: #1DD407;
}
.AnyTagClassName
{
color: #1DD407;
}
</style>
background-color css
<style>
a { background-color: #1DD407; }
a { background-color: rgb(29,212,7); }
div.DivClassName
{
background-color: #1DD407;
}
.BgClassName
{
background-color: #1DD407;
}
</style>
border-color css
<style>
span { border-color: #1DD407; }
span { border-color: rgb(29,212,7); }
td.TdClassName
{
border-color: #1DD407;
}
.TagClassName
{
border-color: #1DD407;
}
</style>