Shades of Medium Spring Green #05F294
Tints of Medium Spring Green #05F294
RGB
CMYK
RGB Variations
Color information
#05F294 (or 0x05F294) is known color: Medium Spring Green. HEX triplet: 05, F2 and 94. RGB value is (5,242,148). Sum of RGB (Red+Green+Blue) = 5+242+148=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #05F294 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F294 is #FA0D6B. Grayscale: #A0A0A0. Windows color (decimal): -16387436 or 9761285. OLE color: 9761285.
HSL color Cylindrical-coordinate representation of color #05F294: hue angle of 156.2º 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 #05F294 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 148 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.05 |
| HSL | 156.2º | 0.96% | 0.48% | - |
| HSV(B) | 156.2º | 0.98% | 0.95% | - |
| XYZ | 37.16 | 65.67 | 38.73 | - |
| YUV | 160.42 | 120.98 | 17.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 148 | 0.98 | 0 | 0.39 | 0.05 | 156.2 | 0.96 | 0.48 |
| Hex | 5 | F2 | 94 | 62 | 0 | 27 | 5 | 9C | 60 | 30 |
| Octal | 5 | 362 | 224 | 142 | 0 | 47 | 5 | 234 | 140 | 60 |
| Binary | 101 | 11110010 | 10010100 | 1100010 | 0 | 100111 | 101 | 10011100 | 1100000 | 110000 |
Color Harmonies of #05F294
Complementary color
Monochromatic Colors of #05F294
Black with #05F294
Text Example
Text Example
White with #05F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F294; }
p { color: rgb(5,242,148); }
H1.HeaderClassName
{
color: #05F294;
}
.AnyTagClassName
{
color: #05F294;
}
</style>
background-color css
<style>
a { background-color: #05F294; }
a { background-color: rgb(5,242,148); }
div.DivClassName
{
background-color: #05F294;
}
.BgClassName
{
background-color: #05F294;
}
</style>
border-color css
<style>
span { border-color: #05F294; }
span { border-color: rgb(5,242,148); }
td.TdClassName
{
border-color: #05F294;
}
.TagClassName
{
border-color: #05F294;
}
</style>