Html Css Color HEX #31FFAF Medium Spring Green
📋 copy color: '#31FFAF'red 49 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #31FFAF
Tints of Medium Spring Green #31FFAF
RGB
CMYK
RGB Variations
Color information
#31FFAF (or 0x31FFAF) is known color: Medium Spring Green. HEX triplet: 31, FF and AF. RGB value is (49,255,175). Sum of RGB (Red+Green+Blue) = 49+255+175=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FFAF is #CE0050. Grayscale: #B8B8B8. Windows color (decimal): -13500497 or 11534129. OLE color: 11534129.
HSL color Cylindrical-coordinate representation of color #31FFAF: hue angle of 156.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFAF is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 175 | - |
| CMYK | 0.81 | 0 | 0.31 | 0 |
| HSL | 156.7º | 1% | 0.6% | - |
| HSV(B) | 156.7º | 0.81% | 1% | - |
| XYZ | 44.76 | 75.27 | 52.73 | - |
| YUV | 184.29 | 122.75 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 175 | 0.81 | 0 | 0.31 | 0 | 156.7 | 1 | 0.6 |
| Hex | 31 | FF | AF | 51 | 0 | 1F | 0 | 9D | 64 | 3C |
| Octal | 61 | 377 | 257 | 121 | 0 | 37 | 0 | 235 | 144 | 74 |
| Binary | 110001 | 11111111 | 10101111 | 1010001 | 0 | 11111 | 0 | 10011101 | 1100100 | 111100 |
Color Harmonies of #31FFAF
Complementary color
Monochromatic Colors of #31FFAF
Black with #31FFAF
Text Example
Text Example
White with #31FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFAF; }
p { color: rgb(49,255,175); }
H1.HeaderClassName
{
color: #31FFAF;
}
.AnyTagClassName
{
color: #31FFAF;
}
</style>
background-color css
<style>
a { background-color: #31FFAF; }
a { background-color: rgb(49,255,175); }
div.DivClassName
{
background-color: #31FFAF;
}
.BgClassName
{
background-color: #31FFAF;
}
</style>
border-color css
<style>
span { border-color: #31FFAF; }
span { border-color: rgb(49,255,175); }
td.TdClassName
{
border-color: #31FFAF;
}
.TagClassName
{
border-color: #31FFAF;
}
</style>