Shades of Malachite #31E05C
Tints of Malachite #31E05C
RGB
CMYK
RGB Variations
Color information
#31E05C (or 0x31E05C) is known color: Malachite. HEX triplet: 31, E0 and 5C. RGB value is (49,224,92). Sum of RGB (Red+Green+Blue) = 49+224+92=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #31E05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E05C is #CE1FA3. Grayscale: #9C9C9C. Windows color (decimal): -13508516 or 6086705. OLE color: 6086705.
HSL color Cylindrical-coordinate representation of color #31E05C: hue angle of 134.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E05C is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 92 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.12 |
| HSL | 134.74º | 0.74% | 0.54% | - |
| HSV(B) | 134.74º | 0.78% | 0.88% | - |
| XYZ | 29.85 | 54.74 | 19.12 | - |
| YUV | 156.63 | 91.52 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 92 | 0.78 | 0 | 0.59 | 0.12 | 134.74 | 0.74 | 0.54 |
| Hex | 31 | E0 | 5C | 4E | 0 | 3B | C | 87 | 4A | 36 |
| Octal | 61 | 340 | 134 | 116 | 0 | 73 | 14 | 207 | 112 | 66 |
| Binary | 110001 | 11100000 | 1011100 | 1001110 | 0 | 111011 | 1100 | 10000111 | 1001010 | 110110 |
Color Harmonies of #31E05C
Complementary color
Monochromatic Colors of #31E05C
Black with #31E05C
Text Example
Text Example
White with #31E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E05C; }
p { color: rgb(49,224,92); }
H1.HeaderClassName
{
color: #31E05C;
}
.AnyTagClassName
{
color: #31E05C;
}
</style>
background-color css
<style>
a { background-color: #31E05C; }
a { background-color: rgb(49,224,92); }
div.DivClassName
{
background-color: #31E05C;
}
.BgClassName
{
background-color: #31E05C;
}
</style>
border-color css
<style>
span { border-color: #31E05C; }
span { border-color: rgb(49,224,92); }
td.TdClassName
{
border-color: #31E05C;
}
.TagClassName
{
border-color: #31E05C;
}
</style>