Shades of Medium Spring Green #01FCB2
Tints of Medium Spring Green #01FCB2
RGB
CMYK
RGB Variations
Color information
#01FCB2 (or 0x01FCB2) is known color: Medium Spring Green. HEX triplet: 01, FC and B2. RGB value is (1,252,178). Sum of RGB (Red+Green+Blue) = 1+252+178=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FCB2 is #FE034D. Grayscale: #A8A8A8. Windows color (decimal): -16646990 or 11729921. OLE color: 11729921.
HSL color Cylindrical-coordinate representation of color #01FCB2: hue angle of 162.31º 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 #01FCB2 is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 178 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.01 |
| HSL | 162.31º | 0.99% | 0.5% | - |
| HSV(B) | 162.31º | 1% | 0.99% | - |
| XYZ | 42.86 | 72.84 | 53.92 | - |
| YUV | 168.52 | 133.34 | 8.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 178 | 1.00 | 0 | 0.29 | 0.01 | 162.31 | 0.99 | 0.5 |
| Hex | 1 | FC | B2 | 64 | 0 | 1D | 1 | A2 | 63 | 32 |
| Octal | 1 | 374 | 262 | 144 | 0 | 35 | 1 | 242 | 143 | 62 |
| Binary | 1 | 11111100 | 10110010 | 1100100 | 0 | 11101 | 1 | 10100010 | 1100011 | 110010 |
Color Harmonies of #01FCB2
Complementary color
Monochromatic Colors of #01FCB2
Black with #01FCB2
Text Example
Text Example
White with #01FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCB2; }
p { color: rgb(1,252,178); }
H1.HeaderClassName
{
color: #01FCB2;
}
.AnyTagClassName
{
color: #01FCB2;
}
</style>
background-color css
<style>
a { background-color: #01FCB2; }
a { background-color: rgb(1,252,178); }
div.DivClassName
{
background-color: #01FCB2;
}
.BgClassName
{
background-color: #01FCB2;
}
</style>
border-color css
<style>
span { border-color: #01FCB2; }
span { border-color: rgb(1,252,178); }
td.TdClassName
{
border-color: #01FCB2;
}
.TagClassName
{
border-color: #01FCB2;
}
</style>