Shades of Medium Spring Green #01FCBE
Tints of Medium Spring Green #01FCBE
RGB
CMYK
RGB Variations
Color information
#01FCBE (or 0x01FCBE) is known color: Medium Spring Green. HEX triplet: 01, FC and BE. RGB value is (1,252,190). Sum of RGB (Red+Green+Blue) = 1+252+190=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCBE is #FE0341. Grayscale: #A9A9A9. Windows color (decimal): -16646978 or 12516353. OLE color: 12516353.
HSL color Cylindrical-coordinate representation of color #01FCBE: hue angle of 165.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCBE is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 190 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.01 |
| HSL | 165.18º | 0.99% | 0.5% | - |
| HSV(B) | 165.18º | 1% | 0.99% | - |
| XYZ | 44.12 | 73.34 | 60.55 | - |
| YUV | 169.88 | 139.34 | 7.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 190 | 1.00 | 0 | 0.25 | 0.01 | 165.18 | 0.99 | 0.5 |
| Hex | 1 | FC | BE | 64 | 0 | 19 | 1 | A5 | 63 | 32 |
| Octal | 1 | 374 | 276 | 144 | 0 | 31 | 1 | 245 | 143 | 62 |
| Binary | 1 | 11111100 | 10111110 | 1100100 | 0 | 11001 | 1 | 10100101 | 1100011 | 110010 |
Color Harmonies of #01FCBE
Complementary color
Monochromatic Colors of #01FCBE
Black with #01FCBE
Text Example
Text Example
White with #01FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCBE; }
p { color: rgb(1,252,190); }
H1.HeaderClassName
{
color: #01FCBE;
}
.AnyTagClassName
{
color: #01FCBE;
}
</style>
background-color css
<style>
a { background-color: #01FCBE; }
a { background-color: rgb(1,252,190); }
div.DivClassName
{
background-color: #01FCBE;
}
.BgClassName
{
background-color: #01FCBE;
}
</style>
border-color css
<style>
span { border-color: #01FCBE; }
span { border-color: rgb(1,252,190); }
td.TdClassName
{
border-color: #01FCBE;
}
.TagClassName
{
border-color: #01FCBE;
}
</style>