Shades of Spring Green #01ED73
Tints of Spring Green #01ED73
RGB
CMYK
RGB Variations
Color information
#01ED73 (or 0x01ED73) is known color: Spring Green. HEX triplet: 01, ED and 73. RGB value is (1,237,115). Sum of RGB (Red+Green+Blue) = 1+237+115=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 237 (92.97% from 255 or 67.14% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01ED73 is #FE128C. Grayscale: #989898. Windows color (decimal): -16650893 or 7597313. OLE color: 7597313.
HSL color Cylindrical-coordinate representation of color #01ED73: hue angle of 148.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED73 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 115 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.07 |
| HSL | 148.98º | 0.99% | 0.47% | - |
| HSV(B) | 148.98º | 1% | 0.93% | - |
| XYZ | 33.39 | 61.81 | 26.39 | - |
| YUV | 152.53 | 106.81 | 19.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 115 | 1.00 | 0 | 0.51 | 0.07 | 148.98 | 0.99 | 0.47 |
| Hex | 1 | ED | 73 | 64 | 0 | 33 | 7 | 95 | 63 | 2F |
| Octal | 1 | 355 | 163 | 144 | 0 | 63 | 7 | 225 | 143 | 57 |
| Binary | 1 | 11101101 | 1110011 | 1100100 | 0 | 110011 | 111 | 10010101 | 1100011 | 101111 |
Color Harmonies of #01ED73
Complementary color
Monochromatic Colors of #01ED73
Black with #01ED73
Text Example
Text Example
White with #01ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED73; }
p { color: rgb(1,237,115); }
H1.HeaderClassName
{
color: #01ED73;
}
.AnyTagClassName
{
color: #01ED73;
}
</style>
background-color css
<style>
a { background-color: #01ED73; }
a { background-color: rgb(1,237,115); }
div.DivClassName
{
background-color: #01ED73;
}
.BgClassName
{
background-color: #01ED73;
}
</style>
border-color css
<style>
span { border-color: #01ED73; }
span { border-color: rgb(1,237,115); }
td.TdClassName
{
border-color: #01ED73;
}
.TagClassName
{
border-color: #01ED73;
}
</style>