Shades of Spring Green #1DF980
Tints of Spring Green #1DF980
RGB
CMYK
RGB Variations
Color information
#1DF980 (or 0x1DF980) is known color: Spring Green. HEX triplet: 1D, F9 and 80. RGB value is (29,249,128). Sum of RGB (Red+Green+Blue) = 29+249+128=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 249 (97.66% from 255 or 61.33% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF980 is #E2067F. Grayscale: #A9A9A9. Windows color (decimal): -14812800 or 8452381. OLE color: 8452381.
HSL color Cylindrical-coordinate representation of color #1DF980: hue angle of 147º 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 #1DF980 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 128 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.02 |
| HSL | 147º | 0.95% | 0.55% | - |
| HSV(B) | 147º | 0.88% | 0.98% | - |
| XYZ | 38.28 | 69.57 | 31.83 | - |
| YUV | 169.43 | 104.61 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 128 | 0.88 | 0 | 0.49 | 0.02 | 147 | 0.95 | 0.55 |
| Hex | 1D | F9 | 80 | 58 | 0 | 31 | 2 | 93 | 5F | 37 |
| Octal | 35 | 371 | 200 | 130 | 0 | 61 | 2 | 223 | 137 | 67 |
| Binary | 11101 | 11111001 | 10000000 | 1011000 | 0 | 110001 | 10 | 10010011 | 1011111 | 110111 |
Color Harmonies of #1DF980
Complementary color
Monochromatic Colors of #1DF980
Black with #1DF980
Text Example
Text Example
White with #1DF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF980; }
p { color: rgb(29,249,128); }
H1.HeaderClassName
{
color: #1DF980;
}
.AnyTagClassName
{
color: #1DF980;
}
</style>
background-color css
<style>
a { background-color: #1DF980; }
a { background-color: rgb(29,249,128); }
div.DivClassName
{
background-color: #1DF980;
}
.BgClassName
{
background-color: #1DF980;
}
</style>
border-color css
<style>
span { border-color: #1DF980; }
span { border-color: rgb(29,249,128); }
td.TdClassName
{
border-color: #1DF980;
}
.TagClassName
{
border-color: #1DF980;
}
</style>