Html Css Color HEX #1FFFBC Medium Spring Green
📋 copy color: '#1FFFBC'red 31 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #1FFFBC
Tints of Medium Spring Green #1FFFBC
RGB
CMYK
RGB Variations
Color information
#1FFFBC (or 0x1FFFBC) is known color: Medium Spring Green. HEX triplet: 1F, FF and BC. RGB value is (31,255,188). Sum of RGB (Red+Green+Blue) = 31+255+188=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFFBC is #E00043. Grayscale: #B4B4B4. Windows color (decimal): -14680132 or 12386079. OLE color: 12386079.
HSL color Cylindrical-coordinate representation of color #1FFFBC: hue angle of 162.05º 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 #1FFFBC is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 188 | - |
| CMYK | 0.88 | 0 | 0.26 | 0 |
| HSL | 162.05º | 1% | 0.56% | - |
| HSV(B) | 162.05º | 0.88% | 1% | - |
| XYZ | 45.4 | 75.44 | 59.75 | - |
| YUV | 180.39 | 132.29 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 188 | 0.88 | 0 | 0.26 | 0 | 162.05 | 1 | 0.56 |
| Hex | 1F | FF | BC | 58 | 0 | 1A | 0 | A2 | 64 | 38 |
| Octal | 37 | 377 | 274 | 130 | 0 | 32 | 0 | 242 | 144 | 70 |
| Binary | 11111 | 11111111 | 10111100 | 1011000 | 0 | 11010 | 0 | 10100010 | 1100100 | 111000 |
Color Harmonies of #1FFFBC
Complementary color
Monochromatic Colors of #1FFFBC
Black with #1FFFBC
Text Example
Text Example
White with #1FFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFFBC; }
p { color: rgb(31,255,188); }
H1.HeaderClassName
{
color: #1FFFBC;
}
.AnyTagClassName
{
color: #1FFFBC;
}
</style>
background-color css
<style>
a { background-color: #1FFFBC; }
a { background-color: rgb(31,255,188); }
div.DivClassName
{
background-color: #1FFFBC;
}
.BgClassName
{
background-color: #1FFFBC;
}
</style>
border-color css
<style>
span { border-color: #1FFFBC; }
span { border-color: rgb(31,255,188); }
td.TdClassName
{
border-color: #1FFFBC;
}
.TagClassName
{
border-color: #1FFFBC;
}
</style>