Shades of Malachite #31FF5D
Tints of Malachite #31FF5D
RGB
CMYK
RGB Variations
Color information
#31FF5D (or 0x31FF5D) is known color: Malachite. HEX triplet: 31, FF and 5D. RGB value is (49,255,93). Sum of RGB (Red+Green+Blue) = 49+255+93=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF5D is #CE00A2. Grayscale: #AFAFAF. Windows color (decimal): -13500579 or 6160177. OLE color: 6160177.
HSL color Cylindrical-coordinate representation of color #31FF5D: hue angle of 132.82º 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 #31FF5D is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 93 | - |
| CMYK | 0.81 | 0 | 0.64 | 0 |
| HSL | 132.82º | 1% | 0.6% | - |
| HSV(B) | 132.82º | 0.81% | 1% | - |
| XYZ | 39 | 72.96 | 22.38 | - |
| YUV | 174.94 | 81.75 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 93 | 0.81 | 0 | 0.64 | 0 | 132.82 | 1 | 0.6 |
| Hex | 31 | FF | 5D | 51 | 0 | 40 | 0 | 85 | 64 | 3C |
| Octal | 61 | 377 | 135 | 121 | 0 | 100 | 0 | 205 | 144 | 74 |
| Binary | 110001 | 11111111 | 1011101 | 1010001 | 0 | 1000000 | 0 | 10000101 | 1100100 | 111100 |
Color Harmonies of #31FF5D
Complementary color
Monochromatic Colors of #31FF5D
Black with #31FF5D
Text Example
Text Example
White with #31FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF5D; }
p { color: rgb(49,255,93); }
H1.HeaderClassName
{
color: #31FF5D;
}
.AnyTagClassName
{
color: #31FF5D;
}
</style>
background-color css
<style>
a { background-color: #31FF5D; }
a { background-color: rgb(49,255,93); }
div.DivClassName
{
background-color: #31FF5D;
}
.BgClassName
{
background-color: #31FF5D;
}
</style>
border-color css
<style>
span { border-color: #31FF5D; }
span { border-color: rgb(49,255,93); }
td.TdClassName
{
border-color: #31FF5D;
}
.TagClassName
{
border-color: #31FF5D;
}
</style>