Shades of Medium Spring Green #00FDB1
Tints of Medium Spring Green #00FDB1
RGB
CMYK
RGB Variations
Color information
#00FDB1 (or 0x00FDB1) is known color: Medium Spring Green. HEX triplet: 00, FD and B1. RGB value is (0,253,177). Sum of RGB (Red+Green+Blue) = 0+253+177=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FDB1 is #FF024E. Grayscale: #A8A8A8. Windows color (decimal): -16712271 or 11664640. OLE color: 11664640.
HSL color Cylindrical-coordinate representation of color #00FDB1: hue angle of 161.98º 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 #00FDB1 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 177 | - |
| CMYK | 1 | 0 | 0.30 | 0.01 |
| HSL | 161.98º | 1% | 0.5% | - |
| HSV(B) | 161.98º | 1% | 0.99% | - |
| XYZ | 43.06 | 73.42 | 53.5 | - |
| YUV | 168.69 | 132.68 | 7.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 177 | 1 | 0 | 0.30 | 0.01 | 161.98 | 1 | 0.5 |
| Hex | 0 | FD | B1 | 64 | 0 | 1E | 1 | A2 | 64 | 32 |
| Octal | 0 | 375 | 261 | 144 | 0 | 36 | 1 | 242 | 144 | 62 |
| Binary | 0 | 11111101 | 10110001 | 1100100 | 0 | 11110 | 1 | 10100010 | 1100100 | 110010 |
Color Harmonies of #00FDB1
Complementary color
Monochromatic Colors of #00FDB1
Black with #00FDB1
Text Example
Text Example
White with #00FDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDB1; }
p { color: rgb(0,253,177); }
H1.HeaderClassName
{
color: #00FDB1;
}
.AnyTagClassName
{
color: #00FDB1;
}
</style>
background-color css
<style>
a { background-color: #00FDB1; }
a { background-color: rgb(0,253,177); }
div.DivClassName
{
background-color: #00FDB1;
}
.BgClassName
{
background-color: #00FDB1;
}
</style>
border-color css
<style>
span { border-color: #00FDB1; }
span { border-color: rgb(0,253,177); }
td.TdClassName
{
border-color: #00FDB1;
}
.TagClassName
{
border-color: #00FDB1;
}
</style>