Shades of Medium Spring Green #00FEBD
Tints of Medium Spring Green #00FEBD
RGB
CMYK
RGB Variations
Color information
#00FEBD (or 0x00FEBD) is known color: Medium Spring Green. HEX triplet: 00, FE and BD. RGB value is (0,254,189). Sum of RGB (Red+Green+Blue) = 0+254+189=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEBD is #FF0142. Grayscale: #AAAAAA. Windows color (decimal): -16712003 or 12451328. OLE color: 12451328.
HSL color Cylindrical-coordinate representation of color #00FEBD: hue angle of 164.65º 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 #00FEBD is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 189 | - |
| CMYK | 1 | 0 | 0.26 | 0.00 |
| HSL | 164.65º | 1% | 0.5% | - |
| HSV(B) | 164.65º | 1% | 1% | - |
| XYZ | 44.63 | 74.56 | 60.18 | - |
| YUV | 170.64 | 138.35 | 6.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 189 | 1 | 0 | 0.26 | 0.00 | 164.65 | 1 | 0.5 |
| Hex | 0 | FE | BD | 64 | 0 | 1A | 0 | A5 | 64 | 32 |
| Octal | 0 | 376 | 275 | 144 | 0 | 32 | 0 | 245 | 144 | 62 |
| Binary | 0 | 11111110 | 10111101 | 1100100 | 0 | 11010 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FEBD
Complementary color
Monochromatic Colors of #00FEBD
Black with #00FEBD
Text Example
Text Example
White with #00FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEBD; }
p { color: rgb(0,254,189); }
H1.HeaderClassName
{
color: #00FEBD;
}
.AnyTagClassName
{
color: #00FEBD;
}
</style>
background-color css
<style>
a { background-color: #00FEBD; }
a { background-color: rgb(0,254,189); }
div.DivClassName
{
background-color: #00FEBD;
}
.BgClassName
{
background-color: #00FEBD;
}
</style>
border-color css
<style>
span { border-color: #00FEBD; }
span { border-color: rgb(0,254,189); }
td.TdClassName
{
border-color: #00FEBD;
}
.TagClassName
{
border-color: #00FEBD;
}
</style>