Shades of Medium Spring Green #05FCAB
Tints of Medium Spring Green #05FCAB
RGB
CMYK
RGB Variations
Color information
#05FCAB (or 0x05FCAB) is known color: Medium Spring Green. HEX triplet: 05, FC and AB. RGB value is (5,252,171). Sum of RGB (Red+Green+Blue) = 5+252+171=428 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FCAB is #FA0354. Grayscale: #A8A8A8. Windows color (decimal): -16384853 or 11271173. OLE color: 11271173.
HSL color Cylindrical-coordinate representation of color #05FCAB: hue angle of 160.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCAB is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 171 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.01 |
| HSL | 160.32º | 0.98% | 0.5% | - |
| HSV(B) | 160.32º | 0.98% | 0.99% | - |
| XYZ | 42.22 | 72.59 | 50.31 | - |
| YUV | 168.91 | 129.17 | 11.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 171 | 0.98 | 0 | 0.32 | 0.01 | 160.32 | 0.98 | 0.5 |
| Hex | 5 | FC | AB | 62 | 0 | 20 | 1 | A0 | 62 | 32 |
| Octal | 5 | 374 | 253 | 142 | 0 | 40 | 1 | 240 | 142 | 62 |
| Binary | 101 | 11111100 | 10101011 | 1100010 | 0 | 100000 | 1 | 10100000 | 1100010 | 110010 |
Color Harmonies of #05FCAB
Complementary color
Monochromatic Colors of #05FCAB
Black with #05FCAB
Text Example
Text Example
White with #05FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCAB; }
p { color: rgb(5,252,171); }
H1.HeaderClassName
{
color: #05FCAB;
}
.AnyTagClassName
{
color: #05FCAB;
}
</style>
background-color css
<style>
a { background-color: #05FCAB; }
a { background-color: rgb(5,252,171); }
div.DivClassName
{
background-color: #05FCAB;
}
.BgClassName
{
background-color: #05FCAB;
}
</style>
border-color css
<style>
span { border-color: #05FCAB; }
span { border-color: rgb(5,252,171); }
td.TdClassName
{
border-color: #05FCAB;
}
.TagClassName
{
border-color: #05FCAB;
}
</style>