Shades of Malachite #31E85D
Tints of Malachite #31E85D
RGB
CMYK
RGB Variations
Color information
#31E85D (or 0x31E85D) is known color: Malachite. HEX triplet: 31, E8 and 5D. RGB value is (49,232,93). Sum of RGB (Red+Green+Blue) = 49+232+93=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 232 (91.02% from 255 or 62.03% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 232 - color contains mainly: green. Hex color #31E85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E85D is #CE17A2. Grayscale: #A1A1A1. Windows color (decimal): -13506467 or 6154289. OLE color: 6154289.
HSL color Cylindrical-coordinate representation of color #31E85D: hue angle of 134.43º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E85D is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 232 | 93 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.09 |
| HSL | 134.43º | 0.8% | 0.55% | - |
| HSV(B) | 134.43º | 0.79% | 0.91% | - |
| XYZ | 32.1 | 59.16 | 20.08 | - |
| YUV | 161.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 232 | 93 | 0.79 | 0 | 0.60 | 0.09 | 134.43 | 0.8 | 0.55 |
| Hex | 31 | E8 | 5D | 4F | 0 | 3C | 9 | 86 | 50 | 37 |
| Octal | 61 | 350 | 135 | 117 | 0 | 74 | 11 | 206 | 120 | 67 |
| Binary | 110001 | 11101000 | 1011101 | 1001111 | 0 | 111100 | 1001 | 10000110 | 1010000 | 110111 |
Color Harmonies of #31E85D
Complementary color
Monochromatic Colors of #31E85D
Black with #31E85D
Text Example
Text Example
White with #31E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E85D; }
p { color: rgb(49,232,93); }
H1.HeaderClassName
{
color: #31E85D;
}
.AnyTagClassName
{
color: #31E85D;
}
</style>
background-color css
<style>
a { background-color: #31E85D; }
a { background-color: rgb(49,232,93); }
div.DivClassName
{
background-color: #31E85D;
}
.BgClassName
{
background-color: #31E85D;
}
</style>
border-color css
<style>
span { border-color: #31E85D; }
span { border-color: rgb(49,232,93); }
td.TdClassName
{
border-color: #31E85D;
}
.TagClassName
{
border-color: #31E85D;
}
</style>