Shades of Malachite #31D75C
Tints of Malachite #31D75C
RGB
CMYK
RGB Variations
Color information
#31D75C (or 0x31D75C) is known color: Malachite. HEX triplet: 31, D7 and 5C. RGB value is (49,215,92). Sum of RGB (Red+Green+Blue) = 49+215+92=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #31D75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D75C is #CE28A3. Grayscale: #979797. Windows color (decimal): -13510820 or 6084401. OLE color: 6084401.
HSL color Cylindrical-coordinate representation of color #31D75C: hue angle of 135.54º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D75C is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 92 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.16 |
| HSL | 135.54º | 0.67% | 0.52% | - |
| HSV(B) | 135.54º | 0.77% | 0.84% | - |
| XYZ | 27.5 | 50.03 | 18.33 | - |
| YUV | 151.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 92 | 0.77 | 0 | 0.57 | 0.16 | 135.54 | 0.67 | 0.52 |
| Hex | 31 | D7 | 5C | 4D | 0 | 39 | 10 | 88 | 43 | 34 |
| Octal | 61 | 327 | 134 | 115 | 0 | 71 | 20 | 210 | 103 | 64 |
| Binary | 110001 | 11010111 | 1011100 | 1001101 | 0 | 111001 | 10000 | 10001000 | 1000011 | 110100 |
Color Harmonies of #31D75C
Complementary color
Monochromatic Colors of #31D75C
Black with #31D75C
Text Example
Text Example
White with #31D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D75C; }
p { color: rgb(49,215,92); }
H1.HeaderClassName
{
color: #31D75C;
}
.AnyTagClassName
{
color: #31D75C;
}
</style>
background-color css
<style>
a { background-color: #31D75C; }
a { background-color: rgb(49,215,92); }
div.DivClassName
{
background-color: #31D75C;
}
.BgClassName
{
background-color: #31D75C;
}
</style>
border-color css
<style>
span { border-color: #31D75C; }
span { border-color: rgb(49,215,92); }
td.TdClassName
{
border-color: #31D75C;
}
.TagClassName
{
border-color: #31D75C;
}
</style>