Shades of Medium Spring Green #00FEBE
Tints of Medium Spring Green #00FEBE
RGB
CMYK
RGB Variations
Color information
#00FEBE (or 0x00FEBE) is known color: Medium Spring Green. HEX triplet: 00, FE and BE. RGB value is (0,254,190). Sum of RGB (Red+Green+Blue) = 0+254+190=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEBE is #FF0141. Grayscale: #AAAAAA. Windows color (decimal): -16712002 or 12516864. OLE color: 12516864.
HSL color Cylindrical-coordinate representation of color #00FEBE: hue angle of 164.88º 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 #00FEBE is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 190 | - |
| CMYK | 1 | 0 | 0.25 | 0.00 |
| HSL | 164.88º | 1% | 0.5% | - |
| HSV(B) | 164.88º | 1% | 1% | - |
| XYZ | 44.74 | 74.6 | 60.76 | - |
| YUV | 170.76 | 138.85 | 6.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 190 | 1 | 0 | 0.25 | 0.00 | 164.88 | 1 | 0.5 |
| Hex | 0 | FE | BE | 64 | 0 | 19 | 0 | A5 | 64 | 32 |
| Octal | 0 | 376 | 276 | 144 | 0 | 31 | 0 | 245 | 144 | 62 |
| Binary | 0 | 11111110 | 10111110 | 1100100 | 0 | 11001 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FEBE
Complementary color
Monochromatic Colors of #00FEBE
Black with #00FEBE
Text Example
Text Example
White with #00FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEBE; }
p { color: rgb(0,254,190); }
H1.HeaderClassName
{
color: #00FEBE;
}
.AnyTagClassName
{
color: #00FEBE;
}
</style>
background-color css
<style>
a { background-color: #00FEBE; }
a { background-color: rgb(0,254,190); }
div.DivClassName
{
background-color: #00FEBE;
}
.BgClassName
{
background-color: #00FEBE;
}
</style>
border-color css
<style>
span { border-color: #00FEBE; }
span { border-color: rgb(0,254,190); }
td.TdClassName
{
border-color: #00FEBE;
}
.TagClassName
{
border-color: #00FEBE;
}
</style>