Shades of Medium Spring Green #01F5B5
Tints of Medium Spring Green #01F5B5
RGB
CMYK
RGB Variations
Color information
#01F5B5 (or 0x01F5B5) is known color: Medium Spring Green. HEX triplet: 01, F5 and B5. RGB value is (1,245,181). Sum of RGB (Red+Green+Blue) = 1+245+181=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 245 (96.09% from 255 or 57.38% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 245 - color contains mainly: green. Hex color #01F5B5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F5B5 is #FE0A4A. Grayscale: #A4A4A4. Windows color (decimal): -16648779 or 11924737. OLE color: 11924737.
HSL color Cylindrical-coordinate representation of color #01F5B5: hue angle of 164.26º 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 #01F5B5 is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 181 | - |
| CMYK | 1.00 | 0 | 0.26 | 0.04 |
| HSL | 164.26º | 0.99% | 0.48% | - |
| HSV(B) | 164.26º | 1% | 0.96% | - |
| XYZ | 41.01 | 68.65 | 54.81 | - |
| YUV | 164.75 | 137.16 | 11.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 181 | 1.00 | 0 | 0.26 | 0.04 | 164.26 | 0.99 | 0.48 |
| Hex | 1 | F5 | B5 | 64 | 0 | 1A | 4 | A4 | 63 | 30 |
| Octal | 1 | 365 | 265 | 144 | 0 | 32 | 4 | 244 | 143 | 60 |
| Binary | 1 | 11110101 | 10110101 | 1100100 | 0 | 11010 | 100 | 10100100 | 1100011 | 110000 |
Color Harmonies of #01F5B5
Complementary color
Monochromatic Colors of #01F5B5
Black with #01F5B5
Text Example
Text Example
White with #01F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F5B5; }
p { color: rgb(1,245,181); }
H1.HeaderClassName
{
color: #01F5B5;
}
.AnyTagClassName
{
color: #01F5B5;
}
</style>
background-color css
<style>
a { background-color: #01F5B5; }
a { background-color: rgb(1,245,181); }
div.DivClassName
{
background-color: #01F5B5;
}
.BgClassName
{
background-color: #01F5B5;
}
</style>
border-color css
<style>
span { border-color: #01F5B5; }
span { border-color: rgb(1,245,181); }
td.TdClassName
{
border-color: #01F5B5;
}
.TagClassName
{
border-color: #01F5B5;
}
</style>