Shades of Medium Spring Green #01FEBD
Tints of Medium Spring Green #01FEBD
RGB
CMYK
RGB Variations
Color information
#01FEBD (or 0x01FEBD) is known color: Medium Spring Green. HEX triplet: 01, FE and BD. RGB value is (1,254,189). Sum of RGB (Red+Green+Blue) = 1+254+189=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FEBD is #FE0142. Grayscale: #AAAAAA. Windows color (decimal): -16646467 or 12451329. OLE color: 12451329.
HSL color Cylindrical-coordinate representation of color #01FEBD: hue angle of 164.58º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FEBD is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 189 | - |
| CMYK | 1.00 | 0 | 0.26 | 0.00 |
| HSL | 164.59º | 0.99% | 0.5% | - |
| HSV(B) | 164.59º | 1% | 1% | - |
| XYZ | 44.64 | 74.56 | 60.18 | - |
| YUV | 170.94 | 138.18 | 6.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 189 | 1.00 | 0 | 0.26 | 0.00 | 164.59 | 0.99 | 0.5 |
| Hex | 1 | FE | BD | 64 | 0 | 1A | 0 | A5 | 63 | 32 |
| Octal | 1 | 376 | 275 | 144 | 0 | 32 | 0 | 245 | 143 | 62 |
| Binary | 1 | 11111110 | 10111101 | 1100100 | 0 | 11010 | 0 | 10100101 | 1100011 | 110010 |
Color Harmonies of #01FEBD
Complementary color
Monochromatic Colors of #01FEBD
Black with #01FEBD
Text Example
Text Example
White with #01FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FEBD; }
p { color: rgb(1,254,189); }
H1.HeaderClassName
{
color: #01FEBD;
}
.AnyTagClassName
{
color: #01FEBD;
}
</style>
background-color css
<style>
a { background-color: #01FEBD; }
a { background-color: rgb(1,254,189); }
div.DivClassName
{
background-color: #01FEBD;
}
.BgClassName
{
background-color: #01FEBD;
}
</style>
border-color css
<style>
span { border-color: #01FEBD; }
span { border-color: rgb(1,254,189); }
td.TdClassName
{
border-color: #01FEBD;
}
.TagClassName
{
border-color: #01FEBD;
}
</style>