Shades of Medium Spring Green #05F28F
Tints of Medium Spring Green #05F28F
RGB
CMYK
RGB Variations
Color information
#05F28F (or 0x05F28F) is known color: Medium Spring Green. HEX triplet: 05, F2 and 8F. RGB value is (5,242,143). Sum of RGB (Red+Green+Blue) = 5+242+143=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #05F28F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F28F is #FA0D70. Grayscale: #A0A0A0. Windows color (decimal): -16387441 or 9433605. OLE color: 9433605.
HSL color Cylindrical-coordinate representation of color #05F28F: hue angle of 154.94º 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 #05F28F is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 143 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.05 |
| HSL | 154.94º | 0.96% | 0.48% | - |
| HSV(B) | 154.94º | 0.98% | 0.95% | - |
| XYZ | 36.77 | 65.52 | 36.7 | - |
| YUV | 159.85 | 118.48 | 17.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 143 | 0.98 | 0 | 0.41 | 0.05 | 154.94 | 0.96 | 0.48 |
| Hex | 5 | F2 | 8F | 62 | 0 | 29 | 5 | 9B | 60 | 30 |
| Octal | 5 | 362 | 217 | 142 | 0 | 51 | 5 | 233 | 140 | 60 |
| Binary | 101 | 11110010 | 10001111 | 1100010 | 0 | 101001 | 101 | 10011011 | 1100000 | 110000 |
Color Harmonies of #05F28F
Complementary color
Monochromatic Colors of #05F28F
Black with #05F28F
Text Example
Text Example
White with #05F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F28F; }
p { color: rgb(5,242,143); }
H1.HeaderClassName
{
color: #05F28F;
}
.AnyTagClassName
{
color: #05F28F;
}
</style>
background-color css
<style>
a { background-color: #05F28F; }
a { background-color: rgb(5,242,143); }
div.DivClassName
{
background-color: #05F28F;
}
.BgClassName
{
background-color: #05F28F;
}
</style>
border-color css
<style>
span { border-color: #05F28F; }
span { border-color: rgb(5,242,143); }
td.TdClassName
{
border-color: #05F28F;
}
.TagClassName
{
border-color: #05F28F;
}
</style>