Shades of Medium Spring Green #00FCB0
Tints of Medium Spring Green #00FCB0
RGB
CMYK
RGB Variations
Color information
#00FCB0 (or 0x00FCB0) is known color: Medium Spring Green. HEX triplet: 00, FC and B0. RGB value is (0,252,176). Sum of RGB (Red+Green+Blue) = 0+252+176=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FCB0 is #FF034F. Grayscale: #A8A8A8. Windows color (decimal): -16712528 or 11598848. OLE color: 11598848.
HSL color Cylindrical-coordinate representation of color #00FCB0: hue angle of 161.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCB0 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 176 | - |
| CMYK | 1 | 0 | 0.30 | 0.01 |
| HSL | 161.9º | 1% | 0.49% | - |
| HSV(B) | 161.9º | 1% | 0.99% | - |
| XYZ | 42.65 | 72.76 | 52.87 | - |
| YUV | 167.99 | 132.51 | 8.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 176 | 1 | 0 | 0.30 | 0.01 | 161.9 | 1 | 0.49 |
| Hex | 0 | FC | B0 | 64 | 0 | 1E | 1 | A2 | 64 | 31 |
| Octal | 0 | 374 | 260 | 144 | 0 | 36 | 1 | 242 | 144 | 61 |
| Binary | 0 | 11111100 | 10110000 | 1100100 | 0 | 11110 | 1 | 10100010 | 1100100 | 110001 |
Color Harmonies of #00FCB0
Complementary color
Monochromatic Colors of #00FCB0
Black with #00FCB0
Text Example
Text Example
White with #00FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCB0; }
p { color: rgb(0,252,176); }
H1.HeaderClassName
{
color: #00FCB0;
}
.AnyTagClassName
{
color: #00FCB0;
}
</style>
background-color css
<style>
a { background-color: #00FCB0; }
a { background-color: rgb(0,252,176); }
div.DivClassName
{
background-color: #00FCB0;
}
.BgClassName
{
background-color: #00FCB0;
}
</style>
border-color css
<style>
span { border-color: #00FCB0; }
span { border-color: rgb(0,252,176); }
td.TdClassName
{
border-color: #00FCB0;
}
.TagClassName
{
border-color: #00FCB0;
}
</style>