Shades of Spring Green #05F773
Tints of Spring Green #05F773
RGB
CMYK
RGB Variations
Color information
#05F773 (or 0x05F773) is known color: Spring Green. HEX triplet: 05, F7 and 73. RGB value is (5,247,115). Sum of RGB (Red+Green+Blue) = 5+247+115=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #05F773 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F773 is #FA088C. Grayscale: #9F9F9F. Windows color (decimal): -16386189 or 7599877. OLE color: 7599877.
HSL color Cylindrical-coordinate representation of color #05F773: hue angle of 147.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F773 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 115 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.03 |
| HSL | 147.27º | 0.96% | 0.49% | - |
| HSV(B) | 147.27º | 0.98% | 0.97% | - |
| XYZ | 36.42 | 67.79 | 27.39 | - |
| YUV | 159.59 | 102.83 | 17.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 115 | 0.98 | 0 | 0.53 | 0.03 | 147.27 | 0.96 | 0.49 |
| Hex | 5 | F7 | 73 | 62 | 0 | 35 | 3 | 93 | 60 | 31 |
| Octal | 5 | 367 | 163 | 142 | 0 | 65 | 3 | 223 | 140 | 61 |
| Binary | 101 | 11110111 | 1110011 | 1100010 | 0 | 110101 | 11 | 10010011 | 1100000 | 110001 |
Color Harmonies of #05F773
Complementary color
Monochromatic Colors of #05F773
Black with #05F773
Text Example
Text Example
White with #05F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F773; }
p { color: rgb(5,247,115); }
H1.HeaderClassName
{
color: #05F773;
}
.AnyTagClassName
{
color: #05F773;
}
</style>
background-color css
<style>
a { background-color: #05F773; }
a { background-color: rgb(5,247,115); }
div.DivClassName
{
background-color: #05F773;
}
.BgClassName
{
background-color: #05F773;
}
</style>
border-color css
<style>
span { border-color: #05F773; }
span { border-color: rgb(5,247,115); }
td.TdClassName
{
border-color: #05F773;
}
.TagClassName
{
border-color: #05F773;
}
</style>