Shades of Spring Green #1DFE7D
Tints of Spring Green #1DFE7D
RGB
CMYK
RGB Variations
Color information
#1DFE7D (or 0x1DFE7D) is known color: Spring Green. HEX triplet: 1D, FE and 7D. RGB value is (29,254,125). Sum of RGB (Red+Green+Blue) = 29+254+125=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 254 (99.61% from 255 or 62.25% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFE7D is #E20182. Grayscale: #ACACAC. Windows color (decimal): -14811523 or 8257053. OLE color: 8257053.
HSL color Cylindrical-coordinate representation of color #1DFE7D: hue angle of 145.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFE7D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 125 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.00 |
| HSL | 145.6º | 0.99% | 0.55% | - |
| HSV(B) | 145.6º | 0.89% | 1% | - |
| XYZ | 39.65 | 72.63 | 31.33 | - |
| YUV | 172.02 | 101.46 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 125 | 0.89 | 0 | 0.51 | 0.00 | 145.6 | 0.99 | 0.55 |
| Hex | 1D | FE | 7D | 59 | 0 | 33 | 0 | 92 | 63 | 37 |
| Octal | 35 | 376 | 175 | 131 | 0 | 63 | 0 | 222 | 143 | 67 |
| Binary | 11101 | 11111110 | 1111101 | 1011001 | 0 | 110011 | 0 | 10010010 | 1100011 | 110111 |
Color Harmonies of #1DFE7D
Complementary color
Monochromatic Colors of #1DFE7D
Black with #1DFE7D
Text Example
Text Example
White with #1DFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE7D; }
p { color: rgb(29,254,125); }
H1.HeaderClassName
{
color: #1DFE7D;
}
.AnyTagClassName
{
color: #1DFE7D;
}
</style>
background-color css
<style>
a { background-color: #1DFE7D; }
a { background-color: rgb(29,254,125); }
div.DivClassName
{
background-color: #1DFE7D;
}
.BgClassName
{
background-color: #1DFE7D;
}
</style>
border-color css
<style>
span { border-color: #1DFE7D; }
span { border-color: rgb(29,254,125); }
td.TdClassName
{
border-color: #1DFE7D;
}
.TagClassName
{
border-color: #1DFE7D;
}
</style>