Shades of Spring Green #1DF984
Tints of Spring Green #1DF984
RGB
CMYK
RGB Variations
Color information
#1DF984 (or 0x1DF984) is known color: Spring Green. HEX triplet: 1D, F9 and 84. RGB value is (29,249,132). Sum of RGB (Red+Green+Blue) = 29+249+132=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF984 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF984 is #E2067B. Grayscale: #AAAAAA. Windows color (decimal): -14812796 or 8714525. OLE color: 8714525.
HSL color Cylindrical-coordinate representation of color #1DF984: hue angle of 148.09º 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 #1DF984 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 132 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.02 |
| HSL | 148.09º | 0.95% | 0.55% | - |
| HSV(B) | 148.09º | 0.88% | 0.98% | - |
| XYZ | 38.55 | 69.68 | 33.25 | - |
| YUV | 169.88 | 106.61 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 132 | 0.88 | 0 | 0.47 | 0.02 | 148.09 | 0.95 | 0.55 |
| Hex | 1D | F9 | 84 | 58 | 0 | 2F | 2 | 94 | 5F | 37 |
| Octal | 35 | 371 | 204 | 130 | 0 | 57 | 2 | 224 | 137 | 67 |
| Binary | 11101 | 11111001 | 10000100 | 1011000 | 0 | 101111 | 10 | 10010100 | 1011111 | 110111 |
Color Harmonies of #1DF984
Complementary color
Monochromatic Colors of #1DF984
Black with #1DF984
Text Example
Text Example
White with #1DF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF984; }
p { color: rgb(29,249,132); }
H1.HeaderClassName
{
color: #1DF984;
}
.AnyTagClassName
{
color: #1DF984;
}
</style>
background-color css
<style>
a { background-color: #1DF984; }
a { background-color: rgb(29,249,132); }
div.DivClassName
{
background-color: #1DF984;
}
.BgClassName
{
background-color: #1DF984;
}
</style>
border-color css
<style>
span { border-color: #1DF984; }
span { border-color: rgb(29,249,132); }
td.TdClassName
{
border-color: #1DF984;
}
.TagClassName
{
border-color: #1DF984;
}
</style>