Html Css Color HEX #1FFFBA Medium Spring Green
📋 copy color: '#1FFFBA'red 31 ◦ green 255 ◦ blue 186
Shades of Medium Spring Green #1FFFBA
Tints of Medium Spring Green #1FFFBA
RGB
CMYK
RGB Variations
Color information
#1FFFBA (or 0x1FFFBA) is known color: Medium Spring Green. HEX triplet: 1F, FF and BA. RGB value is (31,255,186). Sum of RGB (Red+Green+Blue) = 31+255+186=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFFBA is #E00045. Grayscale: #B4B4B4. Windows color (decimal): -14680134 or 12255007. OLE color: 12255007.
HSL color Cylindrical-coordinate representation of color #1FFFBA: hue angle of 161.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFFBA is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 186 | - |
| CMYK | 0.88 | 0 | 0.27 | 0 |
| HSL | 161.52º | 1% | 0.56% | - |
| HSV(B) | 161.52º | 0.88% | 1% | - |
| XYZ | 45.19 | 75.36 | 58.62 | - |
| YUV | 180.16 | 131.29 | 21.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 186 | 0.88 | 0 | 0.27 | 0 | 161.52 | 1 | 0.56 |
| Hex | 1F | FF | BA | 58 | 0 | 1B | 0 | A2 | 64 | 38 |
| Octal | 37 | 377 | 272 | 130 | 0 | 33 | 0 | 242 | 144 | 70 |
| Binary | 11111 | 11111111 | 10111010 | 1011000 | 0 | 11011 | 0 | 10100010 | 1100100 | 111000 |
Color Harmonies of #1FFFBA
Complementary color
Monochromatic Colors of #1FFFBA
Black with #1FFFBA
Text Example
Text Example
White with #1FFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFFBA; }
p { color: rgb(31,255,186); }
H1.HeaderClassName
{
color: #1FFFBA;
}
.AnyTagClassName
{
color: #1FFFBA;
}
</style>
background-color css
<style>
a { background-color: #1FFFBA; }
a { background-color: rgb(31,255,186); }
div.DivClassName
{
background-color: #1FFFBA;
}
.BgClassName
{
background-color: #1FFFBA;
}
</style>
border-color css
<style>
span { border-color: #1FFFBA; }
span { border-color: rgb(31,255,186); }
td.TdClassName
{
border-color: #1FFFBA;
}
.TagClassName
{
border-color: #1FFFBA;
}
</style>