Shades of Malachite #31EF5D
Tints of Malachite #31EF5D
RGB
CMYK
RGB Variations
Color information
#31EF5D (or 0x31EF5D) is known color: Malachite. HEX triplet: 31, EF and 5D. RGB value is (49,239,93). Sum of RGB (Red+Green+Blue) = 49+239+93=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EF5D is #CE10A2. Grayscale: #A5A5A5. Windows color (decimal): -13504675 or 6156081. OLE color: 6156081.
HSL color Cylindrical-coordinate representation of color #31EF5D: hue angle of 133.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EF5D is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 93 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.06 |
| HSL | 133.89º | 0.86% | 0.56% | - |
| HSV(B) | 133.89º | 0.79% | 0.94% | - |
| XYZ | 34.11 | 63.18 | 20.75 | - |
| YUV | 165.55 | 87.05 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 93 | 0.79 | 0 | 0.61 | 0.06 | 133.89 | 0.86 | 0.56 |
| Hex | 31 | EF | 5D | 4F | 0 | 3D | 6 | 86 | 56 | 38 |
| Octal | 61 | 357 | 135 | 117 | 0 | 75 | 6 | 206 | 126 | 70 |
| Binary | 110001 | 11101111 | 1011101 | 1001111 | 0 | 111101 | 110 | 10000110 | 1010110 | 111000 |
Color Harmonies of #31EF5D
Complementary color
Monochromatic Colors of #31EF5D
Black with #31EF5D
Text Example
Text Example
White with #31EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EF5D; }
p { color: rgb(49,239,93); }
H1.HeaderClassName
{
color: #31EF5D;
}
.AnyTagClassName
{
color: #31EF5D;
}
</style>
background-color css
<style>
a { background-color: #31EF5D; }
a { background-color: rgb(49,239,93); }
div.DivClassName
{
background-color: #31EF5D;
}
.BgClassName
{
background-color: #31EF5D;
}
</style>
border-color css
<style>
span { border-color: #31EF5D; }
span { border-color: rgb(49,239,93); }
td.TdClassName
{
border-color: #31EF5D;
}
.TagClassName
{
border-color: #31EF5D;
}
</style>