Shades of Spring Green #05FE80
Tints of Spring Green #05FE80
RGB
CMYK
RGB Variations
Color information
#05FE80 (or 0x05FE80) is known color: Spring Green. HEX triplet: 05, FE and 80. RGB value is (5,254,128). Sum of RGB (Red+Green+Blue) = 5+254+128=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FE80 is #FA017F. Grayscale: #A5A5A5. Windows color (decimal): -16384384 or 8453637. OLE color: 8453637.
HSL color Cylindrical-coordinate representation of color #05FE80: hue angle of 149.64º 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 #05FE80 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 128 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.00 |
| HSL | 149.64º | 0.99% | 0.51% | - |
| HSV(B) | 149.64º | 0.98% | 1% | - |
| XYZ | 39.4 | 72.47 | 32.33 | - |
| YUV | 165.19 | 107.01 | 13.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 128 | 0.98 | 0 | 0.50 | 0.00 | 149.64 | 0.99 | 0.51 |
| Hex | 5 | FE | 80 | 62 | 0 | 32 | 0 | 96 | 63 | 33 |
| Octal | 5 | 376 | 200 | 142 | 0 | 62 | 0 | 226 | 143 | 63 |
| Binary | 101 | 11111110 | 10000000 | 1100010 | 0 | 110010 | 0 | 10010110 | 1100011 | 110011 |
Color Harmonies of #05FE80
Complementary color
Monochromatic Colors of #05FE80
Black with #05FE80
Text Example
Text Example
White with #05FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE80; }
p { color: rgb(5,254,128); }
H1.HeaderClassName
{
color: #05FE80;
}
.AnyTagClassName
{
color: #05FE80;
}
</style>
background-color css
<style>
a { background-color: #05FE80; }
a { background-color: rgb(5,254,128); }
div.DivClassName
{
background-color: #05FE80;
}
.BgClassName
{
background-color: #05FE80;
}
</style>
border-color css
<style>
span { border-color: #05FE80; }
span { border-color: rgb(5,254,128); }
td.TdClassName
{
border-color: #05FE80;
}
.TagClassName
{
border-color: #05FE80;
}
</style>