Shades of Malachite #31FF4D
Tints of Malachite #31FF4D
RGB
CMYK
RGB Variations
Color information
#31FF4D (or 0x31FF4D) is known color: Malachite. HEX triplet: 31, FF and 4D. RGB value is (49,255,77). Sum of RGB (Red+Green+Blue) = 49+255+77=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF4D is #CE00B2. Grayscale: #ADADAD. Windows color (decimal): -13500595 or 5111601. OLE color: 5111601.
HSL color Cylindrical-coordinate representation of color #31FF4D: hue angle of 128.16º 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 #31FF4D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 77 | - |
| CMYK | 0.81 | 0 | 0.70 | 0 |
| HSL | 128.16º | 1% | 0.6% | - |
| HSV(B) | 128.16º | 0.81% | 1% | - |
| XYZ | 38.37 | 72.71 | 19.03 | - |
| YUV | 173.11 | 73.75 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 77 | 0.81 | 0 | 0.70 | 0 | 128.16 | 1 | 0.6 |
| Hex | 31 | FF | 4D | 51 | 0 | 46 | 0 | 80 | 64 | 3C |
| Octal | 61 | 377 | 115 | 121 | 0 | 106 | 0 | 200 | 144 | 74 |
| Binary | 110001 | 11111111 | 1001101 | 1010001 | 0 | 1000110 | 0 | 10000000 | 1100100 | 111100 |
Color Harmonies of #31FF4D
Complementary color
Monochromatic Colors of #31FF4D
Black with #31FF4D
Text Example
Text Example
White with #31FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF4D; }
p { color: rgb(49,255,77); }
H1.HeaderClassName
{
color: #31FF4D;
}
.AnyTagClassName
{
color: #31FF4D;
}
</style>
background-color css
<style>
a { background-color: #31FF4D; }
a { background-color: rgb(49,255,77); }
div.DivClassName
{
background-color: #31FF4D;
}
.BgClassName
{
background-color: #31FF4D;
}
</style>
border-color css
<style>
span { border-color: #31FF4D; }
span { border-color: rgb(49,255,77); }
td.TdClassName
{
border-color: #31FF4D;
}
.TagClassName
{
border-color: #31FF4D;
}
</style>