Shades of Spring Green #1DED7A
Tints of Spring Green #1DED7A
RGB
CMYK
RGB Variations
Color information
#1DED7A (or 0x1DED7A) is known color: Spring Green. HEX triplet: 1D, ED and 7A. RGB value is (29,237,122). Sum of RGB (Red+Green+Blue) = 29+237+122=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DED7A is #E21285. Grayscale: #A1A1A1. Windows color (decimal): -14815878 or 8056093. OLE color: 8056093.
HSL color Cylindrical-coordinate representation of color #1DED7A: hue angle of 146.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DED7A is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 122 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.07 |
| HSL | 146.83º | 0.85% | 0.52% | - |
| HSV(B) | 146.83º | 0.88% | 0.93% | - |
| XYZ | 34.3 | 62.23 | 28.62 | - |
| YUV | 161.7 | 105.59 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 122 | 0.88 | 0 | 0.49 | 0.07 | 146.83 | 0.85 | 0.52 |
| Hex | 1D | ED | 7A | 58 | 0 | 31 | 7 | 93 | 55 | 34 |
| Octal | 35 | 355 | 172 | 130 | 0 | 61 | 7 | 223 | 125 | 64 |
| Binary | 11101 | 11101101 | 1111010 | 1011000 | 0 | 110001 | 111 | 10010011 | 1010101 | 110100 |
Color Harmonies of #1DED7A
Complementary color
Monochromatic Colors of #1DED7A
Black with #1DED7A
Text Example
Text Example
White with #1DED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED7A; }
p { color: rgb(29,237,122); }
H1.HeaderClassName
{
color: #1DED7A;
}
.AnyTagClassName
{
color: #1DED7A;
}
</style>
background-color css
<style>
a { background-color: #1DED7A; }
a { background-color: rgb(29,237,122); }
div.DivClassName
{
background-color: #1DED7A;
}
.BgClassName
{
background-color: #1DED7A;
}
</style>
border-color css
<style>
span { border-color: #1DED7A; }
span { border-color: rgb(29,237,122); }
td.TdClassName
{
border-color: #1DED7A;
}
.TagClassName
{
border-color: #1DED7A;
}
</style>