Shades of Free Speech Green #1DDC06
Tints of Free Speech Green #1DDC06
RGB
CMYK
RGB Variations
Color information
#1DDC06 (or 0x1DDC06) is known color: Free Speech Green. HEX triplet: 1D, DC and 06. RGB value is (29,220,6). Sum of RGB (Red+Green+Blue) = 29+220+6=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 220 (86.33% from 255 or 86.27% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDC06 is #E223F9. Grayscale: #8B8B8B. Windows color (decimal): -14820346 or 449565. OLE color: 449565.
HSL color Cylindrical-coordinate representation of color #1DDC06: hue angle of 113.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DDC06 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 6 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.14 |
| HSL | 113.55º | 0.95% | 0.44% | - |
| HSV(B) | 113.55º | 0.97% | 0.86% | - |
| XYZ | 26.13 | 51.46 | 8.73 | - |
| YUV | 138.5 | 53.22 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 6 | 0.87 | 0 | 0.97 | 0.14 | 113.55 | 0.95 | 0.44 |
| Hex | 1D | DC | 6 | 57 | 0 | 61 | E | 72 | 5F | 2C |
| Octal | 35 | 334 | 6 | 127 | 0 | 141 | 16 | 162 | 137 | 54 |
| Binary | 11101 | 11011100 | 110 | 1010111 | 0 | 1100001 | 1110 | 1110010 | 1011111 | 101100 |
Color Harmonies of #1DDC06
Complementary color
Monochromatic Colors of #1DDC06
Black with #1DDC06
Text Example
Text Example
White with #1DDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC06; }
p { color: rgb(29,220,6); }
H1.HeaderClassName
{
color: #1DDC06;
}
.AnyTagClassName
{
color: #1DDC06;
}
</style>
background-color css
<style>
a { background-color: #1DDC06; }
a { background-color: rgb(29,220,6); }
div.DivClassName
{
background-color: #1DDC06;
}
.BgClassName
{
background-color: #1DDC06;
}
</style>
border-color css
<style>
span { border-color: #1DDC06; }
span { border-color: rgb(29,220,6); }
td.TdClassName
{
border-color: #1DDC06;
}
.TagClassName
{
border-color: #1DDC06;
}
</style>