Shades of Medium Spring Green #05EFA3
Tints of Medium Spring Green #05EFA3
RGB
CMYK
RGB Variations
Color information
#05EFA3 (or 0x05EFA3) is known color: Medium Spring Green. HEX triplet: 05, EF and A3. RGB value is (5,239,163). Sum of RGB (Red+Green+Blue) = 5+239+163=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 239 (93.75% from 255 or 58.72% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EFA3 is #FA105C. Grayscale: #A0A0A0. Windows color (decimal): -16388189 or 10743557. OLE color: 10743557.
HSL color Cylindrical-coordinate representation of color #05EFA3: hue angle of 160.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFA3 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 239 | 163 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.06 |
| HSL | 160.51º | 0.96% | 0.48% | - |
| HSV(B) | 160.51º | 0.98% | 0.94% | - |
| XYZ | 37.54 | 64.41 | 45.1 | - |
| YUV | 160.37 | 129.48 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 163 | 0.98 | 0 | 0.32 | 0.06 | 160.51 | 0.96 | 0.48 |
| Hex | 5 | EF | A3 | 62 | 0 | 20 | 6 | A1 | 60 | 30 |
| Octal | 5 | 357 | 243 | 142 | 0 | 40 | 6 | 241 | 140 | 60 |
| Binary | 101 | 11101111 | 10100011 | 1100010 | 0 | 100000 | 110 | 10100001 | 1100000 | 110000 |
Color Harmonies of #05EFA3
Complementary color
Monochromatic Colors of #05EFA3
Black with #05EFA3
Text Example
Text Example
White with #05EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EFA3; }
p { color: rgb(5,239,163); }
H1.HeaderClassName
{
color: #05EFA3;
}
.AnyTagClassName
{
color: #05EFA3;
}
</style>
background-color css
<style>
a { background-color: #05EFA3; }
a { background-color: rgb(5,239,163); }
div.DivClassName
{
background-color: #05EFA3;
}
.BgClassName
{
background-color: #05EFA3;
}
</style>
border-color css
<style>
span { border-color: #05EFA3; }
span { border-color: rgb(5,239,163); }
td.TdClassName
{
border-color: #05EFA3;
}
.TagClassName
{
border-color: #05EFA3;
}
</style>