Shades of Malachite #31D75A
Tints of Malachite #31D75A
RGB
CMYK
RGB Variations
Color information
#31D75A (or 0x31D75A) is known color: Malachite. HEX triplet: 31, D7 and 5A. RGB value is (49,215,90). Sum of RGB (Red+Green+Blue) = 49+215+90=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #31D75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D75A is #CE28A5. Grayscale: #979797. Windows color (decimal): -13510822 or 5953329. OLE color: 5953329.
HSL color Cylindrical-coordinate representation of color #31D75A: hue angle of 134.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D75A is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 90 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.16 |
| HSL | 134.82º | 0.67% | 0.52% | - |
| HSV(B) | 134.82º | 0.77% | 0.84% | - |
| XYZ | 27.41 | 49.99 | 17.88 | - |
| YUV | 151.12 | 93.5 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 90 | 0.77 | 0 | 0.58 | 0.16 | 134.82 | 0.67 | 0.52 |
| Hex | 31 | D7 | 5A | 4D | 0 | 3A | 10 | 87 | 43 | 34 |
| Octal | 61 | 327 | 132 | 115 | 0 | 72 | 20 | 207 | 103 | 64 |
| Binary | 110001 | 11010111 | 1011010 | 1001101 | 0 | 111010 | 10000 | 10000111 | 1000011 | 110100 |
Color Harmonies of #31D75A
Complementary color
Monochromatic Colors of #31D75A
Black with #31D75A
Text Example
Text Example
White with #31D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D75A; }
p { color: rgb(49,215,90); }
H1.HeaderClassName
{
color: #31D75A;
}
.AnyTagClassName
{
color: #31D75A;
}
</style>
background-color css
<style>
a { background-color: #31D75A; }
a { background-color: rgb(49,215,90); }
div.DivClassName
{
background-color: #31D75A;
}
.BgClassName
{
background-color: #31D75A;
}
</style>
border-color css
<style>
span { border-color: #31D75A; }
span { border-color: rgb(49,215,90); }
td.TdClassName
{
border-color: #31D75A;
}
.TagClassName
{
border-color: #31D75A;
}
</style>