Shades of Malachite #31DD63
Tints of Malachite #31DD63
RGB
CMYK
RGB Variations
Color information
#31DD63 (or 0x31DD63) is known color: Malachite. HEX triplet: 31, DD and 63. RGB value is (49,221,99). Sum of RGB (Red+Green+Blue) = 49+221+99=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD63 is #CE229C. Grayscale: #9B9B9B. Windows color (decimal): -13509277 or 6544689. OLE color: 6544689.
HSL color Cylindrical-coordinate representation of color #31DD63: hue angle of 137.44º 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 #31DD63 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 99 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.13 |
| HSL | 137.44º | 0.72% | 0.53% | - |
| HSV(B) | 137.44º | 0.78% | 0.87% | - |
| XYZ | 29.38 | 53.27 | 20.54 | - |
| YUV | 155.66 | 96.02 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 99 | 0.78 | 0 | 0.55 | 0.13 | 137.44 | 0.72 | 0.53 |
| Hex | 31 | DD | 63 | 4E | 0 | 37 | D | 89 | 48 | 35 |
| Octal | 61 | 335 | 143 | 116 | 0 | 67 | 15 | 211 | 110 | 65 |
| Binary | 110001 | 11011101 | 1100011 | 1001110 | 0 | 110111 | 1101 | 10001001 | 1001000 | 110101 |
Color Harmonies of #31DD63
Complementary color
Monochromatic Colors of #31DD63
Black with #31DD63
Text Example
Text Example
White with #31DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD63; }
p { color: rgb(49,221,99); }
H1.HeaderClassName
{
color: #31DD63;
}
.AnyTagClassName
{
color: #31DD63;
}
</style>
background-color css
<style>
a { background-color: #31DD63; }
a { background-color: rgb(49,221,99); }
div.DivClassName
{
background-color: #31DD63;
}
.BgClassName
{
background-color: #31DD63;
}
</style>
border-color css
<style>
span { border-color: #31DD63; }
span { border-color: rgb(49,221,99); }
td.TdClassName
{
border-color: #31DD63;
}
.TagClassName
{
border-color: #31DD63;
}
</style>