Shades of Malachite #31E255
Tints of Malachite #31E255
RGB
CMYK
RGB Variations
Color information
#31E255 (or 0x31E255) is known color: Malachite. HEX triplet: 31, E2 and 55. RGB value is (49,226,85). Sum of RGB (Red+Green+Blue) = 49+226+85=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #31E255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E255 is #CE1DAA. Grayscale: #9D9D9D. Windows color (decimal): -13508011 or 5628465. OLE color: 5628465.
HSL color Cylindrical-coordinate representation of color #31E255: hue angle of 132.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E255 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 85 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.11 |
| HSL | 132.2º | 0.75% | 0.54% | - |
| HSV(B) | 132.2º | 0.78% | 0.89% | - |
| XYZ | 30.1 | 55.7 | 17.76 | - |
| YUV | 157 | 87.36 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 85 | 0.78 | 0 | 0.62 | 0.11 | 132.2 | 0.75 | 0.54 |
| Hex | 31 | E2 | 55 | 4E | 0 | 3E | B | 84 | 4B | 36 |
| Octal | 61 | 342 | 125 | 116 | 0 | 76 | 13 | 204 | 113 | 66 |
| Binary | 110001 | 11100010 | 1010101 | 1001110 | 0 | 111110 | 1011 | 10000100 | 1001011 | 110110 |
Color Harmonies of #31E255
Complementary color
Monochromatic Colors of #31E255
Black with #31E255
Text Example
Text Example
White with #31E255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E255; }
p { color: rgb(49,226,85); }
H1.HeaderClassName
{
color: #31E255;
}
.AnyTagClassName
{
color: #31E255;
}
</style>
background-color css
<style>
a { background-color: #31E255; }
a { background-color: rgb(49,226,85); }
div.DivClassName
{
background-color: #31E255;
}
.BgClassName
{
background-color: #31E255;
}
</style>
border-color css
<style>
span { border-color: #31E255; }
span { border-color: rgb(49,226,85); }
td.TdClassName
{
border-color: #31E255;
}
.TagClassName
{
border-color: #31E255;
}
</style>