Shades of Spring Green #1DF97D
Tints of Spring Green #1DF97D
RGB
CMYK
RGB Variations
Color information
#1DF97D (or 0x1DF97D) is known color: Spring Green. HEX triplet: 1D, F9 and 7D. RGB value is (29,249,125). Sum of RGB (Red+Green+Blue) = 29+249+125=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF97D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF97D is #E20682. Grayscale: #A9A9A9. Windows color (decimal): -14812803 or 8255773. OLE color: 8255773.
HSL color Cylindrical-coordinate representation of color #1DF97D: hue angle of 146.18º 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 #1DF97D is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 125 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.02 |
| HSL | 146.18º | 0.95% | 0.55% | - |
| HSV(B) | 146.18º | 0.88% | 0.98% | - |
| XYZ | 38.08 | 69.49 | 30.81 | - |
| YUV | 169.08 | 103.11 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 125 | 0.88 | 0 | 0.50 | 0.02 | 146.18 | 0.95 | 0.55 |
| Hex | 1D | F9 | 7D | 58 | 0 | 32 | 2 | 92 | 5F | 37 |
| Octal | 35 | 371 | 175 | 130 | 0 | 62 | 2 | 222 | 137 | 67 |
| Binary | 11101 | 11111001 | 1111101 | 1011000 | 0 | 110010 | 10 | 10010010 | 1011111 | 110111 |
Color Harmonies of #1DF97D
Complementary color
Monochromatic Colors of #1DF97D
Black with #1DF97D
Text Example
Text Example
White with #1DF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF97D; }
p { color: rgb(29,249,125); }
H1.HeaderClassName
{
color: #1DF97D;
}
.AnyTagClassName
{
color: #1DF97D;
}
</style>
background-color css
<style>
a { background-color: #1DF97D; }
a { background-color: rgb(29,249,125); }
div.DivClassName
{
background-color: #1DF97D;
}
.BgClassName
{
background-color: #1DF97D;
}
</style>
border-color css
<style>
span { border-color: #1DF97D; }
span { border-color: rgb(29,249,125); }
td.TdClassName
{
border-color: #1DF97D;
}
.TagClassName
{
border-color: #1DF97D;
}
</style>