Shades of Medium Spring Green #05E5A8
Tints of Medium Spring Green #05E5A8
RGB
CMYK
RGB Variations
Color information
#05E5A8 (or 0x05E5A8) is known color: Medium Spring Green. HEX triplet: 05, E5 and A8. RGB value is (5,229,168). Sum of RGB (Red+Green+Blue) = 5+229+168=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 229 (89.84% from 255 or 56.97% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 229 - color contains mainly: green. Hex color #05E5A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E5A8 is #FA1A57. Grayscale: #9B9B9B. Windows color (decimal): -16390744 or 11068677. OLE color: 11068677.
HSL color Cylindrical-coordinate representation of color #05E5A8: hue angle of 163.66º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E5A8 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 168 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.10 |
| HSL | 163.66º | 0.96% | 0.46% | - |
| HSV(B) | 163.66º | 0.98% | 0.9% | - |
| XYZ | 35.15 | 58.9 | 46.56 | - |
| YUV | 155.07 | 135.29 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 168 | 0.98 | 0 | 0.27 | 0.10 | 163.66 | 0.96 | 0.46 |
| Hex | 5 | E5 | A8 | 62 | 0 | 1B | A | A4 | 60 | 2E |
| Octal | 5 | 345 | 250 | 142 | 0 | 33 | 12 | 244 | 140 | 56 |
| Binary | 101 | 11100101 | 10101000 | 1100010 | 0 | 11011 | 1010 | 10100100 | 1100000 | 101110 |
Color Harmonies of #05E5A8
Complementary color
Monochromatic Colors of #05E5A8
Black with #05E5A8
Text Example
Text Example
White with #05E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E5A8; }
p { color: rgb(5,229,168); }
H1.HeaderClassName
{
color: #05E5A8;
}
.AnyTagClassName
{
color: #05E5A8;
}
</style>
background-color css
<style>
a { background-color: #05E5A8; }
a { background-color: rgb(5,229,168); }
div.DivClassName
{
background-color: #05E5A8;
}
.BgClassName
{
background-color: #05E5A8;
}
</style>
border-color css
<style>
span { border-color: #05E5A8; }
span { border-color: rgb(5,229,168); }
td.TdClassName
{
border-color: #05E5A8;
}
.TagClassName
{
border-color: #05E5A8;
}
</style>