Shades of Medium Spring Green #01F5B7
Tints of Medium Spring Green #01F5B7
RGB
CMYK
RGB Variations
Color information
#01F5B7 (or 0x01F5B7) is known color: Medium Spring Green. HEX triplet: 01, F5 and B7. RGB value is (1,245,183). Sum of RGB (Red+Green+Blue) = 1+245+183=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #01F5B7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F5B7 is #FE0A48. Grayscale: #A4A4A4. Windows color (decimal): -16648777 or 12055809. OLE color: 12055809.
HSL color Cylindrical-coordinate representation of color #01F5B7: hue angle of 164.75º 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 #01F5B7 is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 183 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.04 |
| HSL | 164.75º | 0.99% | 0.48% | - |
| HSV(B) | 164.75º | 1% | 0.96% | - |
| XYZ | 41.21 | 68.73 | 55.89 | - |
| YUV | 164.98 | 138.16 | 11.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 183 | 1.00 | 0 | 0.25 | 0.04 | 164.75 | 0.99 | 0.48 |
| Hex | 1 | F5 | B7 | 64 | 0 | 19 | 4 | A5 | 63 | 30 |
| Octal | 1 | 365 | 267 | 144 | 0 | 31 | 4 | 245 | 143 | 60 |
| Binary | 1 | 11110101 | 10110111 | 1100100 | 0 | 11001 | 100 | 10100101 | 1100011 | 110000 |
Color Harmonies of #01F5B7
Complementary color
Monochromatic Colors of #01F5B7
Black with #01F5B7
Text Example
Text Example
White with #01F5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F5B7; }
p { color: rgb(1,245,183); }
H1.HeaderClassName
{
color: #01F5B7;
}
.AnyTagClassName
{
color: #01F5B7;
}
</style>
background-color css
<style>
a { background-color: #01F5B7; }
a { background-color: rgb(1,245,183); }
div.DivClassName
{
background-color: #01F5B7;
}
.BgClassName
{
background-color: #01F5B7;
}
</style>
border-color css
<style>
span { border-color: #01F5B7; }
span { border-color: rgb(1,245,183); }
td.TdClassName
{
border-color: #01F5B7;
}
.TagClassName
{
border-color: #01F5B7;
}
</style>