Shades of Medium Spring Green #00FDBD
Tints of Medium Spring Green #00FDBD
RGB
CMYK
RGB Variations
Color information
#00FDBD (or 0x00FDBD) is known color: Medium Spring Green. HEX triplet: 00, FD and BD. RGB value is (0,253,189). Sum of RGB (Red+Green+Blue) = 0+253+189=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDBD is #FF0242. Grayscale: #AAAAAA. Windows color (decimal): -16712259 or 12451072. OLE color: 12451072.
HSL color Cylindrical-coordinate representation of color #00FDBD: hue angle of 164.82º 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 #00FDBD is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 189 | - |
| CMYK | 1 | 0 | 0.25 | 0.01 |
| HSL | 164.82º | 1% | 0.5% | - |
| HSV(B) | 164.82º | 1% | 0.99% | - |
| XYZ | 44.31 | 73.92 | 60.08 | - |
| YUV | 170.06 | 138.68 | 6.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 189 | 1 | 0 | 0.25 | 0.01 | 164.82 | 1 | 0.5 |
| Hex | 0 | FD | BD | 64 | 0 | 19 | 1 | A5 | 64 | 32 |
| Octal | 0 | 375 | 275 | 144 | 0 | 31 | 1 | 245 | 144 | 62 |
| Binary | 0 | 11111101 | 10111101 | 1100100 | 0 | 11001 | 1 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FDBD
Complementary color
Monochromatic Colors of #00FDBD
Black with #00FDBD
Text Example
Text Example
White with #00FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDBD; }
p { color: rgb(0,253,189); }
H1.HeaderClassName
{
color: #00FDBD;
}
.AnyTagClassName
{
color: #00FDBD;
}
</style>
background-color css
<style>
a { background-color: #00FDBD; }
a { background-color: rgb(0,253,189); }
div.DivClassName
{
background-color: #00FDBD;
}
.BgClassName
{
background-color: #00FDBD;
}
</style>
border-color css
<style>
span { border-color: #00FDBD; }
span { border-color: rgb(0,253,189); }
td.TdClassName
{
border-color: #00FDBD;
}
.TagClassName
{
border-color: #00FDBD;
}
</style>