Shades of Malachite #31D756
Tints of Malachite #31D756
RGB
CMYK
RGB Variations
Color information
#31D756 (or 0x31D756) is known color: Malachite. HEX triplet: 31, D7 and 56. RGB value is (49,215,86). Sum of RGB (Red+Green+Blue) = 49+215+86=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #31D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D756 is #CE28A9. Grayscale: #979797. Windows color (decimal): -13510826 or 5691185. OLE color: 5691185.
HSL color Cylindrical-coordinate representation of color #31D756: hue angle of 133.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D756 is Cyan = 0.77, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 86 | - |
| CMYK | 0.77 | 0 | 0.6 | 0.16 |
| HSL | 133.37º | 0.67% | 0.52% | - |
| HSV(B) | 133.37º | 0.77% | 0.84% | - |
| XYZ | 27.25 | 49.93 | 17 | - |
| YUV | 150.66 | 91.5 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 86 | 0.77 | 0 | 0.6 | 0.16 | 133.37 | 0.67 | 0.52 |
| Hex | 31 | D7 | 56 | 4D | 0 | 3C | 10 | 85 | 43 | 34 |
| Octal | 61 | 327 | 126 | 115 | 0 | 74 | 20 | 205 | 103 | 64 |
| Binary | 110001 | 11010111 | 1010110 | 1001101 | 0 | 111100 | 10000 | 10000101 | 1000011 | 110100 |
Color Harmonies of #31D756
Complementary color
Monochromatic Colors of #31D756
Black with #31D756
Text Example
Text Example
White with #31D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D756; }
p { color: rgb(49,215,86); }
H1.HeaderClassName
{
color: #31D756;
}
.AnyTagClassName
{
color: #31D756;
}
</style>
background-color css
<style>
a { background-color: #31D756; }
a { background-color: rgb(49,215,86); }
div.DivClassName
{
background-color: #31D756;
}
.BgClassName
{
background-color: #31D756;
}
</style>
border-color css
<style>
span { border-color: #31D756; }
span { border-color: rgb(49,215,86); }
td.TdClassName
{
border-color: #31D756;
}
.TagClassName
{
border-color: #31D756;
}
</style>