Shades of Spring Green #05FA73
Tints of Spring Green #05FA73
RGB
CMYK
RGB Variations
Color information
#05FA73 (or 0x05FA73) is known color: Spring Green. HEX triplet: 05, FA and 73. RGB value is (5,250,115). Sum of RGB (Red+Green+Blue) = 5+250+115=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FA73 is #FA058C. Grayscale: #A1A1A1. Windows color (decimal): -16385421 or 7600645. OLE color: 7600645.
HSL color Cylindrical-coordinate representation of color #05FA73: hue angle of 146.94º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FA73 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 115 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.02 |
| HSL | 146.94º | 0.96% | 0.5% | - |
| HSV(B) | 146.94º | 0.98% | 0.98% | - |
| XYZ | 37.34 | 69.64 | 27.69 | - |
| YUV | 161.36 | 101.83 | 16.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 115 | 0.98 | 0 | 0.54 | 0.02 | 146.94 | 0.96 | 0.5 |
| Hex | 5 | FA | 73 | 62 | 0 | 36 | 2 | 93 | 60 | 32 |
| Octal | 5 | 372 | 163 | 142 | 0 | 66 | 2 | 223 | 140 | 62 |
| Binary | 101 | 11111010 | 1110011 | 1100010 | 0 | 110110 | 10 | 10010011 | 1100000 | 110010 |
Color Harmonies of #05FA73
Complementary color
Monochromatic Colors of #05FA73
Black with #05FA73
Text Example
Text Example
White with #05FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA73; }
p { color: rgb(5,250,115); }
H1.HeaderClassName
{
color: #05FA73;
}
.AnyTagClassName
{
color: #05FA73;
}
</style>
background-color css
<style>
a { background-color: #05FA73; }
a { background-color: rgb(5,250,115); }
div.DivClassName
{
background-color: #05FA73;
}
.BgClassName
{
background-color: #05FA73;
}
</style>
border-color css
<style>
span { border-color: #05FA73; }
span { border-color: rgb(5,250,115); }
td.TdClassName
{
border-color: #05FA73;
}
.TagClassName
{
border-color: #05FA73;
}
</style>