Shades of Spring Green #05FE73
Tints of Spring Green #05FE73
RGB
CMYK
RGB Variations
Color information
#05FE73 (or 0x05FE73) is known color: Spring Green. HEX triplet: 05, FE and 73. RGB value is (5,254,115). Sum of RGB (Red+Green+Blue) = 5+254+115=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FE73 is #FA018C. Grayscale: #A4A4A4. Windows color (decimal): -16384397 or 7601669. OLE color: 7601669.
HSL color Cylindrical-coordinate representation of color #05FE73: hue angle of 146.51º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE73 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 115 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.00 |
| HSL | 146.51º | 0.99% | 0.51% | - |
| HSV(B) | 146.51º | 0.98% | 1% | - |
| XYZ | 38.6 | 72.15 | 28.11 | - |
| YUV | 163.7 | 100.51 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 115 | 0.98 | 0 | 0.55 | 0.00 | 146.51 | 0.99 | 0.51 |
| Hex | 5 | FE | 73 | 62 | 0 | 37 | 0 | 93 | 63 | 33 |
| Octal | 5 | 376 | 163 | 142 | 0 | 67 | 0 | 223 | 143 | 63 |
| Binary | 101 | 11111110 | 1110011 | 1100010 | 0 | 110111 | 0 | 10010011 | 1100011 | 110011 |
Color Harmonies of #05FE73
Complementary color
Monochromatic Colors of #05FE73
Black with #05FE73
Text Example
Text Example
White with #05FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE73; }
p { color: rgb(5,254,115); }
H1.HeaderClassName
{
color: #05FE73;
}
.AnyTagClassName
{
color: #05FE73;
}
</style>
background-color css
<style>
a { background-color: #05FE73; }
a { background-color: rgb(5,254,115); }
div.DivClassName
{
background-color: #05FE73;
}
.BgClassName
{
background-color: #05FE73;
}
</style>
border-color css
<style>
span { border-color: #05FE73; }
span { border-color: rgb(5,254,115); }
td.TdClassName
{
border-color: #05FE73;
}
.TagClassName
{
border-color: #05FE73;
}
</style>