Shades of Medium Spring Green #05FEA2
Tints of Medium Spring Green #05FEA2
RGB
CMYK
RGB Variations
Color information
#05FEA2 (or 0x05FEA2) is known color: Medium Spring Green. HEX triplet: 05, FE and A2. RGB value is (5,254,162). Sum of RGB (Red+Green+Blue) = 5+254+162=421 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FEA2 is #FA015D. Grayscale: #A9A9A9. Windows color (decimal): -16384350 or 10681861. OLE color: 10681861.
HSL color Cylindrical-coordinate representation of color #05FEA2: hue angle of 157.83º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEA2 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 162 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.00 |
| HSL | 157.83º | 0.99% | 0.51% | - |
| HSV(B) | 157.83º | 0.98% | 1% | - |
| XYZ | 42.03 | 73.52 | 46.16 | - |
| YUV | 169.06 | 124.01 | 10.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 162 | 0.98 | 0 | 0.36 | 0.00 | 157.83 | 0.99 | 0.51 |
| Hex | 5 | FE | A2 | 62 | 0 | 24 | 0 | 9E | 63 | 33 |
| Octal | 5 | 376 | 242 | 142 | 0 | 44 | 0 | 236 | 143 | 63 |
| Binary | 101 | 11111110 | 10100010 | 1100010 | 0 | 100100 | 0 | 10011110 | 1100011 | 110011 |
Color Harmonies of #05FEA2
Complementary color
Monochromatic Colors of #05FEA2
Black with #05FEA2
Text Example
Text Example
White with #05FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEA2; }
p { color: rgb(5,254,162); }
H1.HeaderClassName
{
color: #05FEA2;
}
.AnyTagClassName
{
color: #05FEA2;
}
</style>
background-color css
<style>
a { background-color: #05FEA2; }
a { background-color: rgb(5,254,162); }
div.DivClassName
{
background-color: #05FEA2;
}
.BgClassName
{
background-color: #05FEA2;
}
</style>
border-color css
<style>
span { border-color: #05FEA2; }
span { border-color: rgb(5,254,162); }
td.TdClassName
{
border-color: #05FEA2;
}
.TagClassName
{
border-color: #05FEA2;
}
</style>