Shades of Medium Spring Green #05F29D
Tints of Medium Spring Green #05F29D
RGB
CMYK
RGB Variations
Color information
#05F29D (or 0x05F29D) is known color: Medium Spring Green. HEX triplet: 05, F2 and 9D. RGB value is (5,242,157). Sum of RGB (Red+Green+Blue) = 5+242+157=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #05F29D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F29D is #FA0D62. Grayscale: #A1A1A1. Windows color (decimal): -16387427 or 10351109. OLE color: 10351109.
HSL color Cylindrical-coordinate representation of color #05F29D: hue angle of 158.48º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F29D is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 157 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.05 |
| HSL | 158.48º | 0.96% | 0.48% | - |
| HSV(B) | 158.48º | 0.98% | 0.95% | - |
| XYZ | 37.9 | 65.97 | 42.63 | - |
| YUV | 161.45 | 125.48 | 16.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 157 | 0.98 | 0 | 0.35 | 0.05 | 158.48 | 0.96 | 0.48 |
| Hex | 5 | F2 | 9D | 62 | 0 | 23 | 5 | 9E | 60 | 30 |
| Octal | 5 | 362 | 235 | 142 | 0 | 43 | 5 | 236 | 140 | 60 |
| Binary | 101 | 11110010 | 10011101 | 1100010 | 0 | 100011 | 101 | 10011110 | 1100000 | 110000 |
Color Harmonies of #05F29D
Complementary color
Monochromatic Colors of #05F29D
Black with #05F29D
Text Example
Text Example
White with #05F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F29D; }
p { color: rgb(5,242,157); }
H1.HeaderClassName
{
color: #05F29D;
}
.AnyTagClassName
{
color: #05F29D;
}
</style>
background-color css
<style>
a { background-color: #05F29D; }
a { background-color: rgb(5,242,157); }
div.DivClassName
{
background-color: #05F29D;
}
.BgClassName
{
background-color: #05F29D;
}
</style>
border-color css
<style>
span { border-color: #05F29D; }
span { border-color: rgb(5,242,157); }
td.TdClassName
{
border-color: #05F29D;
}
.TagClassName
{
border-color: #05F29D;
}
</style>