Shades of Malachite #31DD5E
Tints of Malachite #31DD5E
RGB
CMYK
RGB Variations
Color information
#31DD5E (or 0x31DD5E) is known color: Malachite. HEX triplet: 31, DD and 5E. RGB value is (49,221,94). Sum of RGB (Red+Green+Blue) = 49+221+94=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD5E is #CE22A1. Grayscale: #9B9B9B. Windows color (decimal): -13509282 or 6217009. OLE color: 6217009.
HSL color Cylindrical-coordinate representation of color #31DD5E: hue angle of 135.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD5E is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 94 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.13 |
| HSL | 135.7º | 0.72% | 0.53% | - |
| HSV(B) | 135.7º | 0.78% | 0.87% | - |
| XYZ | 29.14 | 53.17 | 19.32 | - |
| YUV | 155.09 | 93.52 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 94 | 0.78 | 0 | 0.57 | 0.13 | 135.7 | 0.72 | 0.53 |
| Hex | 31 | DD | 5E | 4E | 0 | 39 | D | 88 | 48 | 35 |
| Octal | 61 | 335 | 136 | 116 | 0 | 71 | 15 | 210 | 110 | 65 |
| Binary | 110001 | 11011101 | 1011110 | 1001110 | 0 | 111001 | 1101 | 10001000 | 1001000 | 110101 |
Color Harmonies of #31DD5E
Complementary color
Monochromatic Colors of #31DD5E
Black with #31DD5E
Text Example
Text Example
White with #31DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD5E; }
p { color: rgb(49,221,94); }
H1.HeaderClassName
{
color: #31DD5E;
}
.AnyTagClassName
{
color: #31DD5E;
}
</style>
background-color css
<style>
a { background-color: #31DD5E; }
a { background-color: rgb(49,221,94); }
div.DivClassName
{
background-color: #31DD5E;
}
.BgClassName
{
background-color: #31DD5E;
}
</style>
border-color css
<style>
span { border-color: #31DD5E; }
span { border-color: rgb(49,221,94); }
td.TdClassName
{
border-color: #31DD5E;
}
.TagClassName
{
border-color: #31DD5E;
}
</style>