Shades of Medium Spring Green #01FFBD
Tints of Medium Spring Green #01FFBD
RGB
CMYK
RGB Variations
Color information
#01FFBD (or 0x01FFBD) is known color: Medium Spring Green. HEX triplet: 01, FF and BD. RGB value is (1,255,189). Sum of RGB (Red+Green+Blue) = 1+255+189=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFBD is #FE0042. Grayscale: #ABABAB. Windows color (decimal): -16646211 or 12451585. OLE color: 12451585.
HSL color Cylindrical-coordinate representation of color #01FFBD: hue angle of 164.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFBD is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 189 | - |
| CMYK | 1.00 | 0 | 0.26 | 0 |
| HSL | 164.41º | 1% | 0.5% | - |
| HSV(B) | 164.41º | 1% | 1% | - |
| XYZ | 44.96 | 75.2 | 60.29 | - |
| YUV | 171.53 | 137.85 | 6.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 189 | 1.00 | 0 | 0.26 | 0 | 164.41 | 1 | 0.5 |
| Hex | 1 | FF | BD | 64 | 0 | 1A | 0 | A4 | 64 | 32 |
| Octal | 1 | 377 | 275 | 144 | 0 | 32 | 0 | 244 | 144 | 62 |
| Binary | 1 | 11111111 | 10111101 | 1100100 | 0 | 11010 | 0 | 10100100 | 1100100 | 110010 |
Color Harmonies of #01FFBD
Complementary color
Monochromatic Colors of #01FFBD
Black with #01FFBD
Text Example
Text Example
White with #01FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFBD; }
p { color: rgb(1,255,189); }
H1.HeaderClassName
{
color: #01FFBD;
}
.AnyTagClassName
{
color: #01FFBD;
}
</style>
background-color css
<style>
a { background-color: #01FFBD; }
a { background-color: rgb(1,255,189); }
div.DivClassName
{
background-color: #01FFBD;
}
.BgClassName
{
background-color: #01FFBD;
}
</style>
border-color css
<style>
span { border-color: #01FFBD; }
span { border-color: rgb(1,255,189); }
td.TdClassName
{
border-color: #01FFBD;
}
.TagClassName
{
border-color: #01FFBD;
}
</style>