Shades of Spring Green #1DF66E
Tints of Spring Green #1DF66E
RGB
CMYK
RGB Variations
Color information
#1DF66E (or 0x1DF66E) is known color: Spring Green. HEX triplet: 1D, F6 and 6E. RGB value is (29,246,110). Sum of RGB (Red+Green+Blue) = 29+246+110=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 246 (96.48% from 255 or 63.90% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF66E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF66E is #E20991. Grayscale: #A5A5A5. Windows color (decimal): -14813586 or 7271965. OLE color: 7271965.
HSL color Cylindrical-coordinate representation of color #1DF66E: hue angle of 142.4º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF66E is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 110 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.04 |
| HSL | 142.4º | 0.92% | 0.54% | - |
| HSV(B) | 142.4º | 0.88% | 0.96% | - |
| XYZ | 36.28 | 67.3 | 25.83 | - |
| YUV | 165.61 | 96.61 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 110 | 0.88 | 0 | 0.55 | 0.04 | 142.4 | 0.92 | 0.54 |
| Hex | 1D | F6 | 6E | 58 | 0 | 37 | 4 | 8E | 5C | 36 |
| Octal | 35 | 366 | 156 | 130 | 0 | 67 | 4 | 216 | 134 | 66 |
| Binary | 11101 | 11110110 | 1101110 | 1011000 | 0 | 110111 | 100 | 10001110 | 1011100 | 110110 |
Color Harmonies of #1DF66E
Complementary color
Monochromatic Colors of #1DF66E
Black with #1DF66E
Text Example
Text Example
White with #1DF66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF66E; }
p { color: rgb(29,246,110); }
H1.HeaderClassName
{
color: #1DF66E;
}
.AnyTagClassName
{
color: #1DF66E;
}
</style>
background-color css
<style>
a { background-color: #1DF66E; }
a { background-color: rgb(29,246,110); }
div.DivClassName
{
background-color: #1DF66E;
}
.BgClassName
{
background-color: #1DF66E;
}
</style>
border-color css
<style>
span { border-color: #1DF66E; }
span { border-color: rgb(29,246,110); }
td.TdClassName
{
border-color: #1DF66E;
}
.TagClassName
{
border-color: #1DF66E;
}
</style>