Shades of Spring Green #1DF071
Tints of Spring Green #1DF071
RGB
CMYK
RGB Variations
Color information
#1DF071 (or 0x1DF071) is known color: Spring Green. HEX triplet: 1D, F0 and 71. RGB value is (29,240,113). Sum of RGB (Red+Green+Blue) = 29+240+113=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF071 is #E20F8E. Grayscale: #A2A2A2. Windows color (decimal): -14815119 or 7467037. OLE color: 7467037.
HSL color Cylindrical-coordinate representation of color #1DF071: hue angle of 143.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF071 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 113 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.06 |
| HSL | 143.89º | 0.88% | 0.53% | - |
| HSV(B) | 143.89º | 0.88% | 0.94% | - |
| XYZ | 34.65 | 63.77 | 26.11 | - |
| YUV | 162.43 | 100.1 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 113 | 0.88 | 0 | 0.53 | 0.06 | 143.89 | 0.88 | 0.53 |
| Hex | 1D | F0 | 71 | 58 | 0 | 35 | 6 | 90 | 58 | 35 |
| Octal | 35 | 360 | 161 | 130 | 0 | 65 | 6 | 220 | 130 | 65 |
| Binary | 11101 | 11110000 | 1110001 | 1011000 | 0 | 110101 | 110 | 10010000 | 1011000 | 110101 |
Color Harmonies of #1DF071
Complementary color
Monochromatic Colors of #1DF071
Black with #1DF071
Text Example
Text Example
White with #1DF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF071; }
p { color: rgb(29,240,113); }
H1.HeaderClassName
{
color: #1DF071;
}
.AnyTagClassName
{
color: #1DF071;
}
</style>
background-color css
<style>
a { background-color: #1DF071; }
a { background-color: rgb(29,240,113); }
div.DivClassName
{
background-color: #1DF071;
}
.BgClassName
{
background-color: #1DF071;
}
</style>
border-color css
<style>
span { border-color: #1DF071; }
span { border-color: rgb(29,240,113); }
td.TdClassName
{
border-color: #1DF071;
}
.TagClassName
{
border-color: #1DF071;
}
</style>