Shades of Spring Green #00ED6D
Tints of Spring Green #00ED6D
RGB
CMYK
RGB Variations
Color information
#00ED6D (or 0x00ED6D) is known color: Spring Green. HEX triplet: 00, ED and 6D. RGB value is (0,237,109). Sum of RGB (Red+Green+Blue) = 0+237+109=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00ED6D is #FF1292. Grayscale: #979797. Windows color (decimal): -16716435 or 7204096. OLE color: 7204096.
HSL color Cylindrical-coordinate representation of color #00ED6D: hue angle of 147.59º 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 #00ED6D is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 109 | - |
| CMYK | 1 | 0 | 0.54 | 0.07 |
| HSL | 147.59º | 1% | 0.46% | - |
| HSV(B) | 147.59º | 1% | 0.93% | - |
| XYZ | 33.04 | 61.67 | 24.63 | - |
| YUV | 151.55 | 103.98 | 19.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 109 | 1 | 0 | 0.54 | 0.07 | 147.59 | 1 | 0.46 |
| Hex | 0 | ED | 6D | 64 | 0 | 36 | 7 | 94 | 64 | 2E |
| Octal | 0 | 355 | 155 | 144 | 0 | 66 | 7 | 224 | 144 | 56 |
| Binary | 0 | 11101101 | 1101101 | 1100100 | 0 | 110110 | 111 | 10010100 | 1100100 | 101110 |
Color Harmonies of #00ED6D
Complementary color
Monochromatic Colors of #00ED6D
Black with #00ED6D
Text Example
Text Example
White with #00ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED6D; }
p { color: rgb(0,237,109); }
H1.HeaderClassName
{
color: #00ED6D;
}
.AnyTagClassName
{
color: #00ED6D;
}
</style>
background-color css
<style>
a { background-color: #00ED6D; }
a { background-color: rgb(0,237,109); }
div.DivClassName
{
background-color: #00ED6D;
}
.BgClassName
{
background-color: #00ED6D;
}
</style>
border-color css
<style>
span { border-color: #00ED6D; }
span { border-color: rgb(0,237,109); }
td.TdClassName
{
border-color: #00ED6D;
}
.TagClassName
{
border-color: #00ED6D;
}
</style>