Shades of Malachite #31DC62
Tints of Malachite #31DC62
RGB
CMYK
RGB Variations
Color information
#31DC62 (or 0x31DC62) is known color: Malachite. HEX triplet: 31, DC and 62. RGB value is (49,220,98). Sum of RGB (Red+Green+Blue) = 49+220+98=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC62 is #CE239D. Grayscale: #9B9B9B. Windows color (decimal): -13509534 or 6478897. OLE color: 6478897.
HSL color Cylindrical-coordinate representation of color #31DC62: hue angle of 137.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC62 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 98 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.14 |
| HSL | 137.19º | 0.71% | 0.53% | - |
| HSV(B) | 137.19º | 0.78% | 0.86% | - |
| XYZ | 29.06 | 52.72 | 20.2 | - |
| YUV | 154.96 | 95.85 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 98 | 0.78 | 0 | 0.55 | 0.14 | 137.19 | 0.71 | 0.53 |
| Hex | 31 | DC | 62 | 4E | 0 | 37 | E | 89 | 47 | 35 |
| Octal | 61 | 334 | 142 | 116 | 0 | 67 | 16 | 211 | 107 | 65 |
| Binary | 110001 | 11011100 | 1100010 | 1001110 | 0 | 110111 | 1110 | 10001001 | 1000111 | 110101 |
Color Harmonies of #31DC62
Complementary color
Monochromatic Colors of #31DC62
Black with #31DC62
Text Example
Text Example
White with #31DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC62; }
p { color: rgb(49,220,98); }
H1.HeaderClassName
{
color: #31DC62;
}
.AnyTagClassName
{
color: #31DC62;
}
</style>
background-color css
<style>
a { background-color: #31DC62; }
a { background-color: rgb(49,220,98); }
div.DivClassName
{
background-color: #31DC62;
}
.BgClassName
{
background-color: #31DC62;
}
</style>
border-color css
<style>
span { border-color: #31DC62; }
span { border-color: rgb(49,220,98); }
td.TdClassName
{
border-color: #31DC62;
}
.TagClassName
{
border-color: #31DC62;
}
</style>