Shades of Medium Spring Green #00ED95
Tints of Medium Spring Green #00ED95
RGB
CMYK
RGB Variations
Color information
#00ED95 (or 0x00ED95) is known color: Medium Spring Green. HEX triplet: 00, ED and 95. RGB value is (0,237,149). Sum of RGB (Red+Green+Blue) = 0+237+149=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ED95 is #FF126A. Grayscale: #9C9C9C. Windows color (decimal): -16716395 or 9825536. OLE color: 9825536.
HSL color Cylindrical-coordinate representation of color #00ED95: hue angle of 157.72º 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 #00ED95 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 149 | - |
| CMYK | 1 | 0 | 0.37 | 0.07 |
| HSL | 157.72º | 1% | 0.46% | - |
| HSV(B) | 157.72º | 1% | 0.93% | - |
| XYZ | 35.71 | 62.74 | 38.66 | - |
| YUV | 156.11 | 123.98 | 16.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 149 | 1 | 0 | 0.37 | 0.07 | 157.72 | 1 | 0.46 |
| Hex | 0 | ED | 95 | 64 | 0 | 25 | 7 | 9E | 64 | 2E |
| Octal | 0 | 355 | 225 | 144 | 0 | 45 | 7 | 236 | 144 | 56 |
| Binary | 0 | 11101101 | 10010101 | 1100100 | 0 | 100101 | 111 | 10011110 | 1100100 | 101110 |
Color Harmonies of #00ED95
Complementary color
Monochromatic Colors of #00ED95
Black with #00ED95
Text Example
Text Example
White with #00ED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED95; }
p { color: rgb(0,237,149); }
H1.HeaderClassName
{
color: #00ED95;
}
.AnyTagClassName
{
color: #00ED95;
}
</style>
background-color css
<style>
a { background-color: #00ED95; }
a { background-color: rgb(0,237,149); }
div.DivClassName
{
background-color: #00ED95;
}
.BgClassName
{
background-color: #00ED95;
}
</style>
border-color css
<style>
span { border-color: #00ED95; }
span { border-color: rgb(0,237,149); }
td.TdClassName
{
border-color: #00ED95;
}
.TagClassName
{
border-color: #00ED95;
}
</style>