Shades of Spring Green #05FF5D
Tints of Spring Green #05FF5D
RGB
CMYK
RGB Variations
Color information
#05FF5D (or 0x05FF5D) is known color: Spring Green. HEX triplet: 05, FF and 5D. RGB value is (5,255,93). Sum of RGB (Red+Green+Blue) = 5+255+93=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FF5D is #FA00A2. Grayscale: #A2A2A2. Windows color (decimal): -16384163 or 6160133. OLE color: 6160133.
HSL color Cylindrical-coordinate representation of color #05FF5D: hue angle of 141.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF5D is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 93 | - |
| CMYK | 0.98 | 0 | 0.64 | 0 |
| HSL | 141.12º | 1% | 0.51% | - |
| HSV(B) | 141.12º | 0.98% | 1% | - |
| XYZ | 37.8 | 72.34 | 22.33 | - |
| YUV | 161.78 | 89.18 | 16.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 93 | 0.98 | 0 | 0.64 | 0 | 141.12 | 1 | 0.51 |
| Hex | 5 | FF | 5D | 62 | 0 | 40 | 0 | 8D | 64 | 33 |
| Octal | 5 | 377 | 135 | 142 | 0 | 100 | 0 | 215 | 144 | 63 |
| Binary | 101 | 11111111 | 1011101 | 1100010 | 0 | 1000000 | 0 | 10001101 | 1100100 | 110011 |
Color Harmonies of #05FF5D
Complementary color
Monochromatic Colors of #05FF5D
Black with #05FF5D
Text Example
Text Example
White with #05FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF5D; }
p { color: rgb(5,255,93); }
H1.HeaderClassName
{
color: #05FF5D;
}
.AnyTagClassName
{
color: #05FF5D;
}
</style>
background-color css
<style>
a { background-color: #05FF5D; }
a { background-color: rgb(5,255,93); }
div.DivClassName
{
background-color: #05FF5D;
}
.BgClassName
{
background-color: #05FF5D;
}
</style>
border-color css
<style>
span { border-color: #05FF5D; }
span { border-color: rgb(5,255,93); }
td.TdClassName
{
border-color: #05FF5D;
}
.TagClassName
{
border-color: #05FF5D;
}
</style>