Shades of Medium Spring Green #05FFA1
Tints of Medium Spring Green #05FFA1
RGB
CMYK
RGB Variations
Color information
#05FFA1 (or 0x05FFA1) is known color: Medium Spring Green. HEX triplet: 05, FF and A1. RGB value is (5,255,161). Sum of RGB (Red+Green+Blue) = 5+255+161=421 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FFA1 is #FA005E. Grayscale: #A9A9A9. Windows color (decimal): -16384095 or 10616581. OLE color: 10616581.
HSL color Cylindrical-coordinate representation of color #05FFA1: hue angle of 157.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFA1 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 161 | - |
| CMYK | 0.98 | 0 | 0.37 | 0 |
| HSL | 157.44º | 1% | 0.51% | - |
| HSV(B) | 157.44º | 0.98% | 1% | - |
| XYZ | 42.26 | 74.13 | 45.8 | - |
| YUV | 169.53 | 123.18 | 10.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 161 | 0.98 | 0 | 0.37 | 0 | 157.44 | 1 | 0.51 |
| Hex | 5 | FF | A1 | 62 | 0 | 25 | 0 | 9D | 64 | 33 |
| Octal | 5 | 377 | 241 | 142 | 0 | 45 | 0 | 235 | 144 | 63 |
| Binary | 101 | 11111111 | 10100001 | 1100010 | 0 | 100101 | 0 | 10011101 | 1100100 | 110011 |
Color Harmonies of #05FFA1
Complementary color
Monochromatic Colors of #05FFA1
Black with #05FFA1
Text Example
Text Example
White with #05FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFA1; }
p { color: rgb(5,255,161); }
H1.HeaderClassName
{
color: #05FFA1;
}
.AnyTagClassName
{
color: #05FFA1;
}
</style>
background-color css
<style>
a { background-color: #05FFA1; }
a { background-color: rgb(5,255,161); }
div.DivClassName
{
background-color: #05FFA1;
}
.BgClassName
{
background-color: #05FFA1;
}
</style>
border-color css
<style>
span { border-color: #05FFA1; }
span { border-color: rgb(5,255,161); }
td.TdClassName
{
border-color: #05FFA1;
}
.TagClassName
{
border-color: #05FFA1;
}
</style>