Shades of Free Speech Green #1DD706
Tints of Free Speech Green #1DD706
RGB
CMYK
RGB Variations
Color information
#1DD706 (or 0x1DD706) is known color: Free Speech Green. HEX triplet: 1D, D7 and 06. RGB value is (29,215,6). Sum of RGB (Red+Green+Blue) = 29+215+6=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 215 (84.38% from 255 or 86% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD706 is #E228F9. Grayscale: #888888. Windows color (decimal): -14821626 or 448285. OLE color: 448285.
HSL color Cylindrical-coordinate representation of color #1DD706: hue angle of 113.4º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DD706 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 215 | 6 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.16 |
| HSL | 113.4º | 0.95% | 0.43% | - |
| HSV(B) | 113.4º | 0.97% | 0.84% | - |
| XYZ | 24.84 | 48.88 | 8.3 | - |
| YUV | 135.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 6 | 0.87 | 0 | 0.97 | 0.16 | 113.4 | 0.95 | 0.43 |
| Hex | 1D | D7 | 6 | 57 | 0 | 61 | 10 | 71 | 5F | 2B |
| Octal | 35 | 327 | 6 | 127 | 0 | 141 | 20 | 161 | 137 | 53 |
| Binary | 11101 | 11010111 | 110 | 1010111 | 0 | 1100001 | 10000 | 1110001 | 1011111 | 101011 |
Color Harmonies of #1DD706
Complementary color
Monochromatic Colors of #1DD706
Black with #1DD706
Text Example
Text Example
White with #1DD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD706; }
p { color: rgb(29,215,6); }
H1.HeaderClassName
{
color: #1DD706;
}
.AnyTagClassName
{
color: #1DD706;
}
</style>
background-color css
<style>
a { background-color: #1DD706; }
a { background-color: rgb(29,215,6); }
div.DivClassName
{
background-color: #1DD706;
}
.BgClassName
{
background-color: #1DD706;
}
</style>
border-color css
<style>
span { border-color: #1DD706; }
span { border-color: rgb(29,215,6); }
td.TdClassName
{
border-color: #1DD706;
}
.TagClassName
{
border-color: #1DD706;
}
</style>