Shades of Malachite #31D059
Tints of Malachite #31D059
RGB
CMYK
RGB Variations
Color information
#31D059 (or 0x31D059) is known color: Malachite. HEX triplet: 31, D0 and 59. RGB value is (49,208,89). Sum of RGB (Red+Green+Blue) = 49+208+89=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #31D059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D059 is #CE2FA6. Grayscale: #939393. Windows color (decimal): -13512615 or 5886001. OLE color: 5886001.
HSL color Cylindrical-coordinate representation of color #31D059: hue angle of 135.09º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D059 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 89 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.18 |
| HSL | 135.09º | 0.63% | 0.5% | - |
| HSV(B) | 135.09º | 0.76% | 0.82% | - |
| XYZ | 25.63 | 46.49 | 17.07 | - |
| YUV | 146.89 | 95.32 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 89 | 0.76 | 0 | 0.57 | 0.18 | 135.09 | 0.63 | 0.5 |
| Hex | 31 | D0 | 59 | 4C | 0 | 39 | 12 | 87 | 3F | 32 |
| Octal | 61 | 320 | 131 | 114 | 0 | 71 | 22 | 207 | 77 | 62 |
| Binary | 110001 | 11010000 | 1011001 | 1001100 | 0 | 111001 | 10010 | 10000111 | 111111 | 110010 |
Color Harmonies of #31D059
Complementary color
Monochromatic Colors of #31D059
Black with #31D059
Text Example
Text Example
White with #31D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D059; }
p { color: rgb(49,208,89); }
H1.HeaderClassName
{
color: #31D059;
}
.AnyTagClassName
{
color: #31D059;
}
</style>
background-color css
<style>
a { background-color: #31D059; }
a { background-color: rgb(49,208,89); }
div.DivClassName
{
background-color: #31D059;
}
.BgClassName
{
background-color: #31D059;
}
</style>
border-color css
<style>
span { border-color: #31D059; }
span { border-color: rgb(49,208,89); }
td.TdClassName
{
border-color: #31D059;
}
.TagClassName
{
border-color: #31D059;
}
</style>