Shades of Spring Green #01F573
Tints of Spring Green #01F573
RGB
CMYK
RGB Variations
Color information
#01F573 (or 0x01F573) is known color: Spring Green. HEX triplet: 01, F5 and 73. RGB value is (1,245,115). Sum of RGB (Red+Green+Blue) = 1+245+115=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #01F573 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F573 is #FE0A8C. Grayscale: #9D9D9D. Windows color (decimal): -16648845 or 7599361. OLE color: 7599361.
HSL color Cylindrical-coordinate representation of color #01F573: hue angle of 148.03º 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 #01F573 is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 115 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.04 |
| HSL | 148.03º | 0.99% | 0.48% | - |
| HSV(B) | 148.03º | 1% | 0.96% | - |
| XYZ | 35.76 | 66.55 | 27.18 | - |
| YUV | 157.22 | 104.16 | 16.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 115 | 1.00 | 0 | 0.53 | 0.04 | 148.03 | 0.99 | 0.48 |
| Hex | 1 | F5 | 73 | 64 | 0 | 35 | 4 | 94 | 63 | 30 |
| Octal | 1 | 365 | 163 | 144 | 0 | 65 | 4 | 224 | 143 | 60 |
| Binary | 1 | 11110101 | 1110011 | 1100100 | 0 | 110101 | 100 | 10010100 | 1100011 | 110000 |
Color Harmonies of #01F573
Complementary color
Monochromatic Colors of #01F573
Black with #01F573
Text Example
Text Example
White with #01F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F573; }
p { color: rgb(1,245,115); }
H1.HeaderClassName
{
color: #01F573;
}
.AnyTagClassName
{
color: #01F573;
}
</style>
background-color css
<style>
a { background-color: #01F573; }
a { background-color: rgb(1,245,115); }
div.DivClassName
{
background-color: #01F573;
}
.BgClassName
{
background-color: #01F573;
}
</style>
border-color css
<style>
span { border-color: #01F573; }
span { border-color: rgb(1,245,115); }
td.TdClassName
{
border-color: #01F573;
}
.TagClassName
{
border-color: #01F573;
}
</style>