Shades of Malachite #31F054
Tints of Malachite #31F054
RGB
CMYK
RGB Variations
Color information
#31F054 (or 0x31F054) is known color: Malachite. HEX triplet: 31, F0 and 54. RGB value is (49,240,84). Sum of RGB (Red+Green+Blue) = 49+240+84=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #31F054 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F054 is #CE0FAB. Grayscale: #A5A5A5. Windows color (decimal): -13504428 or 5566513. OLE color: 5566513.
HSL color Cylindrical-coordinate representation of color #31F054: hue angle of 130.99º 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 #31F054 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 84 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.06 |
| HSL | 130.99º | 0.86% | 0.57% | - |
| HSV(B) | 130.99º | 0.8% | 0.94% | - |
| XYZ | 34.03 | 63.61 | 18.87 | - |
| YUV | 165.11 | 82.22 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 84 | 0.80 | 0 | 0.65 | 0.06 | 130.99 | 0.86 | 0.57 |
| Hex | 31 | F0 | 54 | 50 | 0 | 41 | 6 | 83 | 56 | 39 |
| Octal | 61 | 360 | 124 | 120 | 0 | 101 | 6 | 203 | 126 | 71 |
| Binary | 110001 | 11110000 | 1010100 | 1010000 | 0 | 1000001 | 110 | 10000011 | 1010110 | 111001 |
Color Harmonies of #31F054
Complementary color
Monochromatic Colors of #31F054
Black with #31F054
Text Example
Text Example
White with #31F054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F054; }
p { color: rgb(49,240,84); }
H1.HeaderClassName
{
color: #31F054;
}
.AnyTagClassName
{
color: #31F054;
}
</style>
background-color css
<style>
a { background-color: #31F054; }
a { background-color: rgb(49,240,84); }
div.DivClassName
{
background-color: #31F054;
}
.BgClassName
{
background-color: #31F054;
}
</style>
border-color css
<style>
span { border-color: #31F054; }
span { border-color: rgb(49,240,84); }
td.TdClassName
{
border-color: #31F054;
}
.TagClassName
{
border-color: #31F054;
}
</style>