Shades of Medium Spring Green #00FEBA
Tints of Medium Spring Green #00FEBA
RGB
CMYK
RGB Variations
Color information
#00FEBA (or 0x00FEBA) is known color: Medium Spring Green. HEX triplet: 00, FE and BA. RGB value is (0,254,186). Sum of RGB (Red+Green+Blue) = 0+254+186=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEBA is #FF0145. Grayscale: #AAAAAA. Windows color (decimal): -16712006 or 12254720. OLE color: 12254720.
HSL color Cylindrical-coordinate representation of color #00FEBA: hue angle of 163.94º 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 #00FEBA is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 186 | - |
| CMYK | 1 | 0 | 0.27 | 0.00 |
| HSL | 163.94º | 1% | 0.5% | - |
| HSV(B) | 163.94º | 1% | 1% | - |
| XYZ | 44.3 | 74.43 | 58.49 | - |
| YUV | 170.3 | 136.85 | 6.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 186 | 1 | 0 | 0.27 | 0.00 | 163.94 | 1 | 0.5 |
| Hex | 0 | FE | BA | 64 | 0 | 1B | 0 | A4 | 64 | 32 |
| Octal | 0 | 376 | 272 | 144 | 0 | 33 | 0 | 244 | 144 | 62 |
| Binary | 0 | 11111110 | 10111010 | 1100100 | 0 | 11011 | 0 | 10100100 | 1100100 | 110010 |
Color Harmonies of #00FEBA
Complementary color
Monochromatic Colors of #00FEBA
Black with #00FEBA
Text Example
Text Example
White with #00FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEBA; }
p { color: rgb(0,254,186); }
H1.HeaderClassName
{
color: #00FEBA;
}
.AnyTagClassName
{
color: #00FEBA;
}
</style>
background-color css
<style>
a { background-color: #00FEBA; }
a { background-color: rgb(0,254,186); }
div.DivClassName
{
background-color: #00FEBA;
}
.BgClassName
{
background-color: #00FEBA;
}
</style>
border-color css
<style>
span { border-color: #00FEBA; }
span { border-color: rgb(0,254,186); }
td.TdClassName
{
border-color: #00FEBA;
}
.TagClassName
{
border-color: #00FEBA;
}
</style>