Shades of Malachite #31D55B
Tints of Malachite #31D55B
RGB
CMYK
RGB Variations
Color information
#31D55B (or 0x31D55B) is known color: Malachite. HEX triplet: 31, D5 and 5B. RGB value is (49,213,91). Sum of RGB (Red+Green+Blue) = 49+213+91=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #31D55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D55B is #CE2AA4. Grayscale: #969696. Windows color (decimal): -13511333 or 6018353. OLE color: 6018353.
HSL color Cylindrical-coordinate representation of color #31D55B: hue angle of 135.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D55B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 91 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.16 |
| HSL | 135.37º | 0.66% | 0.51% | - |
| HSV(B) | 135.37º | 0.77% | 0.84% | - |
| XYZ | 26.95 | 49 | 17.93 | - |
| YUV | 150.06 | 94.67 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 91 | 0.77 | 0 | 0.57 | 0.16 | 135.37 | 0.66 | 0.51 |
| Hex | 31 | D5 | 5B | 4D | 0 | 39 | 10 | 87 | 42 | 33 |
| Octal | 61 | 325 | 133 | 115 | 0 | 71 | 20 | 207 | 102 | 63 |
| Binary | 110001 | 11010101 | 1011011 | 1001101 | 0 | 111001 | 10000 | 10000111 | 1000010 | 110011 |
Color Harmonies of #31D55B
Complementary color
Monochromatic Colors of #31D55B
Black with #31D55B
Text Example
Text Example
White with #31D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D55B; }
p { color: rgb(49,213,91); }
H1.HeaderClassName
{
color: #31D55B;
}
.AnyTagClassName
{
color: #31D55B;
}
</style>
background-color css
<style>
a { background-color: #31D55B; }
a { background-color: rgb(49,213,91); }
div.DivClassName
{
background-color: #31D55B;
}
.BgClassName
{
background-color: #31D55B;
}
</style>
border-color css
<style>
span { border-color: #31D55B; }
span { border-color: rgb(49,213,91); }
td.TdClassName
{
border-color: #31D55B;
}
.TagClassName
{
border-color: #31D55B;
}
</style>