Shades of Spring Green #1DE67F
Tints of Spring Green #1DE67F
RGB
CMYK
RGB Variations
Color information
#1DE67F (or 0x1DE67F) is known color: Spring Green. HEX triplet: 1D, E6 and 7F. RGB value is (29,230,127). Sum of RGB (Red+Green+Blue) = 29+230+127=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #1DE67F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DE67F is #E21980. Grayscale: #9E9E9E. Windows color (decimal): -14817665 or 8381981. OLE color: 8381981.
HSL color Cylindrical-coordinate representation of color #1DE67F: hue angle of 149.25º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE67F is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 29 | 230 | 127 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.10 |
| HSL | 149.25º | 0.8% | 0.51% | - |
| HSV(B) | 149.25º | 0.87% | 0.9% | - |
| XYZ | 32.63 | 58.39 | 29.63 | - |
| YUV | 158.16 | 110.41 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 230 | 127 | 0.87 | 0 | 0.45 | 0.10 | 149.25 | 0.8 | 0.51 |
| Hex | 1D | E6 | 7F | 57 | 0 | 2D | A | 95 | 50 | 33 |
| Octal | 35 | 346 | 177 | 127 | 0 | 55 | 12 | 225 | 120 | 63 |
| Binary | 11101 | 11100110 | 1111111 | 1010111 | 0 | 101101 | 1010 | 10010101 | 1010000 | 110011 |
Color Harmonies of #1DE67F
Complementary color
Monochromatic Colors of #1DE67F
Black with #1DE67F
Text Example
Text Example
White with #1DE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE67F; }
p { color: rgb(29,230,127); }
H1.HeaderClassName
{
color: #1DE67F;
}
.AnyTagClassName
{
color: #1DE67F;
}
</style>
background-color css
<style>
a { background-color: #1DE67F; }
a { background-color: rgb(29,230,127); }
div.DivClassName
{
background-color: #1DE67F;
}
.BgClassName
{
background-color: #1DE67F;
}
</style>
border-color css
<style>
span { border-color: #1DE67F; }
span { border-color: rgb(29,230,127); }
td.TdClassName
{
border-color: #1DE67F;
}
.TagClassName
{
border-color: #1DE67F;
}
</style>