Shades of Free Speech Green #1DDB06
Tints of Free Speech Green #1DDB06
RGB
CMYK
RGB Variations
Color information
#1DDB06 (or 0x1DDB06) is known color: Free Speech Green. HEX triplet: 1D, DB and 06. RGB value is (29,219,6). Sum of RGB (Red+Green+Blue) = 29+219+6=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 219 (85.94% from 255 or 86.22% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDB06 is #E224F9. Grayscale: #8A8A8A. Windows color (decimal): -14820602 or 449309. OLE color: 449309.
HSL color Cylindrical-coordinate representation of color #1DDB06: hue angle of 113.52º 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 #1DDB06 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 6 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.14 |
| HSL | 113.52º | 0.95% | 0.44% | - |
| HSV(B) | 113.52º | 0.97% | 0.86% | - |
| XYZ | 25.87 | 50.94 | 8.64 | - |
| YUV | 137.91 | 53.55 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 6 | 0.87 | 0 | 0.97 | 0.14 | 113.52 | 0.95 | 0.44 |
| Hex | 1D | DB | 6 | 57 | 0 | 61 | E | 72 | 5F | 2C |
| Octal | 35 | 333 | 6 | 127 | 0 | 141 | 16 | 162 | 137 | 54 |
| Binary | 11101 | 11011011 | 110 | 1010111 | 0 | 1100001 | 1110 | 1110010 | 1011111 | 101100 |
Color Harmonies of #1DDB06
Complementary color
Monochromatic Colors of #1DDB06
Black with #1DDB06
Text Example
Text Example
White with #1DDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB06; }
p { color: rgb(29,219,6); }
H1.HeaderClassName
{
color: #1DDB06;
}
.AnyTagClassName
{
color: #1DDB06;
}
</style>
background-color css
<style>
a { background-color: #1DDB06; }
a { background-color: rgb(29,219,6); }
div.DivClassName
{
background-color: #1DDB06;
}
.BgClassName
{
background-color: #1DDB06;
}
</style>
border-color css
<style>
span { border-color: #1DDB06; }
span { border-color: rgb(29,219,6); }
td.TdClassName
{
border-color: #1DDB06;
}
.TagClassName
{
border-color: #1DDB06;
}
</style>