Shades of Medium Spring Green #05EAA5
Tints of Medium Spring Green #05EAA5
RGB
CMYK
RGB Variations
Color information
#05EAA5 (or 0x05EAA5) is known color: Medium Spring Green. HEX triplet: 05, EA and A5. RGB value is (5,234,165). Sum of RGB (Red+Green+Blue) = 5+234+165=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #05EAA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EAA5 is #FA155A. Grayscale: #9D9D9D. Windows color (decimal): -16389467 or 10873349. OLE color: 10873349.
HSL color Cylindrical-coordinate representation of color #05EAA5: hue angle of 161.92º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EAA5 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 165 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.08 |
| HSL | 161.92º | 0.96% | 0.47% | - |
| HSV(B) | 161.92º | 0.98% | 0.92% | - |
| XYZ | 36.28 | 61.59 | 45.57 | - |
| YUV | 157.66 | 132.13 | 19.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 165 | 0.98 | 0 | 0.29 | 0.08 | 161.92 | 0.96 | 0.47 |
| Hex | 5 | EA | A5 | 62 | 0 | 1D | 8 | A2 | 60 | 2F |
| Octal | 5 | 352 | 245 | 142 | 0 | 35 | 10 | 242 | 140 | 57 |
| Binary | 101 | 11101010 | 10100101 | 1100010 | 0 | 11101 | 1000 | 10100010 | 1100000 | 101111 |
Color Harmonies of #05EAA5
Complementary color
Monochromatic Colors of #05EAA5
Black with #05EAA5
Text Example
Text Example
White with #05EAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EAA5; }
p { color: rgb(5,234,165); }
H1.HeaderClassName
{
color: #05EAA5;
}
.AnyTagClassName
{
color: #05EAA5;
}
</style>
background-color css
<style>
a { background-color: #05EAA5; }
a { background-color: rgb(5,234,165); }
div.DivClassName
{
background-color: #05EAA5;
}
.BgClassName
{
background-color: #05EAA5;
}
</style>
border-color css
<style>
span { border-color: #05EAA5; }
span { border-color: rgb(5,234,165); }
td.TdClassName
{
border-color: #05EAA5;
}
.TagClassName
{
border-color: #05EAA5;
}
</style>