Shades of Emerald #31F175
Tints of Emerald #31F175
RGB
CMYK
RGB Variations
Color information
#31F175 (or 0x31F175) is known color: Emerald. HEX triplet: 31, F1 and 75. RGB value is (49,241,117). Sum of RGB (Red+Green+Blue) = 49+241+117=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #31F175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F175 is #CE0E8A. Grayscale: #A9A9A9. Windows color (decimal): -13504139 or 7729457. OLE color: 7729457.
HSL color Cylindrical-coordinate representation of color #31F175: hue angle of 141.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F175 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 117 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.05 |
| HSL | 141.25º | 0.87% | 0.57% | - |
| HSV(B) | 141.25º | 0.8% | 0.95% | - |
| XYZ | 35.93 | 64.85 | 27.45 | - |
| YUV | 169.46 | 98.39 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 117 | 0.80 | 0 | 0.51 | 0.05 | 141.25 | 0.87 | 0.57 |
| Hex | 31 | F1 | 75 | 50 | 0 | 33 | 5 | 8D | 57 | 39 |
| Octal | 61 | 361 | 165 | 120 | 0 | 63 | 5 | 215 | 127 | 71 |
| Binary | 110001 | 11110001 | 1110101 | 1010000 | 0 | 110011 | 101 | 10001101 | 1010111 | 111001 |
Color Harmonies of #31F175
Complementary color
Monochromatic Colors of #31F175
Black with #31F175
Text Example
Text Example
White with #31F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F175; }
p { color: rgb(49,241,117); }
H1.HeaderClassName
{
color: #31F175;
}
.AnyTagClassName
{
color: #31F175;
}
</style>
background-color css
<style>
a { background-color: #31F175; }
a { background-color: rgb(49,241,117); }
div.DivClassName
{
background-color: #31F175;
}
.BgClassName
{
background-color: #31F175;
}
</style>
border-color css
<style>
span { border-color: #31F175; }
span { border-color: rgb(49,241,117); }
td.TdClassName
{
border-color: #31F175;
}
.TagClassName
{
border-color: #31F175;
}
</style>