Shades of Spring Green #1DFA7E
Tints of Spring Green #1DFA7E
RGB
CMYK
RGB Variations
Color information
#1DFA7E (or 0x1DFA7E) is known color: Spring Green. HEX triplet: 1D, FA and 7E. RGB value is (29,250,126). Sum of RGB (Red+Green+Blue) = 29+250+126=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA7E is #E20581. Grayscale: #AAAAAA. Windows color (decimal): -14812546 or 8321565. OLE color: 8321565.
HSL color Cylindrical-coordinate representation of color #1DFA7E: hue angle of 146.33º degrees, saturation: 0.96, 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 #1DFA7E is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 126 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.02 |
| HSL | 146.33º | 0.96% | 0.55% | - |
| HSV(B) | 146.33º | 0.88% | 0.98% | - |
| XYZ | 38.46 | 70.14 | 31.25 | - |
| YUV | 169.79 | 103.28 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 126 | 0.88 | 0 | 0.50 | 0.02 | 146.33 | 0.96 | 0.55 |
| Hex | 1D | FA | 7E | 58 | 0 | 32 | 2 | 92 | 60 | 37 |
| Octal | 35 | 372 | 176 | 130 | 0 | 62 | 2 | 222 | 140 | 67 |
| Binary | 11101 | 11111010 | 1111110 | 1011000 | 0 | 110010 | 10 | 10010010 | 1100000 | 110111 |
Color Harmonies of #1DFA7E
Complementary color
Monochromatic Colors of #1DFA7E
Black with #1DFA7E
Text Example
Text Example
White with #1DFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA7E; }
p { color: rgb(29,250,126); }
H1.HeaderClassName
{
color: #1DFA7E;
}
.AnyTagClassName
{
color: #1DFA7E;
}
</style>
background-color css
<style>
a { background-color: #1DFA7E; }
a { background-color: rgb(29,250,126); }
div.DivClassName
{
background-color: #1DFA7E;
}
.BgClassName
{
background-color: #1DFA7E;
}
</style>
border-color css
<style>
span { border-color: #1DFA7E; }
span { border-color: rgb(29,250,126); }
td.TdClassName
{
border-color: #1DFA7E;
}
.TagClassName
{
border-color: #1DFA7E;
}
</style>