Shades of Spring Green #05FE8D
Tints of Spring Green #05FE8D
RGB
CMYK
RGB Variations
Color information
#05FE8D (or 0x05FE8D) is known color: Spring Green. HEX triplet: 05, FE and 8D. RGB value is (5,254,141). Sum of RGB (Red+Green+Blue) = 5+254+141=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FE8D is #FA0172. Grayscale: #A6A6A6. Windows color (decimal): -16384371 or 9305605. OLE color: 9305605.
HSL color Cylindrical-coordinate representation of color #05FE8D: hue angle of 152.77º 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 #05FE8D is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 141 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.00 |
| HSL | 152.77º | 0.99% | 0.51% | - |
| HSV(B) | 152.77º | 0.98% | 1% | - |
| XYZ | 40.31 | 72.84 | 37.13 | - |
| YUV | 166.67 | 113.51 | 12.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 141 | 0.98 | 0 | 0.44 | 0.00 | 152.77 | 0.99 | 0.51 |
| Hex | 5 | FE | 8D | 62 | 0 | 2C | 0 | 99 | 63 | 33 |
| Octal | 5 | 376 | 215 | 142 | 0 | 54 | 0 | 231 | 143 | 63 |
| Binary | 101 | 11111110 | 10001101 | 1100010 | 0 | 101100 | 0 | 10011001 | 1100011 | 110011 |
Color Harmonies of #05FE8D
Complementary color
Monochromatic Colors of #05FE8D
Black with #05FE8D
Text Example
Text Example
White with #05FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE8D; }
p { color: rgb(5,254,141); }
H1.HeaderClassName
{
color: #05FE8D;
}
.AnyTagClassName
{
color: #05FE8D;
}
</style>
background-color css
<style>
a { background-color: #05FE8D; }
a { background-color: rgb(5,254,141); }
div.DivClassName
{
background-color: #05FE8D;
}
.BgClassName
{
background-color: #05FE8D;
}
</style>
border-color css
<style>
span { border-color: #05FE8D; }
span { border-color: rgb(5,254,141); }
td.TdClassName
{
border-color: #05FE8D;
}
.TagClassName
{
border-color: #05FE8D;
}
</style>