Shades of Malachite #31E05B
Tints of Malachite #31E05B
RGB
CMYK
RGB Variations
Color information
#31E05B (or 0x31E05B) is known color: Malachite. HEX triplet: 31, E0 and 5B. RGB value is (49,224,91). Sum of RGB (Red+Green+Blue) = 49+224+91=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #31E05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E05B is #CE1FA4. Grayscale: #9C9C9C. Windows color (decimal): -13508517 or 6021169. OLE color: 6021169.
HSL color Cylindrical-coordinate representation of color #31E05B: hue angle of 134.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E05B is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 91 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.12 |
| HSL | 134.4º | 0.74% | 0.54% | - |
| HSV(B) | 134.4º | 0.78% | 0.88% | - |
| XYZ | 29.81 | 54.72 | 18.89 | - |
| YUV | 156.51 | 91.02 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 91 | 0.78 | 0 | 0.59 | 0.12 | 134.4 | 0.74 | 0.54 |
| Hex | 31 | E0 | 5B | 4E | 0 | 3B | C | 86 | 4A | 36 |
| Octal | 61 | 340 | 133 | 116 | 0 | 73 | 14 | 206 | 112 | 66 |
| Binary | 110001 | 11100000 | 1011011 | 1001110 | 0 | 111011 | 1100 | 10000110 | 1001010 | 110110 |
Color Harmonies of #31E05B
Complementary color
Monochromatic Colors of #31E05B
Black with #31E05B
Text Example
Text Example
White with #31E05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E05B; }
p { color: rgb(49,224,91); }
H1.HeaderClassName
{
color: #31E05B;
}
.AnyTagClassName
{
color: #31E05B;
}
</style>
background-color css
<style>
a { background-color: #31E05B; }
a { background-color: rgb(49,224,91); }
div.DivClassName
{
background-color: #31E05B;
}
.BgClassName
{
background-color: #31E05B;
}
</style>
border-color css
<style>
span { border-color: #31E05B; }
span { border-color: rgb(49,224,91); }
td.TdClassName
{
border-color: #31E05B;
}
.TagClassName
{
border-color: #31E05B;
}
</style>