Shades of Spring Green #1DF875
Tints of Spring Green #1DF875
RGB
CMYK
RGB Variations
Color information
#1DF875 (or 0x1DF875) is known color: Spring Green. HEX triplet: 1D, F8 and 75. RGB value is (29,248,117). Sum of RGB (Red+Green+Blue) = 29+248+117=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF875 is #E2078A. Grayscale: #A7A7A7. Windows color (decimal): -14813067 or 7731229. OLE color: 7731229.
HSL color Cylindrical-coordinate representation of color #1DF875: hue angle of 144.11º 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 #1DF875 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 117 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.03 |
| HSL | 144.11º | 0.94% | 0.54% | - |
| HSV(B) | 144.11º | 0.88% | 0.97% | - |
| XYZ | 37.28 | 68.68 | 28.12 | - |
| YUV | 167.59 | 99.45 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 117 | 0.88 | 0 | 0.53 | 0.03 | 144.11 | 0.94 | 0.54 |
| Hex | 1D | F8 | 75 | 58 | 0 | 35 | 3 | 90 | 5E | 36 |
| Octal | 35 | 370 | 165 | 130 | 0 | 65 | 3 | 220 | 136 | 66 |
| Binary | 11101 | 11111000 | 1110101 | 1011000 | 0 | 110101 | 11 | 10010000 | 1011110 | 110110 |
Color Harmonies of #1DF875
Complementary color
Monochromatic Colors of #1DF875
Black with #1DF875
Text Example
Text Example
White with #1DF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF875; }
p { color: rgb(29,248,117); }
H1.HeaderClassName
{
color: #1DF875;
}
.AnyTagClassName
{
color: #1DF875;
}
</style>
background-color css
<style>
a { background-color: #1DF875; }
a { background-color: rgb(29,248,117); }
div.DivClassName
{
background-color: #1DF875;
}
.BgClassName
{
background-color: #1DF875;
}
</style>
border-color css
<style>
span { border-color: #1DF875; }
span { border-color: rgb(29,248,117); }
td.TdClassName
{
border-color: #1DF875;
}
.TagClassName
{
border-color: #1DF875;
}
</style>