Shades of Spring Green #00ED6B
Tints of Spring Green #00ED6B
RGB
CMYK
RGB Variations
Color information
#00ED6B (or 0x00ED6B) is known color: Spring Green. HEX triplet: 00, ED and 6B. RGB value is (0,237,107). Sum of RGB (Red+Green+Blue) = 0+237+107=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00ED6B is #FF1294. Grayscale: #979797. Windows color (decimal): -16716437 or 7073024. OLE color: 7073024.
HSL color Cylindrical-coordinate representation of color #00ED6B: hue angle of 147.09º 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 #00ED6B is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 107 | - |
| CMYK | 1 | 0 | 0.55 | 0.07 |
| HSL | 147.09º | 1% | 0.46% | - |
| HSV(B) | 147.09º | 1% | 0.93% | - |
| XYZ | 32.94 | 61.63 | 24.07 | - |
| YUV | 151.32 | 102.98 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 107 | 1 | 0 | 0.55 | 0.07 | 147.09 | 1 | 0.46 |
| Hex | 0 | ED | 6B | 64 | 0 | 37 | 7 | 93 | 64 | 2E |
| Octal | 0 | 355 | 153 | 144 | 0 | 67 | 7 | 223 | 144 | 56 |
| Binary | 0 | 11101101 | 1101011 | 1100100 | 0 | 110111 | 111 | 10010011 | 1100100 | 101110 |
Color Harmonies of #00ED6B
Complementary color
Monochromatic Colors of #00ED6B
Black with #00ED6B
Text Example
Text Example
White with #00ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED6B; }
p { color: rgb(0,237,107); }
H1.HeaderClassName
{
color: #00ED6B;
}
.AnyTagClassName
{
color: #00ED6B;
}
</style>
background-color css
<style>
a { background-color: #00ED6B; }
a { background-color: rgb(0,237,107); }
div.DivClassName
{
background-color: #00ED6B;
}
.BgClassName
{
background-color: #00ED6B;
}
</style>
border-color css
<style>
span { border-color: #00ED6B; }
span { border-color: rgb(0,237,107); }
td.TdClassName
{
border-color: #00ED6B;
}
.TagClassName
{
border-color: #00ED6B;
}
</style>