Shades of Malachite #31F05A
Tints of Malachite #31F05A
RGB
CMYK
RGB Variations
Color information
#31F05A (or 0x31F05A) is known color: Malachite. HEX triplet: 31, F0 and 5A. RGB value is (49,240,90). Sum of RGB (Red+Green+Blue) = 49+240+90=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #31F05A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F05A is #CE0FA5. Grayscale: #A6A6A6. Windows color (decimal): -13504422 or 5959729. OLE color: 5959729.
HSL color Cylindrical-coordinate representation of color #31F05A: hue angle of 132.88º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F05A is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 90 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.06 |
| HSL | 132.88º | 0.86% | 0.57% | - |
| HSV(B) | 132.88º | 0.8% | 0.94% | - |
| XYZ | 34.27 | 63.71 | 20.16 | - |
| YUV | 165.79 | 85.22 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 90 | 0.80 | 0 | 0.62 | 0.06 | 132.88 | 0.86 | 0.57 |
| Hex | 31 | F0 | 5A | 50 | 0 | 3E | 6 | 85 | 56 | 39 |
| Octal | 61 | 360 | 132 | 120 | 0 | 76 | 6 | 205 | 126 | 71 |
| Binary | 110001 | 11110000 | 1011010 | 1010000 | 0 | 111110 | 110 | 10000101 | 1010110 | 111001 |
Color Harmonies of #31F05A
Complementary color
Monochromatic Colors of #31F05A
Black with #31F05A
Text Example
Text Example
White with #31F05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F05A; }
p { color: rgb(49,240,90); }
H1.HeaderClassName
{
color: #31F05A;
}
.AnyTagClassName
{
color: #31F05A;
}
</style>
background-color css
<style>
a { background-color: #31F05A; }
a { background-color: rgb(49,240,90); }
div.DivClassName
{
background-color: #31F05A;
}
.BgClassName
{
background-color: #31F05A;
}
</style>
border-color css
<style>
span { border-color: #31F05A; }
span { border-color: rgb(49,240,90); }
td.TdClassName
{
border-color: #31F05A;
}
.TagClassName
{
border-color: #31F05A;
}
</style>