Shades of Malachite #31FF5B
Tints of Malachite #31FF5B
RGB
CMYK
RGB Variations
Color information
#31FF5B (or 0x31FF5B) is known color: Malachite. HEX triplet: 31, FF and 5B. RGB value is (49,255,91). Sum of RGB (Red+Green+Blue) = 49+255+91=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF5B is #CE00A4. Grayscale: #AFAFAF. Windows color (decimal): -13500581 or 6029105. OLE color: 6029105.
HSL color Cylindrical-coordinate representation of color #31FF5B: hue angle of 132.23º 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 #31FF5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 91 | - |
| CMYK | 0.81 | 0 | 0.64 | 0 |
| HSL | 132.23º | 1% | 0.6% | - |
| HSV(B) | 132.23º | 0.81% | 1% | - |
| XYZ | 38.91 | 72.93 | 21.92 | - |
| YUV | 174.71 | 80.75 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 91 | 0.81 | 0 | 0.64 | 0 | 132.23 | 1 | 0.6 |
| Hex | 31 | FF | 5B | 51 | 0 | 40 | 0 | 84 | 64 | 3C |
| Octal | 61 | 377 | 133 | 121 | 0 | 100 | 0 | 204 | 144 | 74 |
| Binary | 110001 | 11111111 | 1011011 | 1010001 | 0 | 1000000 | 0 | 10000100 | 1100100 | 111100 |
Color Harmonies of #31FF5B
Complementary color
Monochromatic Colors of #31FF5B
Black with #31FF5B
Text Example
Text Example
White with #31FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF5B; }
p { color: rgb(49,255,91); }
H1.HeaderClassName
{
color: #31FF5B;
}
.AnyTagClassName
{
color: #31FF5B;
}
</style>
background-color css
<style>
a { background-color: #31FF5B; }
a { background-color: rgb(49,255,91); }
div.DivClassName
{
background-color: #31FF5B;
}
.BgClassName
{
background-color: #31FF5B;
}
</style>
border-color css
<style>
span { border-color: #31FF5B; }
span { border-color: rgb(49,255,91); }
td.TdClassName
{
border-color: #31FF5B;
}
.TagClassName
{
border-color: #31FF5B;
}
</style>