Shades of Medium Spring Green #05FCBD
Tints of Medium Spring Green #05FCBD
RGB
CMYK
RGB Variations
Color information
#05FCBD (or 0x05FCBD) is known color: Medium Spring Green. HEX triplet: 05, FC and BD. RGB value is (5,252,189). Sum of RGB (Red+Green+Blue) = 5+252+189=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCBD is #FA0342. Grayscale: #AAAAAA. Windows color (decimal): -16384835 or 12450821. OLE color: 12450821.
HSL color Cylindrical-coordinate representation of color #05FCBD: hue angle of 164.7º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCBD is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 189 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.01 |
| HSL | 164.7º | 0.98% | 0.5% | - |
| HSV(B) | 164.7º | 0.98% | 0.99% | - |
| XYZ | 44.06 | 73.33 | 59.98 | - |
| YUV | 170.97 | 138.17 | 9.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 189 | 0.98 | 0 | 0.25 | 0.01 | 164.7 | 0.98 | 0.5 |
| Hex | 5 | FC | BD | 62 | 0 | 19 | 1 | A5 | 62 | 32 |
| Octal | 5 | 374 | 275 | 142 | 0 | 31 | 1 | 245 | 142 | 62 |
| Binary | 101 | 11111100 | 10111101 | 1100010 | 0 | 11001 | 1 | 10100101 | 1100010 | 110010 |
Color Harmonies of #05FCBD
Complementary color
Monochromatic Colors of #05FCBD
Black with #05FCBD
Text Example
Text Example
White with #05FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCBD; }
p { color: rgb(5,252,189); }
H1.HeaderClassName
{
color: #05FCBD;
}
.AnyTagClassName
{
color: #05FCBD;
}
</style>
background-color css
<style>
a { background-color: #05FCBD; }
a { background-color: rgb(5,252,189); }
div.DivClassName
{
background-color: #05FCBD;
}
.BgClassName
{
background-color: #05FCBD;
}
</style>
border-color css
<style>
span { border-color: #05FCBD; }
span { border-color: rgb(5,252,189); }
td.TdClassName
{
border-color: #05FCBD;
}
.TagClassName
{
border-color: #05FCBD;
}
</style>