Shades of Medium Spring Green #01FFBE
Tints of Medium Spring Green #01FFBE
RGB
CMYK
RGB Variations
Color information
#01FFBE (or 0x01FFBE) is known color: Medium Spring Green. HEX triplet: 01, FF and BE. RGB value is (1,255,190). Sum of RGB (Red+Green+Blue) = 1+255+190=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFBE is #FE0041. Grayscale: #ABABAB. Windows color (decimal): -16646210 or 12517121. OLE color: 12517121.
HSL color Cylindrical-coordinate representation of color #01FFBE: hue angle of 164.65º 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 #01FFBE is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 190 | - |
| CMYK | 1.00 | 0 | 0.25 | 0 |
| HSL | 164.65º | 1% | 0.5% | - |
| HSV(B) | 164.65º | 1% | 1% | - |
| XYZ | 45.07 | 75.24 | 60.86 | - |
| YUV | 171.64 | 138.35 | 6.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 190 | 1.00 | 0 | 0.25 | 0 | 164.65 | 1 | 0.5 |
| Hex | 1 | FF | BE | 64 | 0 | 19 | 0 | A5 | 64 | 32 |
| Octal | 1 | 377 | 276 | 144 | 0 | 31 | 0 | 245 | 144 | 62 |
| Binary | 1 | 11111111 | 10111110 | 1100100 | 0 | 11001 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #01FFBE
Complementary color
Monochromatic Colors of #01FFBE
Black with #01FFBE
Text Example
Text Example
White with #01FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFBE; }
p { color: rgb(1,255,190); }
H1.HeaderClassName
{
color: #01FFBE;
}
.AnyTagClassName
{
color: #01FFBE;
}
</style>
background-color css
<style>
a { background-color: #01FFBE; }
a { background-color: rgb(1,255,190); }
div.DivClassName
{
background-color: #01FFBE;
}
.BgClassName
{
background-color: #01FFBE;
}
</style>
border-color css
<style>
span { border-color: #01FFBE; }
span { border-color: rgb(1,255,190); }
td.TdClassName
{
border-color: #01FFBE;
}
.TagClassName
{
border-color: #01FFBE;
}
</style>