Shades of Medium Spring Green #01FFB4
Tints of Medium Spring Green #01FFB4
RGB
CMYK
RGB Variations
Color information
#01FFB4 (or 0x01FFB4) is known color: Medium Spring Green. HEX triplet: 01, FF and B4. RGB value is (1,255,180). Sum of RGB (Red+Green+Blue) = 1+255+180=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFB4 is #FE004B. Grayscale: #AAAAAA. Windows color (decimal): -16646220 or 11861761. OLE color: 11861761.
HSL color Cylindrical-coordinate representation of color #01FFB4: hue angle of 162.28º 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 #01FFB4 is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 180 | - |
| CMYK | 1.00 | 0 | 0.29 | 0 |
| HSL | 162.28º | 1% | 0.5% | - |
| HSV(B) | 162.28º | 1% | 1% | - |
| XYZ | 44.01 | 74.82 | 55.3 | - |
| YUV | 170.5 | 133.35 | 7.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 180 | 1.00 | 0 | 0.29 | 0 | 162.28 | 1 | 0.5 |
| Hex | 1 | FF | B4 | 64 | 0 | 1D | 0 | A2 | 64 | 32 |
| Octal | 1 | 377 | 264 | 144 | 0 | 35 | 0 | 242 | 144 | 62 |
| Binary | 1 | 11111111 | 10110100 | 1100100 | 0 | 11101 | 0 | 10100010 | 1100100 | 110010 |
Color Harmonies of #01FFB4
Complementary color
Monochromatic Colors of #01FFB4
Black with #01FFB4
Text Example
Text Example
White with #01FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFB4; }
p { color: rgb(1,255,180); }
H1.HeaderClassName
{
color: #01FFB4;
}
.AnyTagClassName
{
color: #01FFB4;
}
</style>
background-color css
<style>
a { background-color: #01FFB4; }
a { background-color: rgb(1,255,180); }
div.DivClassName
{
background-color: #01FFB4;
}
.BgClassName
{
background-color: #01FFB4;
}
</style>
border-color css
<style>
span { border-color: #01FFB4; }
span { border-color: rgb(1,255,180); }
td.TdClassName
{
border-color: #01FFB4;
}
.TagClassName
{
border-color: #01FFB4;
}
</style>