Shades of Medium Spring Green #05FEBD
Tints of Medium Spring Green #05FEBD
RGB
CMYK
RGB Variations
Color information
#05FEBD (or 0x05FEBD) is known color: Medium Spring Green. HEX triplet: 05, FE and BD. RGB value is (5,254,189). Sum of RGB (Red+Green+Blue) = 5+254+189=448 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FEBD is #FA0142. Grayscale: #ACACAC. Windows color (decimal): -16384323 or 12451333. OLE color: 12451333.
HSL color Cylindrical-coordinate representation of color #05FEBD: hue angle of 164.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEBD is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 189 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.00 |
| HSL | 164.34º | 0.99% | 0.51% | - |
| HSV(B) | 164.34º | 0.98% | 1% | - |
| XYZ | 44.69 | 74.59 | 60.19 | - |
| YUV | 172.14 | 137.51 | 8.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 189 | 0.98 | 0 | 0.26 | 0.00 | 164.34 | 0.99 | 0.51 |
| Hex | 5 | FE | BD | 62 | 0 | 1A | 0 | A4 | 63 | 33 |
| Octal | 5 | 376 | 275 | 142 | 0 | 32 | 0 | 244 | 143 | 63 |
| Binary | 101 | 11111110 | 10111101 | 1100010 | 0 | 11010 | 0 | 10100100 | 1100011 | 110011 |
Color Harmonies of #05FEBD
Complementary color
Monochromatic Colors of #05FEBD
Black with #05FEBD
Text Example
Text Example
White with #05FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEBD; }
p { color: rgb(5,254,189); }
H1.HeaderClassName
{
color: #05FEBD;
}
.AnyTagClassName
{
color: #05FEBD;
}
</style>
background-color css
<style>
a { background-color: #05FEBD; }
a { background-color: rgb(5,254,189); }
div.DivClassName
{
background-color: #05FEBD;
}
.BgClassName
{
background-color: #05FEBD;
}
</style>
border-color css
<style>
span { border-color: #05FEBD; }
span { border-color: rgb(5,254,189); }
td.TdClassName
{
border-color: #05FEBD;
}
.TagClassName
{
border-color: #05FEBD;
}
</style>