Shades of Medium Spring Green #00FEB0
Tints of Medium Spring Green #00FEB0
RGB
CMYK
RGB Variations
Color information
#00FEB0 (or 0x00FEB0) is known color: Medium Spring Green. HEX triplet: 00, FE and B0. RGB value is (0,254,176). Sum of RGB (Red+Green+Blue) = 0+254+176=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FEB0 is #FF014F. Grayscale: #A9A9A9. Windows color (decimal): -16712016 or 11599360. OLE color: 11599360.
HSL color Cylindrical-coordinate representation of color #00FEB0: hue angle of 161.57º 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 #00FEB0 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 176 | - |
| CMYK | 1 | 0 | 0.31 | 0.00 |
| HSL | 161.57º | 1% | 0.5% | - |
| HSV(B) | 161.57º | 1% | 1% | - |
| XYZ | 43.28 | 74.02 | 53.08 | - |
| YUV | 169.16 | 131.85 | 7.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 176 | 1 | 0 | 0.31 | 0.00 | 161.57 | 1 | 0.5 |
| Hex | 0 | FE | B0 | 64 | 0 | 1F | 0 | A2 | 64 | 32 |
| Octal | 0 | 376 | 260 | 144 | 0 | 37 | 0 | 242 | 144 | 62 |
| Binary | 0 | 11111110 | 10110000 | 1100100 | 0 | 11111 | 0 | 10100010 | 1100100 | 110010 |
Color Harmonies of #00FEB0
Complementary color
Monochromatic Colors of #00FEB0
Black with #00FEB0
Text Example
Text Example
White with #00FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEB0; }
p { color: rgb(0,254,176); }
H1.HeaderClassName
{
color: #00FEB0;
}
.AnyTagClassName
{
color: #00FEB0;
}
</style>
background-color css
<style>
a { background-color: #00FEB0; }
a { background-color: rgb(0,254,176); }
div.DivClassName
{
background-color: #00FEB0;
}
.BgClassName
{
background-color: #00FEB0;
}
</style>
border-color css
<style>
span { border-color: #00FEB0; }
span { border-color: rgb(0,254,176); }
td.TdClassName
{
border-color: #00FEB0;
}
.TagClassName
{
border-color: #00FEB0;
}
</style>