Shades of Spring Green #01F57D
Tints of Spring Green #01F57D
RGB
CMYK
RGB Variations
Color information
#01F57D (or 0x01F57D) is known color: Spring Green. HEX triplet: 01, F5 and 7D. RGB value is (1,245,125). Sum of RGB (Red+Green+Blue) = 1+245+125=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 245 (96.09% from 255 or 66.04% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 245 - color contains mainly: green. Hex color #01F57D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F57D is #FE0A82. Grayscale: #9E9E9E. Windows color (decimal): -16648835 or 8254721. OLE color: 8254721.
HSL color Cylindrical-coordinate representation of color #01F57D: hue angle of 150.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F57D is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 125 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.04 |
| HSL | 150.49º | 0.99% | 0.48% | - |
| HSV(B) | 150.49º | 1% | 0.96% | - |
| XYZ | 36.37 | 66.79 | 30.38 | - |
| YUV | 158.36 | 109.16 | 15.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 125 | 1.00 | 0 | 0.49 | 0.04 | 150.49 | 0.99 | 0.48 |
| Hex | 1 | F5 | 7D | 64 | 0 | 31 | 4 | 96 | 63 | 30 |
| Octal | 1 | 365 | 175 | 144 | 0 | 61 | 4 | 226 | 143 | 60 |
| Binary | 1 | 11110101 | 1111101 | 1100100 | 0 | 110001 | 100 | 10010110 | 1100011 | 110000 |
Color Harmonies of #01F57D
Complementary color
Monochromatic Colors of #01F57D
Black with #01F57D
Text Example
Text Example
White with #01F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F57D; }
p { color: rgb(1,245,125); }
H1.HeaderClassName
{
color: #01F57D;
}
.AnyTagClassName
{
color: #01F57D;
}
</style>
background-color css
<style>
a { background-color: #01F57D; }
a { background-color: rgb(1,245,125); }
div.DivClassName
{
background-color: #01F57D;
}
.BgClassName
{
background-color: #01F57D;
}
</style>
border-color css
<style>
span { border-color: #01F57D; }
span { border-color: rgb(1,245,125); }
td.TdClassName
{
border-color: #01F57D;
}
.TagClassName
{
border-color: #01F57D;
}
</style>