Shades of Malachite #31DD60
Tints of Malachite #31DD60
RGB
CMYK
RGB Variations
Color information
#31DD60 (or 0x31DD60) is known color: Malachite. HEX triplet: 31, DD and 60. RGB value is (49,221,96). Sum of RGB (Red+Green+Blue) = 49+221+96=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD60 is #CE229F. Grayscale: #9B9B9B. Windows color (decimal): -13509280 or 6348081. OLE color: 6348081.
HSL color Cylindrical-coordinate representation of color #31DD60: hue angle of 136.4º 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 #31DD60 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 96 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.13 |
| HSL | 136.4º | 0.72% | 0.53% | - |
| HSV(B) | 136.4º | 0.78% | 0.87% | - |
| XYZ | 29.23 | 53.21 | 19.8 | - |
| YUV | 155.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 96 | 0.78 | 0 | 0.57 | 0.13 | 136.4 | 0.72 | 0.53 |
| Hex | 31 | DD | 60 | 4E | 0 | 39 | D | 88 | 48 | 35 |
| Octal | 61 | 335 | 140 | 116 | 0 | 71 | 15 | 210 | 110 | 65 |
| Binary | 110001 | 11011101 | 1100000 | 1001110 | 0 | 111001 | 1101 | 10001000 | 1001000 | 110101 |
Color Harmonies of #31DD60
Complementary color
Monochromatic Colors of #31DD60
Black with #31DD60
Text Example
Text Example
White with #31DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD60; }
p { color: rgb(49,221,96); }
H1.HeaderClassName
{
color: #31DD60;
}
.AnyTagClassName
{
color: #31DD60;
}
</style>
background-color css
<style>
a { background-color: #31DD60; }
a { background-color: rgb(49,221,96); }
div.DivClassName
{
background-color: #31DD60;
}
.BgClassName
{
background-color: #31DD60;
}
</style>
border-color css
<style>
span { border-color: #31DD60; }
span { border-color: rgb(49,221,96); }
td.TdClassName
{
border-color: #31DD60;
}
.TagClassName
{
border-color: #31DD60;
}
</style>