Shades of Malachite #31FF4E
Tints of Malachite #31FF4E
RGB
CMYK
RGB Variations
Color information
#31FF4E (or 0x31FF4E) is known color: Malachite. HEX triplet: 31, FF and 4E. RGB value is (49,255,78). Sum of RGB (Red+Green+Blue) = 49+255+78=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF4E is #CE00B1. Grayscale: #ADADAD. Windows color (decimal): -13500594 or 5177137. OLE color: 5177137.
HSL color Cylindrical-coordinate representation of color #31FF4E: hue angle of 128.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF4E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0 |
| HSL | 128.45º | 1% | 0.6% | - |
| HSV(B) | 128.45º | 0.81% | 1% | - |
| XYZ | 38.4 | 72.72 | 19.22 | - |
| YUV | 173.23 | 74.25 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 78 | 0.81 | 0 | 0.69 | 0 | 128.45 | 1 | 0.6 |
| Hex | 31 | FF | 4E | 51 | 0 | 45 | 0 | 80 | 64 | 3C |
| Octal | 61 | 377 | 116 | 121 | 0 | 105 | 0 | 200 | 144 | 74 |
| Binary | 110001 | 11111111 | 1001110 | 1010001 | 0 | 1000101 | 0 | 10000000 | 1100100 | 111100 |
Color Harmonies of #31FF4E
Complementary color
Monochromatic Colors of #31FF4E
Black with #31FF4E
Text Example
Text Example
White with #31FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF4E; }
p { color: rgb(49,255,78); }
H1.HeaderClassName
{
color: #31FF4E;
}
.AnyTagClassName
{
color: #31FF4E;
}
</style>
background-color css
<style>
a { background-color: #31FF4E; }
a { background-color: rgb(49,255,78); }
div.DivClassName
{
background-color: #31FF4E;
}
.BgClassName
{
background-color: #31FF4E;
}
</style>
border-color css
<style>
span { border-color: #31FF4E; }
span { border-color: rgb(49,255,78); }
td.TdClassName
{
border-color: #31FF4E;
}
.TagClassName
{
border-color: #31FF4E;
}
</style>