Shades of Spring Green #1DF17D
Tints of Spring Green #1DF17D
RGB
CMYK
RGB Variations
Color information
#1DF17D (or 0x1DF17D) is known color: Spring Green. HEX triplet: 1D, F1 and 7D. RGB value is (29,241,125). Sum of RGB (Red+Green+Blue) = 29+241+125=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF17D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF17D is #E20E82. Grayscale: #A4A4A4. Windows color (decimal): -14814851 or 8253725. OLE color: 8253725.
HSL color Cylindrical-coordinate representation of color #1DF17D: hue angle of 147.17º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF17D is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 125 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.05 |
| HSL | 147.17º | 0.88% | 0.53% | - |
| HSV(B) | 147.17º | 0.88% | 0.95% | - |
| XYZ | 35.66 | 64.65 | 30 | - |
| YUV | 164.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 125 | 0.88 | 0 | 0.48 | 0.05 | 147.17 | 0.88 | 0.53 |
| Hex | 1D | F1 | 7D | 58 | 0 | 30 | 5 | 93 | 58 | 35 |
| Octal | 35 | 361 | 175 | 130 | 0 | 60 | 5 | 223 | 130 | 65 |
| Binary | 11101 | 11110001 | 1111101 | 1011000 | 0 | 110000 | 101 | 10010011 | 1011000 | 110101 |
Color Harmonies of #1DF17D
Complementary color
Monochromatic Colors of #1DF17D
Black with #1DF17D
Text Example
Text Example
White with #1DF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF17D; }
p { color: rgb(29,241,125); }
H1.HeaderClassName
{
color: #1DF17D;
}
.AnyTagClassName
{
color: #1DF17D;
}
</style>
background-color css
<style>
a { background-color: #1DF17D; }
a { background-color: rgb(29,241,125); }
div.DivClassName
{
background-color: #1DF17D;
}
.BgClassName
{
background-color: #1DF17D;
}
</style>
border-color css
<style>
span { border-color: #1DF17D; }
span { border-color: rgb(29,241,125); }
td.TdClassName
{
border-color: #1DF17D;
}
.TagClassName
{
border-color: #1DF17D;
}
</style>