Shades of Medium Spring Green #00FDBA
Tints of Medium Spring Green #00FDBA
RGB
CMYK
RGB Variations
Color information
#00FDBA (or 0x00FDBA) is known color: Medium Spring Green. HEX triplet: 00, FD and BA. RGB value is (0,253,186). Sum of RGB (Red+Green+Blue) = 0+253+186=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDBA is #FF0245. Grayscale: #A9A9A9. Windows color (decimal): -16712262 or 12254464. OLE color: 12254464.
HSL color Cylindrical-coordinate representation of color #00FDBA: hue angle of 164.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FDBA is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 186 | - |
| CMYK | 1 | 0 | 0.26 | 0.01 |
| HSL | 164.11º | 1% | 0.5% | - |
| HSV(B) | 164.11º | 1% | 0.99% | - |
| XYZ | 43.99 | 73.8 | 58.38 | - |
| YUV | 169.72 | 137.18 | 6.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 186 | 1 | 0 | 0.26 | 0.01 | 164.11 | 1 | 0.5 |
| Hex | 0 | FD | BA | 64 | 0 | 1A | 1 | A4 | 64 | 32 |
| Octal | 0 | 375 | 272 | 144 | 0 | 32 | 1 | 244 | 144 | 62 |
| Binary | 0 | 11111101 | 10111010 | 1100100 | 0 | 11010 | 1 | 10100100 | 1100100 | 110010 |
Color Harmonies of #00FDBA
Complementary color
Monochromatic Colors of #00FDBA
Black with #00FDBA
Text Example
Text Example
White with #00FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDBA; }
p { color: rgb(0,253,186); }
H1.HeaderClassName
{
color: #00FDBA;
}
.AnyTagClassName
{
color: #00FDBA;
}
</style>
background-color css
<style>
a { background-color: #00FDBA; }
a { background-color: rgb(0,253,186); }
div.DivClassName
{
background-color: #00FDBA;
}
.BgClassName
{
background-color: #00FDBA;
}
</style>
border-color css
<style>
span { border-color: #00FDBA; }
span { border-color: rgb(0,253,186); }
td.TdClassName
{
border-color: #00FDBA;
}
.TagClassName
{
border-color: #00FDBA;
}
</style>