Shades of Spring Green #1DFD7D
Tints of Spring Green #1DFD7D
RGB
CMYK
RGB Variations
Color information
#1DFD7D (or 0x1DFD7D) is known color: Spring Green. HEX triplet: 1D, FD and 7D. RGB value is (29,253,125). Sum of RGB (Red+Green+Blue) = 29+253+125=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 253 (99.22% from 255 or 62.16% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFD7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFD7D is #E20282. Grayscale: #ABABAB. Windows color (decimal): -14811779 or 8256797. OLE color: 8256797.
HSL color Cylindrical-coordinate representation of color #1DFD7D: hue angle of 145.71º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFD7D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 125 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.01 |
| HSL | 145.71º | 0.98% | 0.55% | - |
| HSV(B) | 145.71º | 0.89% | 0.99% | - |
| XYZ | 39.33 | 71.99 | 31.22 | - |
| YUV | 171.43 | 101.79 | 26.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 125 | 0.89 | 0 | 0.51 | 0.01 | 145.71 | 0.98 | 0.55 |
| Hex | 1D | FD | 7D | 59 | 0 | 33 | 1 | 92 | 62 | 37 |
| Octal | 35 | 375 | 175 | 131 | 0 | 63 | 1 | 222 | 142 | 67 |
| Binary | 11101 | 11111101 | 1111101 | 1011001 | 0 | 110011 | 1 | 10010010 | 1100010 | 110111 |
Color Harmonies of #1DFD7D
Complementary color
Monochromatic Colors of #1DFD7D
Black with #1DFD7D
Text Example
Text Example
White with #1DFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFD7D; }
p { color: rgb(29,253,125); }
H1.HeaderClassName
{
color: #1DFD7D;
}
.AnyTagClassName
{
color: #1DFD7D;
}
</style>
background-color css
<style>
a { background-color: #1DFD7D; }
a { background-color: rgb(29,253,125); }
div.DivClassName
{
background-color: #1DFD7D;
}
.BgClassName
{
background-color: #1DFD7D;
}
</style>
border-color css
<style>
span { border-color: #1DFD7D; }
span { border-color: rgb(29,253,125); }
td.TdClassName
{
border-color: #1DFD7D;
}
.TagClassName
{
border-color: #1DFD7D;
}
</style>