Shades of Malachite #31D861
Tints of Malachite #31D861
RGB
CMYK
RGB Variations
Color information
#31D861 (or 0x31D861) is known color: Malachite. HEX triplet: 31, D8 and 61. RGB value is (49,216,97). Sum of RGB (Red+Green+Blue) = 49+216+97=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #31D861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D861 is #CE279E. Grayscale: #989898. Windows color (decimal): -13510559 or 6412337. OLE color: 6412337.
HSL color Cylindrical-coordinate representation of color #31D861: hue angle of 137.25º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D861 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 97 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.15 |
| HSL | 137.25º | 0.68% | 0.52% | - |
| HSV(B) | 137.25º | 0.77% | 0.85% | - |
| XYZ | 27.98 | 50.63 | 19.61 | - |
| YUV | 152.5 | 96.67 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 97 | 0.77 | 0 | 0.55 | 0.15 | 137.25 | 0.68 | 0.52 |
| Hex | 31 | D8 | 61 | 4D | 0 | 37 | F | 89 | 44 | 34 |
| Octal | 61 | 330 | 141 | 115 | 0 | 67 | 17 | 211 | 104 | 64 |
| Binary | 110001 | 11011000 | 1100001 | 1001101 | 0 | 110111 | 1111 | 10001001 | 1000100 | 110100 |
Color Harmonies of #31D861
Complementary color
Monochromatic Colors of #31D861
Black with #31D861
Text Example
Text Example
White with #31D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D861; }
p { color: rgb(49,216,97); }
H1.HeaderClassName
{
color: #31D861;
}
.AnyTagClassName
{
color: #31D861;
}
</style>
background-color css
<style>
a { background-color: #31D861; }
a { background-color: rgb(49,216,97); }
div.DivClassName
{
background-color: #31D861;
}
.BgClassName
{
background-color: #31D861;
}
</style>
border-color css
<style>
span { border-color: #31D861; }
span { border-color: rgb(49,216,97); }
td.TdClassName
{
border-color: #31D861;
}
.TagClassName
{
border-color: #31D861;
}
</style>