Shades of Free Speech Green #1DFF06
Tints of Free Speech Green #1DFF06
RGB
CMYK
RGB Variations
Color information
#1DFF06 (or 0x1DFF06) is known color: Free Speech Green. HEX triplet: 1D, FF and 06. RGB value is (29,255,6). Sum of RGB (Red+Green+Blue) = 29+255+6=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 255 (100% from 255 or 87.93% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFF06 is #E200F9. Grayscale: #9F9F9F. Windows color (decimal): -14811386 or 458525. OLE color: 458525.
HSL color Cylindrical-coordinate representation of color #1DFF06: hue angle of 114.46º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DFF06 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 6 | - |
| CMYK | 0.89 | 0 | 0.98 | 0 |
| HSL | 114.46º | 1% | 0.51% | - |
| HSV(B) | 114.46º | 0.98% | 1% | - |
| XYZ | 36.3 | 71.79 | 12.12 | - |
| YUV | 159.04 | 41.63 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 6 | 0.89 | 0 | 0.98 | 0 | 114.46 | 1 | 0.51 |
| Hex | 1D | FF | 6 | 59 | 0 | 62 | 0 | 72 | 64 | 33 |
| Octal | 35 | 377 | 6 | 131 | 0 | 142 | 0 | 162 | 144 | 63 |
| Binary | 11101 | 11111111 | 110 | 1011001 | 0 | 1100010 | 0 | 1110010 | 1100100 | 110011 |
Color Harmonies of #1DFF06
Complementary color
Monochromatic Colors of #1DFF06
Black with #1DFF06
Text Example
Text Example
White with #1DFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF06; }
p { color: rgb(29,255,6); }
H1.HeaderClassName
{
color: #1DFF06;
}
.AnyTagClassName
{
color: #1DFF06;
}
</style>
background-color css
<style>
a { background-color: #1DFF06; }
a { background-color: rgb(29,255,6); }
div.DivClassName
{
background-color: #1DFF06;
}
.BgClassName
{
background-color: #1DFF06;
}
</style>
border-color css
<style>
span { border-color: #1DFF06; }
span { border-color: rgb(29,255,6); }
td.TdClassName
{
border-color: #1DFF06;
}
.TagClassName
{
border-color: #1DFF06;
}
</style>