Html Css Color HEX #1FFBAF Medium Spring Green
📋 copy color: '#1FFBAF'red 31 ◦ green 251 ◦ blue 175
Shades of Medium Spring Green #1FFBAF
Tints of Medium Spring Green #1FFBAF
RGB
CMYK
RGB Variations
Color information
#1FFBAF (or 0x1FFBAF) is known color: Medium Spring Green. HEX triplet: 1F, FB and AF. RGB value is (31,251,175). Sum of RGB (Red+Green+Blue) = 31+251+175=457 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.78% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFBAF is #E00450. Grayscale: #B0B0B0. Windows color (decimal): -14681169 or 11533087. OLE color: 11533087.
HSL color Cylindrical-coordinate representation of color #1FFBAF: hue angle of 159.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFBAF is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 175 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.02 |
| HSL | 159.27º | 0.96% | 0.55% | - |
| HSV(B) | 159.27º | 0.88% | 0.98% | - |
| XYZ | 42.8 | 72.38 | 52.27 | - |
| YUV | 176.56 | 127.11 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 175 | 0.88 | 0 | 0.30 | 0.02 | 159.27 | 0.96 | 0.55 |
| Hex | 1F | FB | AF | 58 | 0 | 1E | 2 | 9F | 60 | 37 |
| Octal | 37 | 373 | 257 | 130 | 0 | 36 | 2 | 237 | 140 | 67 |
| Binary | 11111 | 11111011 | 10101111 | 1011000 | 0 | 11110 | 10 | 10011111 | 1100000 | 110111 |
Color Harmonies of #1FFBAF
Complementary color
Monochromatic Colors of #1FFBAF
Black with #1FFBAF
Text Example
Text Example
White with #1FFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFBAF; }
p { color: rgb(31,251,175); }
H1.HeaderClassName
{
color: #1FFBAF;
}
.AnyTagClassName
{
color: #1FFBAF;
}
</style>
background-color css
<style>
a { background-color: #1FFBAF; }
a { background-color: rgb(31,251,175); }
div.DivClassName
{
background-color: #1FFBAF;
}
.BgClassName
{
background-color: #1FFBAF;
}
</style>
border-color css
<style>
span { border-color: #1FFBAF; }
span { border-color: rgb(31,251,175); }
td.TdClassName
{
border-color: #1FFBAF;
}
.TagClassName
{
border-color: #1FFBAF;
}
</style>