Shades of Medium Spring Green #05FFC0
Tints of Medium Spring Green #05FFC0
RGB
CMYK
RGB Variations
Color information
#05FFC0 (or 0x05FFC0) is known color: Medium Spring Green. HEX triplet: 05, FF and C0. RGB value is (5,255,192). Sum of RGB (Red+Green+Blue) = 5+255+192=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFC0 is #FA003F. Grayscale: #ADADAD. Windows color (decimal): -16384064 or 12648197. OLE color: 12648197.
HSL color Cylindrical-coordinate representation of color #05FFC0: hue angle of 164.88º 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 #05FFC0 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 192 | - |
| CMYK | 0.98 | 0 | 0.25 | 0 |
| HSL | 164.88º | 1% | 0.51% | - |
| HSV(B) | 164.88º | 0.98% | 1% | - |
| XYZ | 45.34 | 75.36 | 62.03 | - |
| YUV | 173.07 | 138.68 | 8.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 192 | 0.98 | 0 | 0.25 | 0 | 164.88 | 1 | 0.51 |
| Hex | 5 | FF | C0 | 62 | 0 | 19 | 0 | A5 | 64 | 33 |
| Octal | 5 | 377 | 300 | 142 | 0 | 31 | 0 | 245 | 144 | 63 |
| Binary | 101 | 11111111 | 11000000 | 1100010 | 0 | 11001 | 0 | 10100101 | 1100100 | 110011 |
Color Harmonies of #05FFC0
Complementary color
Monochromatic Colors of #05FFC0
Black with #05FFC0
Text Example
Text Example
White with #05FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFC0; }
p { color: rgb(5,255,192); }
H1.HeaderClassName
{
color: #05FFC0;
}
.AnyTagClassName
{
color: #05FFC0;
}
</style>
background-color css
<style>
a { background-color: #05FFC0; }
a { background-color: rgb(5,255,192); }
div.DivClassName
{
background-color: #05FFC0;
}
.BgClassName
{
background-color: #05FFC0;
}
</style>
border-color css
<style>
span { border-color: #05FFC0; }
span { border-color: rgb(5,255,192); }
td.TdClassName
{
border-color: #05FFC0;
}
.TagClassName
{
border-color: #05FFC0;
}
</style>