Shades of Malachite #31FD4E
Tints of Malachite #31FD4E
RGB
CMYK
RGB Variations
Color information
#31FD4E (or 0x31FD4E) is known color: Malachite. HEX triplet: 31, FD and 4E. RGB value is (49,253,78). Sum of RGB (Red+Green+Blue) = 49+253+78=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 253 (99.22% from 255 or 66.58% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FD4E is #CE02B1. Grayscale: #ACACAC. Windows color (decimal): -13501106 or 5176625. OLE color: 5176625.
HSL color Cylindrical-coordinate representation of color #31FD4E: hue angle of 128.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FD4E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.01 |
| HSL | 128.53º | 0.98% | 0.59% | - |
| HSV(B) | 128.53º | 0.81% | 0.99% | - |
| XYZ | 37.77 | 71.45 | 19.01 | - |
| YUV | 172.05 | 74.91 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 78 | 0.81 | 0 | 0.69 | 0.01 | 128.53 | 0.98 | 0.59 |
| Hex | 31 | FD | 4E | 51 | 0 | 45 | 1 | 81 | 62 | 3B |
| Octal | 61 | 375 | 116 | 121 | 0 | 105 | 1 | 201 | 142 | 73 |
| Binary | 110001 | 11111101 | 1001110 | 1010001 | 0 | 1000101 | 1 | 10000001 | 1100010 | 111011 |
Color Harmonies of #31FD4E
Complementary color
Monochromatic Colors of #31FD4E
Black with #31FD4E
Text Example
Text Example
White with #31FD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FD4E; }
p { color: rgb(49,253,78); }
H1.HeaderClassName
{
color: #31FD4E;
}
.AnyTagClassName
{
color: #31FD4E;
}
</style>
background-color css
<style>
a { background-color: #31FD4E; }
a { background-color: rgb(49,253,78); }
div.DivClassName
{
background-color: #31FD4E;
}
.BgClassName
{
background-color: #31FD4E;
}
</style>
border-color css
<style>
span { border-color: #31FD4E; }
span { border-color: rgb(49,253,78); }
td.TdClassName
{
border-color: #31FD4E;
}
.TagClassName
{
border-color: #31FD4E;
}
</style>