Shades of Spring Green #1DF085
Tints of Spring Green #1DF085
RGB
CMYK
RGB Variations
Color information
#1DF085 (or 0x1DF085) is known color: Spring Green. HEX triplet: 1D, F0 and 85. RGB value is (29,240,133). Sum of RGB (Red+Green+Blue) = 29+240+133=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF085 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF085 is #E20F7A. Grayscale: #A4A4A4. Windows color (decimal): -14815099 or 8777757. OLE color: 8777757.
HSL color Cylindrical-coordinate representation of color #1DF085: hue angle of 149.57º 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 #1DF085 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 133 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.06 |
| HSL | 149.57º | 0.88% | 0.53% | - |
| HSV(B) | 149.57º | 0.88% | 0.94% | - |
| XYZ | 35.9 | 64.27 | 32.7 | - |
| YUV | 164.71 | 110.1 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 133 | 0.88 | 0 | 0.45 | 0.06 | 149.57 | 0.88 | 0.53 |
| Hex | 1D | F0 | 85 | 58 | 0 | 2D | 6 | 96 | 58 | 35 |
| Octal | 35 | 360 | 205 | 130 | 0 | 55 | 6 | 226 | 130 | 65 |
| Binary | 11101 | 11110000 | 10000101 | 1011000 | 0 | 101101 | 110 | 10010110 | 1011000 | 110101 |
Color Harmonies of #1DF085
Complementary color
Monochromatic Colors of #1DF085
Black with #1DF085
Text Example
Text Example
White with #1DF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF085; }
p { color: rgb(29,240,133); }
H1.HeaderClassName
{
color: #1DF085;
}
.AnyTagClassName
{
color: #1DF085;
}
</style>
background-color css
<style>
a { background-color: #1DF085; }
a { background-color: rgb(29,240,133); }
div.DivClassName
{
background-color: #1DF085;
}
.BgClassName
{
background-color: #1DF085;
}
</style>
border-color css
<style>
span { border-color: #1DF085; }
span { border-color: rgb(29,240,133); }
td.TdClassName
{
border-color: #1DF085;
}
.TagClassName
{
border-color: #1DF085;
}
</style>