Shades of Spring Green #01E375
Tints of Spring Green #01E375
RGB
CMYK
RGB Variations
Color information
#01E375 (or 0x01E375) is known color: Spring Green. HEX triplet: 01, E3 and 75. RGB value is (1,227,117). Sum of RGB (Red+Green+Blue) = 1+227+117=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #01E375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E375 is #FE1C8A. Grayscale: #939393. Windows color (decimal): -16653451 or 7725825. OLE color: 7725825.
HSL color Cylindrical-coordinate representation of color #01E375: hue angle of 150.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E375 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 227 | 117 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.11 |
| HSL | 150.8º | 0.99% | 0.45% | - |
| HSV(B) | 150.8º | 1% | 0.89% | - |
| XYZ | 30.69 | 56.23 | 26.07 | - |
| YUV | 146.89 | 111.13 | 23.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 227 | 117 | 1.00 | 0 | 0.48 | 0.11 | 150.8 | 0.99 | 0.45 |
| Hex | 1 | E3 | 75 | 64 | 0 | 30 | B | 97 | 63 | 2D |
| Octal | 1 | 343 | 165 | 144 | 0 | 60 | 13 | 227 | 143 | 55 |
| Binary | 1 | 11100011 | 1110101 | 1100100 | 0 | 110000 | 1011 | 10010111 | 1100011 | 101101 |
Color Harmonies of #01E375
Complementary color
Monochromatic Colors of #01E375
Black with #01E375
Text Example
Text Example
White with #01E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E375; }
p { color: rgb(1,227,117); }
H1.HeaderClassName
{
color: #01E375;
}
.AnyTagClassName
{
color: #01E375;
}
</style>
background-color css
<style>
a { background-color: #01E375; }
a { background-color: rgb(1,227,117); }
div.DivClassName
{
background-color: #01E375;
}
.BgClassName
{
background-color: #01E375;
}
</style>
border-color css
<style>
span { border-color: #01E375; }
span { border-color: rgb(1,227,117); }
td.TdClassName
{
border-color: #01E375;
}
.TagClassName
{
border-color: #01E375;
}
</style>