Shades of Medium Spring Green #01FFBC
Tints of Medium Spring Green #01FFBC
RGB
CMYK
RGB Variations
Color information
#01FFBC (or 0x01FFBC) is known color: Medium Spring Green. HEX triplet: 01, FF and BC. RGB value is (1,255,188). Sum of RGB (Red+Green+Blue) = 1+255+188=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFBC is #FE0043. Grayscale: #ABABAB. Windows color (decimal): -16646212 or 12386049. OLE color: 12386049.
HSL color Cylindrical-coordinate representation of color #01FFBC: hue angle of 164.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFBC is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 188 | - |
| CMYK | 1.00 | 0 | 0.26 | 0 |
| HSL | 164.17º | 1% | 0.5% | - |
| HSV(B) | 164.17º | 1% | 1% | - |
| XYZ | 44.85 | 75.16 | 59.72 | - |
| YUV | 171.42 | 137.35 | 6.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 188 | 1.00 | 0 | 0.26 | 0 | 164.17 | 1 | 0.5 |
| Hex | 1 | FF | BC | 64 | 0 | 1A | 0 | A4 | 64 | 32 |
| Octal | 1 | 377 | 274 | 144 | 0 | 32 | 0 | 244 | 144 | 62 |
| Binary | 1 | 11111111 | 10111100 | 1100100 | 0 | 11010 | 0 | 10100100 | 1100100 | 110010 |
Color Harmonies of #01FFBC
Complementary color
Monochromatic Colors of #01FFBC
Black with #01FFBC
Text Example
Text Example
White with #01FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFBC; }
p { color: rgb(1,255,188); }
H1.HeaderClassName
{
color: #01FFBC;
}
.AnyTagClassName
{
color: #01FFBC;
}
</style>
background-color css
<style>
a { background-color: #01FFBC; }
a { background-color: rgb(1,255,188); }
div.DivClassName
{
background-color: #01FFBC;
}
.BgClassName
{
background-color: #01FFBC;
}
</style>
border-color css
<style>
span { border-color: #01FFBC; }
span { border-color: rgb(1,255,188); }
td.TdClassName
{
border-color: #01FFBC;
}
.TagClassName
{
border-color: #01FFBC;
}
</style>