Shades of Medium Spring Green #00ED8D
Tints of Medium Spring Green #00ED8D
RGB
CMYK
RGB Variations
Color information
#00ED8D (or 0x00ED8D) is known color: Medium Spring Green. HEX triplet: 00, ED and 8D. RGB value is (0,237,141). Sum of RGB (Red+Green+Blue) = 0+237+141=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ED8D is #FF1272. Grayscale: #9B9B9B. Windows color (decimal): -16716403 or 9301248. OLE color: 9301248.
HSL color Cylindrical-coordinate representation of color #00ED8D: hue angle of 155.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ED8D is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 141 | - |
| CMYK | 1 | 0 | 0.41 | 0.07 |
| HSL | 155.7º | 1% | 0.46% | - |
| HSV(B) | 155.7º | 1% | 0.93% | - |
| XYZ | 35.09 | 62.49 | 35.41 | - |
| YUV | 155.19 | 119.98 | 17.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 141 | 1 | 0 | 0.41 | 0.07 | 155.7 | 1 | 0.46 |
| Hex | 0 | ED | 8D | 64 | 0 | 29 | 7 | 9C | 64 | 2E |
| Octal | 0 | 355 | 215 | 144 | 0 | 51 | 7 | 234 | 144 | 56 |
| Binary | 0 | 11101101 | 10001101 | 1100100 | 0 | 101001 | 111 | 10011100 | 1100100 | 101110 |
Color Harmonies of #00ED8D
Complementary color
Monochromatic Colors of #00ED8D
Black with #00ED8D
Text Example
Text Example
White with #00ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED8D; }
p { color: rgb(0,237,141); }
H1.HeaderClassName
{
color: #00ED8D;
}
.AnyTagClassName
{
color: #00ED8D;
}
</style>
background-color css
<style>
a { background-color: #00ED8D; }
a { background-color: rgb(0,237,141); }
div.DivClassName
{
background-color: #00ED8D;
}
.BgClassName
{
background-color: #00ED8D;
}
</style>
border-color css
<style>
span { border-color: #00ED8D; }
span { border-color: rgb(0,237,141); }
td.TdClassName
{
border-color: #00ED8D;
}
.TagClassName
{
border-color: #00ED8D;
}
</style>