Html Css Color HEX #1FFDBC Medium Spring Green
📋 copy color: '#1FFDBC'red 31 ◦ green 253 ◦ blue 188
Shades of Medium Spring Green #1FFDBC
Tints of Medium Spring Green #1FFDBC
RGB
CMYK
RGB Variations
Color information
#1FFDBC (or 0x1FFDBC) is known color: Medium Spring Green. HEX triplet: 1F, FD and BC. RGB value is (31,253,188). Sum of RGB (Red+Green+Blue) = 31+253+188=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDBC is #E00243. Grayscale: #B3B3B3. Windows color (decimal): -14680644 or 12385567. OLE color: 12385567.
HSL color Cylindrical-coordinate representation of color #1FFDBC: hue angle of 162.43º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDBC is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 188 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.01 |
| HSL | 162.43º | 0.98% | 0.56% | - |
| HSV(B) | 162.43º | 0.88% | 0.99% | - |
| XYZ | 44.77 | 74.17 | 59.53 | - |
| YUV | 179.21 | 132.95 | 22.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 188 | 0.88 | 0 | 0.26 | 0.01 | 162.43 | 0.98 | 0.56 |
| Hex | 1F | FD | BC | 58 | 0 | 1A | 1 | A2 | 62 | 38 |
| Octal | 37 | 375 | 274 | 130 | 0 | 32 | 1 | 242 | 142 | 70 |
| Binary | 11111 | 11111101 | 10111100 | 1011000 | 0 | 11010 | 1 | 10100010 | 1100010 | 111000 |
Color Harmonies of #1FFDBC
Complementary color
Monochromatic Colors of #1FFDBC
Black with #1FFDBC
Text Example
Text Example
White with #1FFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDBC; }
p { color: rgb(31,253,188); }
H1.HeaderClassName
{
color: #1FFDBC;
}
.AnyTagClassName
{
color: #1FFDBC;
}
</style>
background-color css
<style>
a { background-color: #1FFDBC; }
a { background-color: rgb(31,253,188); }
div.DivClassName
{
background-color: #1FFDBC;
}
.BgClassName
{
background-color: #1FFDBC;
}
</style>
border-color css
<style>
span { border-color: #1FFDBC; }
span { border-color: rgb(31,253,188); }
td.TdClassName
{
border-color: #1FFDBC;
}
.TagClassName
{
border-color: #1FFDBC;
}
</style>