Shades of Medium Spring Green #05FFB5
Tints of Medium Spring Green #05FFB5
RGB
CMYK
RGB Variations
Color information
#05FFB5 (or 0x05FFB5) is known color: Medium Spring Green. HEX triplet: 05, FF and B5. RGB value is (5,255,181). Sum of RGB (Red+Green+Blue) = 5+255+181=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFB5 is #FA004A. Grayscale: #ABABAB. Windows color (decimal): -16384075 or 11927301. OLE color: 11927301.
HSL color Cylindrical-coordinate representation of color #05FFB5: hue angle of 162.24º 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 #05FFB5 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 181 | - |
| CMYK | 0.98 | 0 | 0.29 | 0 |
| HSL | 162.24º | 1% | 0.51% | - |
| HSV(B) | 162.24º | 0.98% | 1% | - |
| XYZ | 44.16 | 74.89 | 55.84 | - |
| YUV | 171.81 | 133.18 | 9.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 181 | 0.98 | 0 | 0.29 | 0 | 162.24 | 1 | 0.51 |
| Hex | 5 | FF | B5 | 62 | 0 | 1D | 0 | A2 | 64 | 33 |
| Octal | 5 | 377 | 265 | 142 | 0 | 35 | 0 | 242 | 144 | 63 |
| Binary | 101 | 11111111 | 10110101 | 1100010 | 0 | 11101 | 0 | 10100010 | 1100100 | 110011 |
Color Harmonies of #05FFB5
Complementary color
Monochromatic Colors of #05FFB5
Black with #05FFB5
Text Example
Text Example
White with #05FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFB5; }
p { color: rgb(5,255,181); }
H1.HeaderClassName
{
color: #05FFB5;
}
.AnyTagClassName
{
color: #05FFB5;
}
</style>
background-color css
<style>
a { background-color: #05FFB5; }
a { background-color: rgb(5,255,181); }
div.DivClassName
{
background-color: #05FFB5;
}
.BgClassName
{
background-color: #05FFB5;
}
</style>
border-color css
<style>
span { border-color: #05FFB5; }
span { border-color: rgb(5,255,181); }
td.TdClassName
{
border-color: #05FFB5;
}
.TagClassName
{
border-color: #05FFB5;
}
</style>