Shades of Malachite #31FF5E
Tints of Malachite #31FF5E
RGB
CMYK
RGB Variations
Color information
#31FF5E (or 0x31FF5E) is known color: Malachite. HEX triplet: 31, FF and 5E. RGB value is (49,255,94). Sum of RGB (Red+Green+Blue) = 49+255+94=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF5E is #CE00A1. Grayscale: #AFAFAF. Windows color (decimal): -13500578 or 6225713. OLE color: 6225713.
HSL color Cylindrical-coordinate representation of color #31FF5E: hue angle of 133.11º 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 #31FF5E is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 94 | - |
| CMYK | 0.81 | 0 | 0.63 | 0 |
| HSL | 133.11º | 1% | 0.6% | - |
| HSV(B) | 133.11º | 0.81% | 1% | - |
| XYZ | 39.05 | 72.98 | 22.62 | - |
| YUV | 175.05 | 82.25 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 94 | 0.81 | 0 | 0.63 | 0 | 133.11 | 1 | 0.6 |
| Hex | 31 | FF | 5E | 51 | 0 | 3F | 0 | 85 | 64 | 3C |
| Octal | 61 | 377 | 136 | 121 | 0 | 77 | 0 | 205 | 144 | 74 |
| Binary | 110001 | 11111111 | 1011110 | 1010001 | 0 | 111111 | 0 | 10000101 | 1100100 | 111100 |
Color Harmonies of #31FF5E
Complementary color
Monochromatic Colors of #31FF5E
Black with #31FF5E
Text Example
Text Example
White with #31FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF5E; }
p { color: rgb(49,255,94); }
H1.HeaderClassName
{
color: #31FF5E;
}
.AnyTagClassName
{
color: #31FF5E;
}
</style>
background-color css
<style>
a { background-color: #31FF5E; }
a { background-color: rgb(49,255,94); }
div.DivClassName
{
background-color: #31FF5E;
}
.BgClassName
{
background-color: #31FF5E;
}
</style>
border-color css
<style>
span { border-color: #31FF5E; }
span { border-color: rgb(49,255,94); }
td.TdClassName
{
border-color: #31FF5E;
}
.TagClassName
{
border-color: #31FF5E;
}
</style>