Shades of Medium Spring Green #01ED8D
Tints of Medium Spring Green #01ED8D
RGB
CMYK
RGB Variations
Color information
#01ED8D (or 0x01ED8D) is known color: Medium Spring Green. HEX triplet: 01, ED and 8D. RGB value is (1,237,141). Sum of RGB (Red+Green+Blue) = 1+237+141=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01ED8D is #FE1272. Grayscale: #9B9B9B. Windows color (decimal): -16650867 or 9301249. OLE color: 9301249.
HSL color Cylindrical-coordinate representation of color #01ED8D: hue angle of 155.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED8D is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 141 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.07 |
| HSL | 155.59º | 0.99% | 0.47% | - |
| HSV(B) | 155.59º | 1% | 0.93% | - |
| XYZ | 35.1 | 62.5 | 35.41 | - |
| YUV | 155.49 | 119.81 | 17.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 141 | 1.00 | 0 | 0.41 | 0.07 | 155.59 | 0.99 | 0.47 |
| Hex | 1 | ED | 8D | 64 | 0 | 29 | 7 | 9C | 63 | 2F |
| Octal | 1 | 355 | 215 | 144 | 0 | 51 | 7 | 234 | 143 | 57 |
| Binary | 1 | 11101101 | 10001101 | 1100100 | 0 | 101001 | 111 | 10011100 | 1100011 | 101111 |
Color Harmonies of #01ED8D
Complementary color
Monochromatic Colors of #01ED8D
Black with #01ED8D
Text Example
Text Example
White with #01ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED8D; }
p { color: rgb(1,237,141); }
H1.HeaderClassName
{
color: #01ED8D;
}
.AnyTagClassName
{
color: #01ED8D;
}
</style>
background-color css
<style>
a { background-color: #01ED8D; }
a { background-color: rgb(1,237,141); }
div.DivClassName
{
background-color: #01ED8D;
}
.BgClassName
{
background-color: #01ED8D;
}
</style>
border-color css
<style>
span { border-color: #01ED8D; }
span { border-color: rgb(1,237,141); }
td.TdClassName
{
border-color: #01ED8D;
}
.TagClassName
{
border-color: #01ED8D;
}
</style>