Shades of Spring Green #1DFA7D
Tints of Spring Green #1DFA7D
RGB
CMYK
RGB Variations
Color information
#1DFA7D (or 0x1DFA7D) is known color: Spring Green. HEX triplet: 1D, FA and 7D. RGB value is (29,250,125). Sum of RGB (Red+Green+Blue) = 29+250+125=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA7D is #E20582. Grayscale: #A9A9A9. Windows color (decimal): -14812547 or 8256029. OLE color: 8256029.
HSL color Cylindrical-coordinate representation of color #1DFA7D: hue angle of 146.06º 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 #1DFA7D is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 125 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.02 |
| HSL | 146.06º | 0.96% | 0.55% | - |
| HSV(B) | 146.06º | 0.88% | 0.98% | - |
| XYZ | 38.39 | 70.11 | 30.91 | - |
| YUV | 169.67 | 102.78 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 125 | 0.88 | 0 | 0.50 | 0.02 | 146.06 | 0.96 | 0.55 |
| Hex | 1D | FA | 7D | 58 | 0 | 32 | 2 | 92 | 60 | 37 |
| Octal | 35 | 372 | 175 | 130 | 0 | 62 | 2 | 222 | 140 | 67 |
| Binary | 11101 | 11111010 | 1111101 | 1011000 | 0 | 110010 | 10 | 10010010 | 1100000 | 110111 |
Color Harmonies of #1DFA7D
Complementary color
Monochromatic Colors of #1DFA7D
Black with #1DFA7D
Text Example
Text Example
White with #1DFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA7D; }
p { color: rgb(29,250,125); }
H1.HeaderClassName
{
color: #1DFA7D;
}
.AnyTagClassName
{
color: #1DFA7D;
}
</style>
background-color css
<style>
a { background-color: #1DFA7D; }
a { background-color: rgb(29,250,125); }
div.DivClassName
{
background-color: #1DFA7D;
}
.BgClassName
{
background-color: #1DFA7D;
}
</style>
border-color css
<style>
span { border-color: #1DFA7D; }
span { border-color: rgb(29,250,125); }
td.TdClassName
{
border-color: #1DFA7D;
}
.TagClassName
{
border-color: #1DFA7D;
}
</style>