Shades of Spring Green #00ED70
Tints of Spring Green #00ED70
RGB
CMYK
RGB Variations
Color information
#00ED70 (or 0x00ED70) is known color: Spring Green. HEX triplet: 00, ED and 70. RGB value is (0,237,112). Sum of RGB (Red+Green+Blue) = 0+237+112=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00ED70 is #FF128F. Grayscale: #989898. Windows color (decimal): -16716432 or 7400704. OLE color: 7400704.
HSL color Cylindrical-coordinate representation of color #00ED70: hue angle of 148.35º 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 #00ED70 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 112 | - |
| CMYK | 1 | 0 | 0.53 | 0.07 |
| HSL | 148.35º | 1% | 0.46% | - |
| HSV(B) | 148.35º | 1% | 0.93% | - |
| XYZ | 33.21 | 61.74 | 25.5 | - |
| YUV | 151.89 | 105.48 | 19.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 112 | 1 | 0 | 0.53 | 0.07 | 148.35 | 1 | 0.46 |
| Hex | 0 | ED | 70 | 64 | 0 | 35 | 7 | 94 | 64 | 2E |
| Octal | 0 | 355 | 160 | 144 | 0 | 65 | 7 | 224 | 144 | 56 |
| Binary | 0 | 11101101 | 1110000 | 1100100 | 0 | 110101 | 111 | 10010100 | 1100100 | 101110 |
Color Harmonies of #00ED70
Complementary color
Monochromatic Colors of #00ED70
Black with #00ED70
Text Example
Text Example
White with #00ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED70; }
p { color: rgb(0,237,112); }
H1.HeaderClassName
{
color: #00ED70;
}
.AnyTagClassName
{
color: #00ED70;
}
</style>
background-color css
<style>
a { background-color: #00ED70; }
a { background-color: rgb(0,237,112); }
div.DivClassName
{
background-color: #00ED70;
}
.BgClassName
{
background-color: #00ED70;
}
</style>
border-color css
<style>
span { border-color: #00ED70; }
span { border-color: rgb(0,237,112); }
td.TdClassName
{
border-color: #00ED70;
}
.TagClassName
{
border-color: #00ED70;
}
</style>