Shades of Medium Spring Green #05EEA0
Tints of Medium Spring Green #05EEA0
RGB
CMYK
RGB Variations
Color information
#05EEA0 (or 0x05EEA0) is known color: Medium Spring Green. HEX triplet: 05, EE and A0. RGB value is (5,238,160). Sum of RGB (Red+Green+Blue) = 5+238+160=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 238 (93.36% from 255 or 59.06% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 238 - color contains mainly: green. Hex color #05EEA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EEA0 is #FA115F. Grayscale: #9F9F9F. Windows color (decimal): -16388448 or 10546693. OLE color: 10546693.
HSL color Cylindrical-coordinate representation of color #05EEA0: hue angle of 159.91º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EEA0 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 160 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.07 |
| HSL | 159.91º | 0.96% | 0.48% | - |
| HSV(B) | 159.91º | 0.98% | 0.93% | - |
| XYZ | 36.98 | 63.72 | 43.61 | - |
| YUV | 159.44 | 128.31 | 17.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 160 | 0.98 | 0 | 0.33 | 0.07 | 159.91 | 0.96 | 0.48 |
| Hex | 5 | EE | A0 | 62 | 0 | 21 | 7 | A0 | 60 | 30 |
| Octal | 5 | 356 | 240 | 142 | 0 | 41 | 7 | 240 | 140 | 60 |
| Binary | 101 | 11101110 | 10100000 | 1100010 | 0 | 100001 | 111 | 10100000 | 1100000 | 110000 |
Color Harmonies of #05EEA0
Complementary color
Monochromatic Colors of #05EEA0
Black with #05EEA0
Text Example
Text Example
White with #05EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EEA0; }
p { color: rgb(5,238,160); }
H1.HeaderClassName
{
color: #05EEA0;
}
.AnyTagClassName
{
color: #05EEA0;
}
</style>
background-color css
<style>
a { background-color: #05EEA0; }
a { background-color: rgb(5,238,160); }
div.DivClassName
{
background-color: #05EEA0;
}
.BgClassName
{
background-color: #05EEA0;
}
</style>
border-color css
<style>
span { border-color: #05EEA0; }
span { border-color: rgb(5,238,160); }
td.TdClassName
{
border-color: #05EEA0;
}
.TagClassName
{
border-color: #05EEA0;
}
</style>