Shades of Spring Green #05FE85
Tints of Spring Green #05FE85
RGB
CMYK
RGB Variations
Color information
#05FE85 (or 0x05FE85) is known color: Spring Green. HEX triplet: 05, FE and 85. RGB value is (5,254,133). Sum of RGB (Red+Green+Blue) = 5+254+133=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FE85 is #FA017A. Grayscale: #A5A5A5. Windows color (decimal): -16384379 or 8781317. OLE color: 8781317.
HSL color Cylindrical-coordinate representation of color #05FE85: hue angle of 150.84º 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 #05FE85 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 133 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.00 |
| HSL | 150.84º | 0.99% | 0.51% | - |
| HSV(B) | 150.84º | 0.98% | 1% | - |
| XYZ | 39.74 | 72.61 | 34.11 | - |
| YUV | 165.76 | 109.51 | 13.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 133 | 0.98 | 0 | 0.48 | 0.00 | 150.84 | 0.99 | 0.51 |
| Hex | 5 | FE | 85 | 62 | 0 | 30 | 0 | 97 | 63 | 33 |
| Octal | 5 | 376 | 205 | 142 | 0 | 60 | 0 | 227 | 143 | 63 |
| Binary | 101 | 11111110 | 10000101 | 1100010 | 0 | 110000 | 0 | 10010111 | 1100011 | 110011 |
Color Harmonies of #05FE85
Complementary color
Monochromatic Colors of #05FE85
Black with #05FE85
Text Example
Text Example
White with #05FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE85; }
p { color: rgb(5,254,133); }
H1.HeaderClassName
{
color: #05FE85;
}
.AnyTagClassName
{
color: #05FE85;
}
</style>
background-color css
<style>
a { background-color: #05FE85; }
a { background-color: rgb(5,254,133); }
div.DivClassName
{
background-color: #05FE85;
}
.BgClassName
{
background-color: #05FE85;
}
</style>
border-color css
<style>
span { border-color: #05FE85; }
span { border-color: rgb(5,254,133); }
td.TdClassName
{
border-color: #05FE85;
}
.TagClassName
{
border-color: #05FE85;
}
</style>