Shades of Spring Green #1DF869
Tints of Spring Green #1DF869
RGB
CMYK
RGB Variations
Color information
#1DF869 (or 0x1DF869) is known color: Spring Green. HEX triplet: 1D, F8 and 69. RGB value is (29,248,105). Sum of RGB (Red+Green+Blue) = 29+248+105=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF869 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF869 is #E20796. Grayscale: #A6A6A6. Windows color (decimal): -14813079 or 6944797. OLE color: 6944797.
HSL color Cylindrical-coordinate representation of color #1DF869: hue angle of 140.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF869 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 105 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.03 |
| HSL | 140.82º | 0.94% | 0.54% | - |
| HSV(B) | 140.82º | 0.88% | 0.97% | - |
| XYZ | 36.62 | 68.42 | 24.64 | - |
| YUV | 166.22 | 93.45 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 105 | 0.88 | 0 | 0.58 | 0.03 | 140.82 | 0.94 | 0.54 |
| Hex | 1D | F8 | 69 | 58 | 0 | 3A | 3 | 8D | 5E | 36 |
| Octal | 35 | 370 | 151 | 130 | 0 | 72 | 3 | 215 | 136 | 66 |
| Binary | 11101 | 11111000 | 1101001 | 1011000 | 0 | 111010 | 11 | 10001101 | 1011110 | 110110 |
Color Harmonies of #1DF869
Complementary color
Monochromatic Colors of #1DF869
Black with #1DF869
Text Example
Text Example
White with #1DF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF869; }
p { color: rgb(29,248,105); }
H1.HeaderClassName
{
color: #1DF869;
}
.AnyTagClassName
{
color: #1DF869;
}
</style>
background-color css
<style>
a { background-color: #1DF869; }
a { background-color: rgb(29,248,105); }
div.DivClassName
{
background-color: #1DF869;
}
.BgClassName
{
background-color: #1DF869;
}
</style>
border-color css
<style>
span { border-color: #1DF869; }
span { border-color: rgb(29,248,105); }
td.TdClassName
{
border-color: #1DF869;
}
.TagClassName
{
border-color: #1DF869;
}
</style>