Shades of Spring Green #1DF081
Tints of Spring Green #1DF081
RGB
CMYK
RGB Variations
Color information
#1DF081 (or 0x1DF081) is known color: Spring Green. HEX triplet: 1D, F0 and 81. RGB value is (29,240,129). Sum of RGB (Red+Green+Blue) = 29+240+129=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF081 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF081 is #E20F7E. Grayscale: #A4A4A4. Windows color (decimal): -14815103 or 8515613. OLE color: 8515613.
HSL color Cylindrical-coordinate representation of color #1DF081: hue angle of 148.44º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF081 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 129 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.06 |
| HSL | 148.44º | 0.88% | 0.53% | - |
| HSV(B) | 148.44º | 0.88% | 0.94% | - |
| XYZ | 35.63 | 64.17 | 31.28 | - |
| YUV | 164.26 | 108.1 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 129 | 0.88 | 0 | 0.46 | 0.06 | 148.44 | 0.88 | 0.53 |
| Hex | 1D | F0 | 81 | 58 | 0 | 2E | 6 | 94 | 58 | 35 |
| Octal | 35 | 360 | 201 | 130 | 0 | 56 | 6 | 224 | 130 | 65 |
| Binary | 11101 | 11110000 | 10000001 | 1011000 | 0 | 101110 | 110 | 10010100 | 1011000 | 110101 |
Color Harmonies of #1DF081
Complementary color
Monochromatic Colors of #1DF081
Black with #1DF081
Text Example
Text Example
White with #1DF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF081; }
p { color: rgb(29,240,129); }
H1.HeaderClassName
{
color: #1DF081;
}
.AnyTagClassName
{
color: #1DF081;
}
</style>
background-color css
<style>
a { background-color: #1DF081; }
a { background-color: rgb(29,240,129); }
div.DivClassName
{
background-color: #1DF081;
}
.BgClassName
{
background-color: #1DF081;
}
</style>
border-color css
<style>
span { border-color: #1DF081; }
span { border-color: rgb(29,240,129); }
td.TdClassName
{
border-color: #1DF081;
}
.TagClassName
{
border-color: #1DF081;
}
</style>