Shades of Malachite #31DA5D
Tints of Malachite #31DA5D
RGB
CMYK
RGB Variations
Color information
#31DA5D (or 0x31DA5D) is known color: Malachite. HEX triplet: 31, DA and 5D. RGB value is (49,218,93). Sum of RGB (Red+Green+Blue) = 49+218+93=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA5D is #CE25A2. Grayscale: #999999. Windows color (decimal): -13510051 or 6150705. OLE color: 6150705.
HSL color Cylindrical-coordinate representation of color #31DA5D: hue angle of 135.62º 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 #31DA5D is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 93 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.15 |
| HSL | 135.62º | 0.7% | 0.52% | - |
| HSV(B) | 135.62º | 0.78% | 0.85% | - |
| XYZ | 28.31 | 51.59 | 18.82 | - |
| YUV | 153.22 | 94.01 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 93 | 0.78 | 0 | 0.57 | 0.15 | 135.62 | 0.7 | 0.52 |
| Hex | 31 | DA | 5D | 4E | 0 | 39 | F | 88 | 46 | 34 |
| Octal | 61 | 332 | 135 | 116 | 0 | 71 | 17 | 210 | 106 | 64 |
| Binary | 110001 | 11011010 | 1011101 | 1001110 | 0 | 111001 | 1111 | 10001000 | 1000110 | 110100 |
Color Harmonies of #31DA5D
Complementary color
Monochromatic Colors of #31DA5D
Black with #31DA5D
Text Example
Text Example
White with #31DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA5D; }
p { color: rgb(49,218,93); }
H1.HeaderClassName
{
color: #31DA5D;
}
.AnyTagClassName
{
color: #31DA5D;
}
</style>
background-color css
<style>
a { background-color: #31DA5D; }
a { background-color: rgb(49,218,93); }
div.DivClassName
{
background-color: #31DA5D;
}
.BgClassName
{
background-color: #31DA5D;
}
</style>
border-color css
<style>
span { border-color: #31DA5D; }
span { border-color: rgb(49,218,93); }
td.TdClassName
{
border-color: #31DA5D;
}
.TagClassName
{
border-color: #31DA5D;
}
</style>