Shades of Spring Green #05F880
Tints of Spring Green #05F880
RGB
CMYK
RGB Variations
Color information
#05F880 (or 0x05F880) is known color: Spring Green. HEX triplet: 05, F8 and 80. RGB value is (5,248,128). Sum of RGB (Red+Green+Blue) = 5+248+128=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #05F880 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F880 is #FA077F. Grayscale: #A1A1A1. Windows color (decimal): -16385920 or 8452101. OLE color: 8452101.
HSL color Cylindrical-coordinate representation of color #05F880: hue angle of 150.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F880 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 128 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.03 |
| HSL | 150.37º | 0.96% | 0.5% | - |
| HSV(B) | 150.37º | 0.98% | 0.97% | - |
| XYZ | 37.53 | 68.73 | 31.71 | - |
| YUV | 161.66 | 108.99 | 16.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 128 | 0.98 | 0 | 0.48 | 0.03 | 150.37 | 0.96 | 0.5 |
| Hex | 5 | F8 | 80 | 62 | 0 | 30 | 3 | 96 | 60 | 32 |
| Octal | 5 | 370 | 200 | 142 | 0 | 60 | 3 | 226 | 140 | 62 |
| Binary | 101 | 11111000 | 10000000 | 1100010 | 0 | 110000 | 11 | 10010110 | 1100000 | 110010 |
Color Harmonies of #05F880
Complementary color
Monochromatic Colors of #05F880
Black with #05F880
Text Example
Text Example
White with #05F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F880; }
p { color: rgb(5,248,128); }
H1.HeaderClassName
{
color: #05F880;
}
.AnyTagClassName
{
color: #05F880;
}
</style>
background-color css
<style>
a { background-color: #05F880; }
a { background-color: rgb(5,248,128); }
div.DivClassName
{
background-color: #05F880;
}
.BgClassName
{
background-color: #05F880;
}
</style>
border-color css
<style>
span { border-color: #05F880; }
span { border-color: rgb(5,248,128); }
td.TdClassName
{
border-color: #05F880;
}
.TagClassName
{
border-color: #05F880;
}
</style>