Shades of Spring Green #1DFA7B
Tints of Spring Green #1DFA7B
RGB
CMYK
RGB Variations
Color information
#1DFA7B (or 0x1DFA7B) is known color: Spring Green. HEX triplet: 1D, FA and 7B. RGB value is (29,250,123). Sum of RGB (Red+Green+Blue) = 29+250+123=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA7B is #E20584. Grayscale: #A9A9A9. Windows color (decimal): -14812549 or 8124957. OLE color: 8124957.
HSL color Cylindrical-coordinate representation of color #1DFA7B: hue angle of 145.52º 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 #1DFA7B is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 123 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.02 |
| HSL | 145.52º | 0.96% | 0.55% | - |
| HSV(B) | 145.52º | 0.88% | 0.98% | - |
| XYZ | 38.27 | 70.06 | 30.25 | - |
| YUV | 169.44 | 101.78 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 123 | 0.88 | 0 | 0.51 | 0.02 | 145.52 | 0.96 | 0.55 |
| Hex | 1D | FA | 7B | 58 | 0 | 33 | 2 | 92 | 60 | 37 |
| Octal | 35 | 372 | 173 | 130 | 0 | 63 | 2 | 222 | 140 | 67 |
| Binary | 11101 | 11111010 | 1111011 | 1011000 | 0 | 110011 | 10 | 10010010 | 1100000 | 110111 |
Color Harmonies of #1DFA7B
Complementary color
Monochromatic Colors of #1DFA7B
Black with #1DFA7B
Text Example
Text Example
White with #1DFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA7B; }
p { color: rgb(29,250,123); }
H1.HeaderClassName
{
color: #1DFA7B;
}
.AnyTagClassName
{
color: #1DFA7B;
}
</style>
background-color css
<style>
a { background-color: #1DFA7B; }
a { background-color: rgb(29,250,123); }
div.DivClassName
{
background-color: #1DFA7B;
}
.BgClassName
{
background-color: #1DFA7B;
}
</style>
border-color css
<style>
span { border-color: #1DFA7B; }
span { border-color: rgb(29,250,123); }
td.TdClassName
{
border-color: #1DFA7B;
}
.TagClassName
{
border-color: #1DFA7B;
}
</style>