Shades of Medium Spring Green #05F08C
Tints of Medium Spring Green #05F08C
RGB
CMYK
RGB Variations
Color information
#05F08C (or 0x05F08C) is known color: Medium Spring Green. HEX triplet: 05, F0 and 8C. RGB value is (5,240,140). Sum of RGB (Red+Green+Blue) = 5+240+140=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #05F08C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F08C is #FA0F73. Grayscale: #9E9E9E. Windows color (decimal): -16387956 or 9236485. OLE color: 9236485.
HSL color Cylindrical-coordinate representation of color #05F08C: hue angle of 154.47º 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 #05F08C is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 140 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.06 |
| HSL | 154.47º | 0.96% | 0.48% | - |
| HSV(B) | 154.47º | 0.98% | 0.94% | - |
| XYZ | 35.96 | 64.25 | 35.32 | - |
| YUV | 158.34 | 117.64 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 140 | 0.98 | 0 | 0.42 | 0.06 | 154.47 | 0.96 | 0.48 |
| Hex | 5 | F0 | 8C | 62 | 0 | 2A | 6 | 9A | 60 | 30 |
| Octal | 5 | 360 | 214 | 142 | 0 | 52 | 6 | 232 | 140 | 60 |
| Binary | 101 | 11110000 | 10001100 | 1100010 | 0 | 101010 | 110 | 10011010 | 1100000 | 110000 |
Color Harmonies of #05F08C
Complementary color
Monochromatic Colors of #05F08C
Black with #05F08C
Text Example
Text Example
White with #05F08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F08C; }
p { color: rgb(5,240,140); }
H1.HeaderClassName
{
color: #05F08C;
}
.AnyTagClassName
{
color: #05F08C;
}
</style>
background-color css
<style>
a { background-color: #05F08C; }
a { background-color: rgb(5,240,140); }
div.DivClassName
{
background-color: #05F08C;
}
.BgClassName
{
background-color: #05F08C;
}
</style>
border-color css
<style>
span { border-color: #05F08C; }
span { border-color: rgb(5,240,140); }
td.TdClassName
{
border-color: #05F08C;
}
.TagClassName
{
border-color: #05F08C;
}
</style>