Shades of Medium Spring Green #01FDBD
Tints of Medium Spring Green #01FDBD
RGB
CMYK
RGB Variations
Color information
#01FDBD (or 0x01FDBD) is known color: Medium Spring Green. HEX triplet: 01, FD and BD. RGB value is (1,253,189). Sum of RGB (Red+Green+Blue) = 1+253+189=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDBD is #FE0242. Grayscale: #AAAAAA. Windows color (decimal): -16646723 or 12451073. OLE color: 12451073.
HSL color Cylindrical-coordinate representation of color #01FDBD: hue angle of 164.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FDBD is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 189 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.01 |
| HSL | 164.76º | 0.99% | 0.5% | - |
| HSV(B) | 164.76º | 1% | 0.99% | - |
| XYZ | 44.32 | 73.93 | 60.08 | - |
| YUV | 170.36 | 138.51 | 7.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 189 | 1.00 | 0 | 0.25 | 0.01 | 164.76 | 0.99 | 0.5 |
| Hex | 1 | FD | BD | 64 | 0 | 19 | 1 | A5 | 63 | 32 |
| Octal | 1 | 375 | 275 | 144 | 0 | 31 | 1 | 245 | 143 | 62 |
| Binary | 1 | 11111101 | 10111101 | 1100100 | 0 | 11001 | 1 | 10100101 | 1100011 | 110010 |
Color Harmonies of #01FDBD
Complementary color
Monochromatic Colors of #01FDBD
Black with #01FDBD
Text Example
Text Example
White with #01FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDBD; }
p { color: rgb(1,253,189); }
H1.HeaderClassName
{
color: #01FDBD;
}
.AnyTagClassName
{
color: #01FDBD;
}
</style>
background-color css
<style>
a { background-color: #01FDBD; }
a { background-color: rgb(1,253,189); }
div.DivClassName
{
background-color: #01FDBD;
}
.BgClassName
{
background-color: #01FDBD;
}
</style>
border-color css
<style>
span { border-color: #01FDBD; }
span { border-color: rgb(1,253,189); }
td.TdClassName
{
border-color: #01FDBD;
}
.TagClassName
{
border-color: #01FDBD;
}
</style>