Shades of Malachite #31CE57
Tints of Malachite #31CE57
RGB
CMYK
RGB Variations
Color information
#31CE57 (or 0x31CE57) is known color: Malachite. HEX triplet: 31, CE and 57. RGB value is (49,206,87). Sum of RGB (Red+Green+Blue) = 49+206+87=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CE57 is #CE31A8. Grayscale: #919191. Windows color (decimal): -13513129 or 5754417. OLE color: 5754417.
HSL color Cylindrical-coordinate representation of color #31CE57: hue angle of 134.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CE57 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 87 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.19 |
| HSL | 134.52º | 0.62% | 0.5% | - |
| HSV(B) | 134.52º | 0.76% | 0.81% | - |
| XYZ | 25.06 | 45.48 | 16.48 | - |
| YUV | 145.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 87 | 0.76 | 0 | 0.58 | 0.19 | 134.52 | 0.62 | 0.5 |
| Hex | 31 | CE | 57 | 4C | 0 | 3A | 13 | 87 | 3E | 32 |
| Octal | 61 | 316 | 127 | 114 | 0 | 72 | 23 | 207 | 76 | 62 |
| Binary | 110001 | 11001110 | 1010111 | 1001100 | 0 | 111010 | 10011 | 10000111 | 111110 | 110010 |
Color Harmonies of #31CE57
Complementary color
Monochromatic Colors of #31CE57
Black with #31CE57
Text Example
Text Example
White with #31CE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE57; }
p { color: rgb(49,206,87); }
H1.HeaderClassName
{
color: #31CE57;
}
.AnyTagClassName
{
color: #31CE57;
}
</style>
background-color css
<style>
a { background-color: #31CE57; }
a { background-color: rgb(49,206,87); }
div.DivClassName
{
background-color: #31CE57;
}
.BgClassName
{
background-color: #31CE57;
}
</style>
border-color css
<style>
span { border-color: #31CE57; }
span { border-color: rgb(49,206,87); }
td.TdClassName
{
border-color: #31CE57;
}
.TagClassName
{
border-color: #31CE57;
}
</style>