Shades of Malachite #31DB5C
Tints of Malachite #31DB5C
RGB
CMYK
RGB Variations
Color information
#31DB5C (or 0x31DB5C) is known color: Malachite. HEX triplet: 31, DB and 5C. RGB value is (49,219,92). Sum of RGB (Red+Green+Blue) = 49+219+92=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB5C is #CE24A3. Grayscale: #9A9A9A. Windows color (decimal): -13509796 or 6085425. OLE color: 6085425.
HSL color Cylindrical-coordinate representation of color #31DB5C: hue angle of 135.18º degrees, saturation: 0.7, 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 #31DB5C is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 92 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.14 |
| HSL | 135.18º | 0.7% | 0.53% | - |
| HSV(B) | 135.18º | 0.78% | 0.86% | - |
| XYZ | 28.53 | 52.09 | 18.68 | - |
| YUV | 153.69 | 93.18 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 92 | 0.78 | 0 | 0.58 | 0.14 | 135.18 | 0.7 | 0.53 |
| Hex | 31 | DB | 5C | 4E | 0 | 3A | E | 87 | 46 | 35 |
| Octal | 61 | 333 | 134 | 116 | 0 | 72 | 16 | 207 | 106 | 65 |
| Binary | 110001 | 11011011 | 1011100 | 1001110 | 0 | 111010 | 1110 | 10000111 | 1000110 | 110101 |
Color Harmonies of #31DB5C
Complementary color
Monochromatic Colors of #31DB5C
Black with #31DB5C
Text Example
Text Example
White with #31DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB5C; }
p { color: rgb(49,219,92); }
H1.HeaderClassName
{
color: #31DB5C;
}
.AnyTagClassName
{
color: #31DB5C;
}
</style>
background-color css
<style>
a { background-color: #31DB5C; }
a { background-color: rgb(49,219,92); }
div.DivClassName
{
background-color: #31DB5C;
}
.BgClassName
{
background-color: #31DB5C;
}
</style>
border-color css
<style>
span { border-color: #31DB5C; }
span { border-color: rgb(49,219,92); }
td.TdClassName
{
border-color: #31DB5C;
}
.TagClassName
{
border-color: #31DB5C;
}
</style>