Shades of Medium Spring Green #05E4A0
Tints of Medium Spring Green #05E4A0
RGB
CMYK
RGB Variations
Color information
#05E4A0 (or 0x05E4A0) is known color: Medium Spring Green. HEX triplet: 05, E4 and A0. RGB value is (5,228,160). Sum of RGB (Red+Green+Blue) = 5+228+160=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #05E4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E4A0 is #FA1B5F. Grayscale: #999999. Windows color (decimal): -16391008 or 10544133. OLE color: 10544133.
HSL color Cylindrical-coordinate representation of color #05E4A0: hue angle of 161.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E4A0 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 228 | 160 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.11 |
| HSL | 161.7º | 0.96% | 0.46% | - |
| HSV(B) | 161.7º | 0.98% | 0.89% | - |
| XYZ | 34.15 | 58.06 | 42.66 | - |
| YUV | 153.57 | 131.62 | 22.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 228 | 160 | 0.98 | 0 | 0.30 | 0.11 | 161.7 | 0.96 | 0.46 |
| Hex | 5 | E4 | A0 | 62 | 0 | 1E | B | A2 | 60 | 2E |
| Octal | 5 | 344 | 240 | 142 | 0 | 36 | 13 | 242 | 140 | 56 |
| Binary | 101 | 11100100 | 10100000 | 1100010 | 0 | 11110 | 1011 | 10100010 | 1100000 | 101110 |
Color Harmonies of #05E4A0
Complementary color
Monochromatic Colors of #05E4A0
Black with #05E4A0
Text Example
Text Example
White with #05E4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E4A0; }
p { color: rgb(5,228,160); }
H1.HeaderClassName
{
color: #05E4A0;
}
.AnyTagClassName
{
color: #05E4A0;
}
</style>
background-color css
<style>
a { background-color: #05E4A0; }
a { background-color: rgb(5,228,160); }
div.DivClassName
{
background-color: #05E4A0;
}
.BgClassName
{
background-color: #05E4A0;
}
</style>
border-color css
<style>
span { border-color: #05E4A0; }
span { border-color: rgb(5,228,160); }
td.TdClassName
{
border-color: #05E4A0;
}
.TagClassName
{
border-color: #05E4A0;
}
</style>