Shades of Spring Green #01ED67
Tints of Spring Green #01ED67
RGB
CMYK
RGB Variations
Color information
#01ED67 (or 0x01ED67) is known color: Spring Green. HEX triplet: 01, ED and 67. RGB value is (1,237,103). Sum of RGB (Red+Green+Blue) = 1+237+103=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 237 (92.97% from 255 or 69.50% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01ED67 is #FE1298. Grayscale: #979797. Windows color (decimal): -16650905 or 6810881. OLE color: 6810881.
HSL color Cylindrical-coordinate representation of color #01ED67: hue angle of 145.93º 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 #01ED67 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 103 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.07 |
| HSL | 145.93º | 0.99% | 0.47% | - |
| HSV(B) | 145.93º | 1% | 0.93% | - |
| XYZ | 32.74 | 61.55 | 22.99 | - |
| YUV | 151.16 | 100.81 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 103 | 1.00 | 0 | 0.57 | 0.07 | 145.93 | 0.99 | 0.47 |
| Hex | 1 | ED | 67 | 64 | 0 | 39 | 7 | 92 | 63 | 2F |
| Octal | 1 | 355 | 147 | 144 | 0 | 71 | 7 | 222 | 143 | 57 |
| Binary | 1 | 11101101 | 1100111 | 1100100 | 0 | 111001 | 111 | 10010010 | 1100011 | 101111 |
Color Harmonies of #01ED67
Complementary color
Monochromatic Colors of #01ED67
Black with #01ED67
Text Example
Text Example
White with #01ED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED67; }
p { color: rgb(1,237,103); }
H1.HeaderClassName
{
color: #01ED67;
}
.AnyTagClassName
{
color: #01ED67;
}
</style>
background-color css
<style>
a { background-color: #01ED67; }
a { background-color: rgb(1,237,103); }
div.DivClassName
{
background-color: #01ED67;
}
.BgClassName
{
background-color: #01ED67;
}
</style>
border-color css
<style>
span { border-color: #01ED67; }
span { border-color: rgb(1,237,103); }
td.TdClassName
{
border-color: #01ED67;
}
.TagClassName
{
border-color: #01ED67;
}
</style>