Shades of Medium Spring Green #01FDBF
Tints of Medium Spring Green #01FDBF
RGB
CMYK
RGB Variations
Color information
#01FDBF (or 0x01FDBF) is known color: Medium Spring Green. HEX triplet: 01, FD and BF. RGB value is (1,253,191). Sum of RGB (Red+Green+Blue) = 1+253+191=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDBF is #FE0240. Grayscale: #AAAAAA. Windows color (decimal): -16646721 or 12582145. OLE color: 12582145.
HSL color Cylindrical-coordinate representation of color #01FDBF: hue angle of 165.24º 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 #01FDBF is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 191 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.01 |
| HSL | 165.24º | 0.99% | 0.5% | - |
| HSV(B) | 165.24º | 1% | 0.99% | - |
| XYZ | 44.54 | 74.02 | 61.23 | - |
| YUV | 170.58 | 139.51 | 7.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 191 | 1.00 | 0 | 0.25 | 0.01 | 165.24 | 0.99 | 0.5 |
| Hex | 1 | FD | BF | 64 | 0 | 19 | 1 | A5 | 63 | 32 |
| Octal | 1 | 375 | 277 | 144 | 0 | 31 | 1 | 245 | 143 | 62 |
| Binary | 1 | 11111101 | 10111111 | 1100100 | 0 | 11001 | 1 | 10100101 | 1100011 | 110010 |
Color Harmonies of #01FDBF
Complementary color
Monochromatic Colors of #01FDBF
Black with #01FDBF
Text Example
Text Example
White with #01FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDBF; }
p { color: rgb(1,253,191); }
H1.HeaderClassName
{
color: #01FDBF;
}
.AnyTagClassName
{
color: #01FDBF;
}
</style>
background-color css
<style>
a { background-color: #01FDBF; }
a { background-color: rgb(1,253,191); }
div.DivClassName
{
background-color: #01FDBF;
}
.BgClassName
{
background-color: #01FDBF;
}
</style>
border-color css
<style>
span { border-color: #01FDBF; }
span { border-color: rgb(1,253,191); }
td.TdClassName
{
border-color: #01FDBF;
}
.TagClassName
{
border-color: #01FDBF;
}
</style>