Shades of Medium Spring Green #05FF94
Tints of Medium Spring Green #05FF94
RGB
CMYK
RGB Variations
Color information
#05FF94 (or 0x05FF94) is known color: Medium Spring Green. HEX triplet: 05, FF and 94. RGB value is (5,255,148). Sum of RGB (Red+Green+Blue) = 5+255+148=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FF94 is #FA006B. Grayscale: #A8A8A8. Windows color (decimal): -16384108 or 9764613. OLE color: 9764613.
HSL color Cylindrical-coordinate representation of color #05FF94: hue angle of 154.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF94 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 148 | - |
| CMYK | 0.98 | 0 | 0.42 | 0 |
| HSL | 154.32º | 1% | 0.51% | - |
| HSV(B) | 154.32º | 0.98% | 1% | - |
| XYZ | 41.17 | 73.69 | 40.07 | - |
| YUV | 168.05 | 116.68 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 148 | 0.98 | 0 | 0.42 | 0 | 154.32 | 1 | 0.51 |
| Hex | 5 | FF | 94 | 62 | 0 | 2A | 0 | 9A | 64 | 33 |
| Octal | 5 | 377 | 224 | 142 | 0 | 52 | 0 | 232 | 144 | 63 |
| Binary | 101 | 11111111 | 10010100 | 1100010 | 0 | 101010 | 0 | 10011010 | 1100100 | 110011 |
Color Harmonies of #05FF94
Complementary color
Monochromatic Colors of #05FF94
Black with #05FF94
Text Example
Text Example
White with #05FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF94; }
p { color: rgb(5,255,148); }
H1.HeaderClassName
{
color: #05FF94;
}
.AnyTagClassName
{
color: #05FF94;
}
</style>
background-color css
<style>
a { background-color: #05FF94; }
a { background-color: rgb(5,255,148); }
div.DivClassName
{
background-color: #05FF94;
}
.BgClassName
{
background-color: #05FF94;
}
</style>
border-color css
<style>
span { border-color: #05FF94; }
span { border-color: rgb(5,255,148); }
td.TdClassName
{
border-color: #05FF94;
}
.TagClassName
{
border-color: #05FF94;
}
</style>