Shades of Medium Spring Green #05F09F
Tints of Medium Spring Green #05F09F
RGB
CMYK
RGB Variations
Color information
#05F09F (or 0x05F09F) is known color: Medium Spring Green. HEX triplet: 05, F0 and 9F. RGB value is (5,240,159). Sum of RGB (Red+Green+Blue) = 5+240+159=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #05F09F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F09F is #FA0F60. Grayscale: #A0A0A0. Windows color (decimal): -16387937 or 10481669. OLE color: 10481669.
HSL color Cylindrical-coordinate representation of color #05F09F: hue angle of 159.32º 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 #05F09F is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 159 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.06 |
| HSL | 159.32º | 0.96% | 0.48% | - |
| HSV(B) | 159.32º | 0.98% | 0.94% | - |
| XYZ | 37.48 | 64.86 | 43.34 | - |
| YUV | 160.5 | 127.14 | 17.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 159 | 0.98 | 0 | 0.34 | 0.06 | 159.32 | 0.96 | 0.48 |
| Hex | 5 | F0 | 9F | 62 | 0 | 22 | 6 | 9F | 60 | 30 |
| Octal | 5 | 360 | 237 | 142 | 0 | 42 | 6 | 237 | 140 | 60 |
| Binary | 101 | 11110000 | 10011111 | 1100010 | 0 | 100010 | 110 | 10011111 | 1100000 | 110000 |
Color Harmonies of #05F09F
Complementary color
Monochromatic Colors of #05F09F
Black with #05F09F
Text Example
Text Example
White with #05F09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F09F; }
p { color: rgb(5,240,159); }
H1.HeaderClassName
{
color: #05F09F;
}
.AnyTagClassName
{
color: #05F09F;
}
</style>
background-color css
<style>
a { background-color: #05F09F; }
a { background-color: rgb(5,240,159); }
div.DivClassName
{
background-color: #05F09F;
}
.BgClassName
{
background-color: #05F09F;
}
</style>
border-color css
<style>
span { border-color: #05F09F; }
span { border-color: rgb(5,240,159); }
td.TdClassName
{
border-color: #05F09F;
}
.TagClassName
{
border-color: #05F09F;
}
</style>