Shades of Spring Green #1DF971
Tints of Spring Green #1DF971
RGB
CMYK
RGB Variations
Color information
#1DF971 (or 0x1DF971) is known color: Spring Green. HEX triplet: 1D, F9 and 71. RGB value is (29,249,113). Sum of RGB (Red+Green+Blue) = 29+249+113=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF971 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF971 is #E2068E. Grayscale: #A8A8A8. Windows color (decimal): -14812815 or 7469341. OLE color: 7469341.
HSL color Cylindrical-coordinate representation of color #1DF971: hue angle of 142.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF971 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 113 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.02 |
| HSL | 142.91º | 0.95% | 0.55% | - |
| HSV(B) | 142.91º | 0.88% | 0.98% | - |
| XYZ | 37.36 | 69.2 | 27.01 | - |
| YUV | 167.72 | 97.11 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 113 | 0.88 | 0 | 0.55 | 0.02 | 142.91 | 0.95 | 0.55 |
| Hex | 1D | F9 | 71 | 58 | 0 | 37 | 2 | 8F | 5F | 37 |
| Octal | 35 | 371 | 161 | 130 | 0 | 67 | 2 | 217 | 137 | 67 |
| Binary | 11101 | 11111001 | 1110001 | 1011000 | 0 | 110111 | 10 | 10001111 | 1011111 | 110111 |
Color Harmonies of #1DF971
Complementary color
Monochromatic Colors of #1DF971
Black with #1DF971
Text Example
Text Example
White with #1DF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF971; }
p { color: rgb(29,249,113); }
H1.HeaderClassName
{
color: #1DF971;
}
.AnyTagClassName
{
color: #1DF971;
}
</style>
background-color css
<style>
a { background-color: #1DF971; }
a { background-color: rgb(29,249,113); }
div.DivClassName
{
background-color: #1DF971;
}
.BgClassName
{
background-color: #1DF971;
}
</style>
border-color css
<style>
span { border-color: #1DF971; }
span { border-color: rgb(29,249,113); }
td.TdClassName
{
border-color: #1DF971;
}
.TagClassName
{
border-color: #1DF971;
}
</style>