Shades of Spring Green #1DF97C
Tints of Spring Green #1DF97C
RGB
CMYK
RGB Variations
Color information
#1DF97C (or 0x1DF97C) is known color: Spring Green. HEX triplet: 1D, F9 and 7C. RGB value is (29,249,124). Sum of RGB (Red+Green+Blue) = 29+249+124=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF97C is #E20683. Grayscale: #A9A9A9. Windows color (decimal): -14812804 or 8190237. OLE color: 8190237.
HSL color Cylindrical-coordinate representation of color #1DF97C: hue angle of 145.91º degrees, saturation: 0.95, 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 #1DF97C is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 124 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.02 |
| HSL | 145.91º | 0.95% | 0.55% | - |
| HSV(B) | 145.91º | 0.88% | 0.98% | - |
| XYZ | 38.02 | 69.47 | 30.47 | - |
| YUV | 168.97 | 102.61 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 124 | 0.88 | 0 | 0.50 | 0.02 | 145.91 | 0.95 | 0.55 |
| Hex | 1D | F9 | 7C | 58 | 0 | 32 | 2 | 92 | 5F | 37 |
| Octal | 35 | 371 | 174 | 130 | 0 | 62 | 2 | 222 | 137 | 67 |
| Binary | 11101 | 11111001 | 1111100 | 1011000 | 0 | 110010 | 10 | 10010010 | 1011111 | 110111 |
Color Harmonies of #1DF97C
Complementary color
Monochromatic Colors of #1DF97C
Black with #1DF97C
Text Example
Text Example
White with #1DF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF97C; }
p { color: rgb(29,249,124); }
H1.HeaderClassName
{
color: #1DF97C;
}
.AnyTagClassName
{
color: #1DF97C;
}
</style>
background-color css
<style>
a { background-color: #1DF97C; }
a { background-color: rgb(29,249,124); }
div.DivClassName
{
background-color: #1DF97C;
}
.BgClassName
{
background-color: #1DF97C;
}
</style>
border-color css
<style>
span { border-color: #1DF97C; }
span { border-color: rgb(29,249,124); }
td.TdClassName
{
border-color: #1DF97C;
}
.TagClassName
{
border-color: #1DF97C;
}
</style>