Shades of Free Speech Green #1DD80F
Tints of Free Speech Green #1DD80F
RGB
CMYK
RGB Variations
Color information
#1DD80F (or 0x1DD80F) is known color: Free Speech Green. HEX triplet: 1D, D8 and 0F. RGB value is (29,216,15). Sum of RGB (Red+Green+Blue) = 29+216+15=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 216 (84.77% from 255 or 83.08% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD80F is #E227F0. Grayscale: #898989. Windows color (decimal): -14821361 or 1038365. OLE color: 1038365.
HSL color Cylindrical-coordinate representation of color #1DD80F: hue angle of 115.82º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DD80F is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 15 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.15 |
| HSL | 115.82º | 0.87% | 0.45% | - |
| HSV(B) | 115.82º | 0.93% | 0.85% | - |
| XYZ | 25.15 | 49.41 | 8.66 | - |
| YUV | 137.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 15 | 0.87 | 0 | 0.93 | 0.15 | 115.82 | 0.87 | 0.45 |
| Hex | 1D | D8 | F | 57 | 0 | 5D | F | 74 | 57 | 2D |
| Octal | 35 | 330 | 17 | 127 | 0 | 135 | 17 | 164 | 127 | 55 |
| Binary | 11101 | 11011000 | 1111 | 1010111 | 0 | 1011101 | 1111 | 1110100 | 1010111 | 101101 |
Color Harmonies of #1DD80F
Complementary color
Monochromatic Colors of #1DD80F
Black with #1DD80F
Text Example
Text Example
White with #1DD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD80F; }
p { color: rgb(29,216,15); }
H1.HeaderClassName
{
color: #1DD80F;
}
.AnyTagClassName
{
color: #1DD80F;
}
</style>
background-color css
<style>
a { background-color: #1DD80F; }
a { background-color: rgb(29,216,15); }
div.DivClassName
{
background-color: #1DD80F;
}
.BgClassName
{
background-color: #1DD80F;
}
</style>
border-color css
<style>
span { border-color: #1DD80F; }
span { border-color: rgb(29,216,15); }
td.TdClassName
{
border-color: #1DD80F;
}
.TagClassName
{
border-color: #1DD80F;
}
</style>