Shades of Medium Spring Green #05F2A1
Tints of Medium Spring Green #05F2A1
RGB
CMYK
RGB Variations
Color information
#05F2A1 (or 0x05F2A1) is known color: Medium Spring Green. HEX triplet: 05, F2 and A1. RGB value is (5,242,161). Sum of RGB (Red+Green+Blue) = 5+242+161=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2A1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F2A1 is #FA0D5E. Grayscale: #A1A1A1. Windows color (decimal): -16387423 or 10613253. OLE color: 10613253.
HSL color Cylindrical-coordinate representation of color #05F2A1: hue angle of 159.49º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2A1 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 161 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.05 |
| HSL | 159.49º | 0.96% | 0.48% | - |
| HSV(B) | 159.49º | 0.98% | 0.95% | - |
| XYZ | 38.25 | 66.11 | 44.46 | - |
| YUV | 161.9 | 127.48 | 16.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 161 | 0.98 | 0 | 0.33 | 0.05 | 159.49 | 0.96 | 0.48 |
| Hex | 5 | F2 | A1 | 62 | 0 | 21 | 5 | 9F | 60 | 30 |
| Octal | 5 | 362 | 241 | 142 | 0 | 41 | 5 | 237 | 140 | 60 |
| Binary | 101 | 11110010 | 10100001 | 1100010 | 0 | 100001 | 101 | 10011111 | 1100000 | 110000 |
Color Harmonies of #05F2A1
Complementary color
Monochromatic Colors of #05F2A1
Black with #05F2A1
Text Example
Text Example
White with #05F2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2A1; }
p { color: rgb(5,242,161); }
H1.HeaderClassName
{
color: #05F2A1;
}
.AnyTagClassName
{
color: #05F2A1;
}
</style>
background-color css
<style>
a { background-color: #05F2A1; }
a { background-color: rgb(5,242,161); }
div.DivClassName
{
background-color: #05F2A1;
}
.BgClassName
{
background-color: #05F2A1;
}
</style>
border-color css
<style>
span { border-color: #05F2A1; }
span { border-color: rgb(5,242,161); }
td.TdClassName
{
border-color: #05F2A1;
}
.TagClassName
{
border-color: #05F2A1;
}
</style>