Shades of Spring Green #1DFA6D
Tints of Spring Green #1DFA6D
RGB
CMYK
RGB Variations
Color information
#1DFA6D (or 0x1DFA6D) is known color: Spring Green. HEX triplet: 1D, FA and 6D. RGB value is (29,250,109). Sum of RGB (Red+Green+Blue) = 29+250+109=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA6D is #E20592. Grayscale: #A8A8A8. Windows color (decimal): -14812563 or 7207453. OLE color: 7207453.
HSL color Cylindrical-coordinate representation of color #1DFA6D: hue angle of 141.72º 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 #1DFA6D is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 109 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.02 |
| HSL | 141.72º | 0.96% | 0.55% | - |
| HSV(B) | 141.72º | 0.88% | 0.98% | - |
| XYZ | 37.45 | 69.74 | 25.95 | - |
| YUV | 167.85 | 94.78 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 109 | 0.88 | 0 | 0.56 | 0.02 | 141.72 | 0.96 | 0.55 |
| Hex | 1D | FA | 6D | 58 | 0 | 38 | 2 | 8E | 60 | 37 |
| Octal | 35 | 372 | 155 | 130 | 0 | 70 | 2 | 216 | 140 | 67 |
| Binary | 11101 | 11111010 | 1101101 | 1011000 | 0 | 111000 | 10 | 10001110 | 1100000 | 110111 |
Color Harmonies of #1DFA6D
Complementary color
Monochromatic Colors of #1DFA6D
Black with #1DFA6D
Text Example
Text Example
White with #1DFA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA6D; }
p { color: rgb(29,250,109); }
H1.HeaderClassName
{
color: #1DFA6D;
}
.AnyTagClassName
{
color: #1DFA6D;
}
</style>
background-color css
<style>
a { background-color: #1DFA6D; }
a { background-color: rgb(29,250,109); }
div.DivClassName
{
background-color: #1DFA6D;
}
.BgClassName
{
background-color: #1DFA6D;
}
</style>
border-color css
<style>
span { border-color: #1DFA6D; }
span { border-color: rgb(29,250,109); }
td.TdClassName
{
border-color: #1DFA6D;
}
.TagClassName
{
border-color: #1DFA6D;
}
</style>