Shades of Spring Green #1DF981
Tints of Spring Green #1DF981
RGB
CMYK
RGB Variations
Color information
#1DF981 (or 0x1DF981) is known color: Spring Green. HEX triplet: 1D, F9 and 81. RGB value is (29,249,129). Sum of RGB (Red+Green+Blue) = 29+249+129=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF981 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF981 is #E2067E. Grayscale: #A9A9A9. Windows color (decimal): -14812799 or 8517917. OLE color: 8517917.
HSL color Cylindrical-coordinate representation of color #1DF981: hue angle of 147.27º 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 #1DF981 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 129 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.02 |
| HSL | 147.27º | 0.95% | 0.55% | - |
| HSV(B) | 147.27º | 0.88% | 0.98% | - |
| XYZ | 38.34 | 69.6 | 32.18 | - |
| YUV | 169.54 | 105.11 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 129 | 0.88 | 0 | 0.48 | 0.02 | 147.27 | 0.95 | 0.55 |
| Hex | 1D | F9 | 81 | 58 | 0 | 30 | 2 | 93 | 5F | 37 |
| Octal | 35 | 371 | 201 | 130 | 0 | 60 | 2 | 223 | 137 | 67 |
| Binary | 11101 | 11111001 | 10000001 | 1011000 | 0 | 110000 | 10 | 10010011 | 1011111 | 110111 |
Color Harmonies of #1DF981
Complementary color
Monochromatic Colors of #1DF981
Black with #1DF981
Text Example
Text Example
White with #1DF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF981; }
p { color: rgb(29,249,129); }
H1.HeaderClassName
{
color: #1DF981;
}
.AnyTagClassName
{
color: #1DF981;
}
</style>
background-color css
<style>
a { background-color: #1DF981; }
a { background-color: rgb(29,249,129); }
div.DivClassName
{
background-color: #1DF981;
}
.BgClassName
{
background-color: #1DF981;
}
</style>
border-color css
<style>
span { border-color: #1DF981; }
span { border-color: rgb(29,249,129); }
td.TdClassName
{
border-color: #1DF981;
}
.TagClassName
{
border-color: #1DF981;
}
</style>