Shades of Medium Spring Green #05FDBD
Tints of Medium Spring Green #05FDBD
RGB
CMYK
RGB Variations
Color information
#05FDBD (or 0x05FDBD) is known color: Medium Spring Green. HEX triplet: 05, FD and BD. RGB value is (5,253,189). Sum of RGB (Red+Green+Blue) = 5+253+189=447 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #05FDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FDBD is #FA0242. Grayscale: #ABABAB. Windows color (decimal): -16384579 or 12451077. OLE color: 12451077.
HSL color Cylindrical-coordinate representation of color #05FDBD: hue angle of 164.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FDBD is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 189 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.01 |
| HSL | 164.52º | 0.98% | 0.51% | - |
| HSV(B) | 164.52º | 0.98% | 0.99% | - |
| XYZ | 44.37 | 73.96 | 60.08 | - |
| YUV | 171.55 | 137.84 | 9.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 189 | 0.98 | 0 | 0.25 | 0.01 | 164.52 | 0.98 | 0.51 |
| Hex | 5 | FD | BD | 62 | 0 | 19 | 1 | A5 | 62 | 33 |
| Octal | 5 | 375 | 275 | 142 | 0 | 31 | 1 | 245 | 142 | 63 |
| Binary | 101 | 11111101 | 10111101 | 1100010 | 0 | 11001 | 1 | 10100101 | 1100010 | 110011 |
Color Harmonies of #05FDBD
Complementary color
Monochromatic Colors of #05FDBD
Black with #05FDBD
Text Example
Text Example
White with #05FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FDBD; }
p { color: rgb(5,253,189); }
H1.HeaderClassName
{
color: #05FDBD;
}
.AnyTagClassName
{
color: #05FDBD;
}
</style>
background-color css
<style>
a { background-color: #05FDBD; }
a { background-color: rgb(5,253,189); }
div.DivClassName
{
background-color: #05FDBD;
}
.BgClassName
{
background-color: #05FDBD;
}
</style>
border-color css
<style>
span { border-color: #05FDBD; }
span { border-color: rgb(5,253,189); }
td.TdClassName
{
border-color: #05FDBD;
}
.TagClassName
{
border-color: #05FDBD;
}
</style>