Shades of Malachite #31F756
Tints of Malachite #31F756
RGB
CMYK
RGB Variations
Color information
#31F756 (or 0x31F756) is known color: Malachite. HEX triplet: 31, F7 and 56. RGB value is (49,247,86). Sum of RGB (Red+Green+Blue) = 49+247+86=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #31F756 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F756 is #CE08A9. Grayscale: #A9A9A9. Windows color (decimal): -13502634 or 5699377. OLE color: 5699377.
HSL color Cylindrical-coordinate representation of color #31F756: hue angle of 131.21º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F756 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 86 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.03 |
| HSL | 131.21º | 0.93% | 0.58% | - |
| HSV(B) | 131.21º | 0.8% | 0.97% | - |
| XYZ | 36.21 | 67.85 | 19.99 | - |
| YUV | 169.44 | 80.9 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 86 | 0.80 | 0 | 0.65 | 0.03 | 131.21 | 0.93 | 0.58 |
| Hex | 31 | F7 | 56 | 50 | 0 | 41 | 3 | 83 | 5D | 3A |
| Octal | 61 | 367 | 126 | 120 | 0 | 101 | 3 | 203 | 135 | 72 |
| Binary | 110001 | 11110111 | 1010110 | 1010000 | 0 | 1000001 | 11 | 10000011 | 1011101 | 111010 |
Color Harmonies of #31F756
Complementary color
Monochromatic Colors of #31F756
Black with #31F756
Text Example
Text Example
White with #31F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F756; }
p { color: rgb(49,247,86); }
H1.HeaderClassName
{
color: #31F756;
}
.AnyTagClassName
{
color: #31F756;
}
</style>
background-color css
<style>
a { background-color: #31F756; }
a { background-color: rgb(49,247,86); }
div.DivClassName
{
background-color: #31F756;
}
.BgClassName
{
background-color: #31F756;
}
</style>
border-color css
<style>
span { border-color: #31F756; }
span { border-color: rgb(49,247,86); }
td.TdClassName
{
border-color: #31F756;
}
.TagClassName
{
border-color: #31F756;
}
</style>