Shades of Malachite #31DA62
Tints of Malachite #31DA62
RGB
CMYK
RGB Variations
Color information
#31DA62 (or 0x31DA62) is known color: Malachite. HEX triplet: 31, DA and 62. RGB value is (49,218,98). Sum of RGB (Red+Green+Blue) = 49+218+98=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA62 is #CE259D. Grayscale: #9A9A9A. Windows color (decimal): -13510046 or 6478385. OLE color: 6478385.
HSL color Cylindrical-coordinate representation of color #31DA62: hue angle of 137.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA62 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 98 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.15 |
| HSL | 137.4º | 0.7% | 0.52% | - |
| HSV(B) | 137.4º | 0.78% | 0.85% | - |
| XYZ | 28.54 | 51.68 | 20.03 | - |
| YUV | 153.79 | 96.51 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 98 | 0.78 | 0 | 0.55 | 0.15 | 137.4 | 0.7 | 0.52 |
| Hex | 31 | DA | 62 | 4E | 0 | 37 | F | 89 | 46 | 34 |
| Octal | 61 | 332 | 142 | 116 | 0 | 67 | 17 | 211 | 106 | 64 |
| Binary | 110001 | 11011010 | 1100010 | 1001110 | 0 | 110111 | 1111 | 10001001 | 1000110 | 110100 |
Color Harmonies of #31DA62
Complementary color
Monochromatic Colors of #31DA62
Black with #31DA62
Text Example
Text Example
White with #31DA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA62; }
p { color: rgb(49,218,98); }
H1.HeaderClassName
{
color: #31DA62;
}
.AnyTagClassName
{
color: #31DA62;
}
</style>
background-color css
<style>
a { background-color: #31DA62; }
a { background-color: rgb(49,218,98); }
div.DivClassName
{
background-color: #31DA62;
}
.BgClassName
{
background-color: #31DA62;
}
</style>
border-color css
<style>
span { border-color: #31DA62; }
span { border-color: rgb(49,218,98); }
td.TdClassName
{
border-color: #31DA62;
}
.TagClassName
{
border-color: #31DA62;
}
</style>