Shades of Spring Green #05FE86
Tints of Spring Green #05FE86
RGB
CMYK
RGB Variations
Color information
#05FE86 (or 0x05FE86) is known color: Spring Green. HEX triplet: 05, FE and 86. RGB value is (5,254,134). Sum of RGB (Red+Green+Blue) = 5+254+134=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FE86 is #FA0179. Grayscale: #A6A6A6. Windows color (decimal): -16384378 or 8846853. OLE color: 8846853.
HSL color Cylindrical-coordinate representation of color #05FE86: hue angle of 151.08º 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 #05FE86 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 134 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.00 |
| HSL | 151.08º | 0.99% | 0.51% | - |
| HSV(B) | 151.08º | 0.98% | 1% | - |
| XYZ | 39.81 | 72.64 | 34.48 | - |
| YUV | 165.87 | 110.01 | 13.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 134 | 0.98 | 0 | 0.47 | 0.00 | 151.08 | 0.99 | 0.51 |
| Hex | 5 | FE | 86 | 62 | 0 | 2F | 0 | 97 | 63 | 33 |
| Octal | 5 | 376 | 206 | 142 | 0 | 57 | 0 | 227 | 143 | 63 |
| Binary | 101 | 11111110 | 10000110 | 1100010 | 0 | 101111 | 0 | 10010111 | 1100011 | 110011 |
Color Harmonies of #05FE86
Complementary color
Monochromatic Colors of #05FE86
Black with #05FE86
Text Example
Text Example
White with #05FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE86; }
p { color: rgb(5,254,134); }
H1.HeaderClassName
{
color: #05FE86;
}
.AnyTagClassName
{
color: #05FE86;
}
</style>
background-color css
<style>
a { background-color: #05FE86; }
a { background-color: rgb(5,254,134); }
div.DivClassName
{
background-color: #05FE86;
}
.BgClassName
{
background-color: #05FE86;
}
</style>
border-color css
<style>
span { border-color: #05FE86; }
span { border-color: rgb(5,254,134); }
td.TdClassName
{
border-color: #05FE86;
}
.TagClassName
{
border-color: #05FE86;
}
</style>