Shades of Malachite #31E355
Tints of Malachite #31E355
RGB
CMYK
RGB Variations
Color information
#31E355 (or 0x31E355) is known color: Malachite. HEX triplet: 31, E3 and 55. RGB value is (49,227,85). Sum of RGB (Red+Green+Blue) = 49+227+85=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #31E355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E355 is #CE1CAA. Grayscale: #9D9D9D. Windows color (decimal): -13507755 or 5628721. OLE color: 5628721.
HSL color Cylindrical-coordinate representation of color #31E355: hue angle of 132.13º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E355 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 227 | 85 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.11 |
| HSL | 132.13º | 0.76% | 0.54% | - |
| HSV(B) | 132.13º | 0.78% | 0.89% | - |
| XYZ | 30.38 | 56.25 | 17.85 | - |
| YUV | 157.59 | 87.03 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 227 | 85 | 0.78 | 0 | 0.63 | 0.11 | 132.13 | 0.76 | 0.54 |
| Hex | 31 | E3 | 55 | 4E | 0 | 3F | B | 84 | 4C | 36 |
| Octal | 61 | 343 | 125 | 116 | 0 | 77 | 13 | 204 | 114 | 66 |
| Binary | 110001 | 11100011 | 1010101 | 1001110 | 0 | 111111 | 1011 | 10000100 | 1001100 | 110110 |
Color Harmonies of #31E355
Complementary color
Monochromatic Colors of #31E355
Black with #31E355
Text Example
Text Example
White with #31E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E355; }
p { color: rgb(49,227,85); }
H1.HeaderClassName
{
color: #31E355;
}
.AnyTagClassName
{
color: #31E355;
}
</style>
background-color css
<style>
a { background-color: #31E355; }
a { background-color: rgb(49,227,85); }
div.DivClassName
{
background-color: #31E355;
}
.BgClassName
{
background-color: #31E355;
}
</style>
border-color css
<style>
span { border-color: #31E355; }
span { border-color: rgb(49,227,85); }
td.TdClassName
{
border-color: #31E355;
}
.TagClassName
{
border-color: #31E355;
}
</style>