Shades of Spring Green #01ED74
Tints of Spring Green #01ED74
RGB
CMYK
RGB Variations
Color information
#01ED74 (or 0x01ED74) is known color: Spring Green. HEX triplet: 01, ED and 74. RGB value is (1,237,116). Sum of RGB (Red+Green+Blue) = 1+237+116=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01ED74 is #FE128B. Grayscale: #989898. Windows color (decimal): -16650892 or 7662849. OLE color: 7662849.
HSL color Cylindrical-coordinate representation of color #01ED74: hue angle of 149.24º 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 #01ED74 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 116 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.07 |
| HSL | 149.24º | 0.99% | 0.47% | - |
| HSV(B) | 149.24º | 1% | 0.93% | - |
| XYZ | 33.45 | 61.84 | 26.7 | - |
| YUV | 152.64 | 107.31 | 19.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 116 | 1.00 | 0 | 0.51 | 0.07 | 149.24 | 0.99 | 0.47 |
| Hex | 1 | ED | 74 | 64 | 0 | 33 | 7 | 95 | 63 | 2F |
| Octal | 1 | 355 | 164 | 144 | 0 | 63 | 7 | 225 | 143 | 57 |
| Binary | 1 | 11101101 | 1110100 | 1100100 | 0 | 110011 | 111 | 10010101 | 1100011 | 101111 |
Color Harmonies of #01ED74
Complementary color
Monochromatic Colors of #01ED74
Black with #01ED74
Text Example
Text Example
White with #01ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED74; }
p { color: rgb(1,237,116); }
H1.HeaderClassName
{
color: #01ED74;
}
.AnyTagClassName
{
color: #01ED74;
}
</style>
background-color css
<style>
a { background-color: #01ED74; }
a { background-color: rgb(1,237,116); }
div.DivClassName
{
background-color: #01ED74;
}
.BgClassName
{
background-color: #01ED74;
}
</style>
border-color css
<style>
span { border-color: #01ED74; }
span { border-color: rgb(1,237,116); }
td.TdClassName
{
border-color: #01ED74;
}
.TagClassName
{
border-color: #01ED74;
}
</style>