Shades of Medium Spring Green #05F08D
Tints of Medium Spring Green #05F08D
RGB
CMYK
RGB Variations
Color information
#05F08D (or 0x05F08D) is known color: Medium Spring Green. HEX triplet: 05, F0 and 8D. RGB value is (5,240,141). Sum of RGB (Red+Green+Blue) = 5+240+141=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #05F08D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F08D is #FA0F72. Grayscale: #9E9E9E. Windows color (decimal): -16387955 or 9302021. OLE color: 9302021.
HSL color Cylindrical-coordinate representation of color #05F08D: hue angle of 154.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F08D is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 141 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.06 |
| HSL | 154.72º | 0.96% | 0.48% | - |
| HSV(B) | 154.72º | 0.98% | 0.94% | - |
| XYZ | 36.03 | 64.28 | 35.71 | - |
| YUV | 158.45 | 118.14 | 18.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 141 | 0.98 | 0 | 0.41 | 0.06 | 154.72 | 0.96 | 0.48 |
| Hex | 5 | F0 | 8D | 62 | 0 | 29 | 6 | 9B | 60 | 30 |
| Octal | 5 | 360 | 215 | 142 | 0 | 51 | 6 | 233 | 140 | 60 |
| Binary | 101 | 11110000 | 10001101 | 1100010 | 0 | 101001 | 110 | 10011011 | 1100000 | 110000 |
Color Harmonies of #05F08D
Complementary color
Monochromatic Colors of #05F08D
Black with #05F08D
Text Example
Text Example
White with #05F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F08D; }
p { color: rgb(5,240,141); }
H1.HeaderClassName
{
color: #05F08D;
}
.AnyTagClassName
{
color: #05F08D;
}
</style>
background-color css
<style>
a { background-color: #05F08D; }
a { background-color: rgb(5,240,141); }
div.DivClassName
{
background-color: #05F08D;
}
.BgClassName
{
background-color: #05F08D;
}
</style>
border-color css
<style>
span { border-color: #05F08D; }
span { border-color: rgb(5,240,141); }
td.TdClassName
{
border-color: #05F08D;
}
.TagClassName
{
border-color: #05F08D;
}
</style>