Shades of Spring Green #1DF785
Tints of Spring Green #1DF785
RGB
CMYK
RGB Variations
Color information
#1DF785 (or 0x1DF785) is known color: Spring Green. HEX triplet: 1D, F7 and 85. RGB value is (29,247,133). Sum of RGB (Red+Green+Blue) = 29+247+133=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 247 (96.88% from 255 or 60.39% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF785 is #E2087A. Grayscale: #A9A9A9. Windows color (decimal): -14813307 or 8779549. OLE color: 8779549.
HSL color Cylindrical-coordinate representation of color #1DF785: hue angle of 148.62º degrees, saturation: 0.93, 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 #1DF785 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 133 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.03 |
| HSL | 148.62º | 0.93% | 0.54% | - |
| HSV(B) | 148.62º | 0.88% | 0.97% | - |
| XYZ | 38 | 68.48 | 33.4 | - |
| YUV | 168.82 | 107.78 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 133 | 0.88 | 0 | 0.46 | 0.03 | 148.62 | 0.93 | 0.54 |
| Hex | 1D | F7 | 85 | 58 | 0 | 2E | 3 | 95 | 5D | 36 |
| Octal | 35 | 367 | 205 | 130 | 0 | 56 | 3 | 225 | 135 | 66 |
| Binary | 11101 | 11110111 | 10000101 | 1011000 | 0 | 101110 | 11 | 10010101 | 1011101 | 110110 |
Color Harmonies of #1DF785
Complementary color
Monochromatic Colors of #1DF785
Black with #1DF785
Text Example
Text Example
White with #1DF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF785; }
p { color: rgb(29,247,133); }
H1.HeaderClassName
{
color: #1DF785;
}
.AnyTagClassName
{
color: #1DF785;
}
</style>
background-color css
<style>
a { background-color: #1DF785; }
a { background-color: rgb(29,247,133); }
div.DivClassName
{
background-color: #1DF785;
}
.BgClassName
{
background-color: #1DF785;
}
</style>
border-color css
<style>
span { border-color: #1DF785; }
span { border-color: rgb(29,247,133); }
td.TdClassName
{
border-color: #1DF785;
}
.TagClassName
{
border-color: #1DF785;
}
</style>