Shades of Malachite #31D955
Tints of Malachite #31D955
RGB
CMYK
RGB Variations
Color information
#31D955 (or 0x31D955) is known color: Malachite. HEX triplet: 31, D9 and 55. RGB value is (49,217,85). Sum of RGB (Red+Green+Blue) = 49+217+85=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #31D955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D955 is #CE26AA. Grayscale: #989898. Windows color (decimal): -13510315 or 5626161. OLE color: 5626161.
HSL color Cylindrical-coordinate representation of color #31D955: hue angle of 132.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D955 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 85 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.15 |
| HSL | 132.86º | 0.69% | 0.52% | - |
| HSV(B) | 132.86º | 0.77% | 0.85% | - |
| XYZ | 27.72 | 50.93 | 16.96 | - |
| YUV | 151.72 | 90.34 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 85 | 0.77 | 0 | 0.61 | 0.15 | 132.86 | 0.69 | 0.52 |
| Hex | 31 | D9 | 55 | 4D | 0 | 3D | F | 85 | 45 | 34 |
| Octal | 61 | 331 | 125 | 115 | 0 | 75 | 17 | 205 | 105 | 64 |
| Binary | 110001 | 11011001 | 1010101 | 1001101 | 0 | 111101 | 1111 | 10000101 | 1000101 | 110100 |
Color Harmonies of #31D955
Complementary color
Monochromatic Colors of #31D955
Black with #31D955
Text Example
Text Example
White with #31D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D955; }
p { color: rgb(49,217,85); }
H1.HeaderClassName
{
color: #31D955;
}
.AnyTagClassName
{
color: #31D955;
}
</style>
background-color css
<style>
a { background-color: #31D955; }
a { background-color: rgb(49,217,85); }
div.DivClassName
{
background-color: #31D955;
}
.BgClassName
{
background-color: #31D955;
}
</style>
border-color css
<style>
span { border-color: #31D955; }
span { border-color: rgb(49,217,85); }
td.TdClassName
{
border-color: #31D955;
}
.TagClassName
{
border-color: #31D955;
}
</style>