Shades of Malachite #31F956
Tints of Malachite #31F956
RGB
CMYK
RGB Variations
Color information
#31F956 (or 0x31F956) is known color: Malachite. HEX triplet: 31, F9 and 56. RGB value is (49,249,86). Sum of RGB (Red+Green+Blue) = 49+249+86=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 249 (97.66% from 255 or 64.84% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 249 - color contains mainly: green. Hex color #31F956 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F956 is #CE06A9. Grayscale: #ABABAB. Windows color (decimal): -13502122 or 5699889. OLE color: 5699889.
HSL color Cylindrical-coordinate representation of color #31F956: hue angle of 131.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F956 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 86 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.02 |
| HSL | 131.1º | 0.94% | 0.58% | - |
| HSV(B) | 131.1º | 0.8% | 0.98% | - |
| XYZ | 36.82 | 69.08 | 20.2 | - |
| YUV | 170.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 86 | 0.80 | 0 | 0.65 | 0.02 | 131.1 | 0.94 | 0.58 |
| Hex | 31 | F9 | 56 | 50 | 0 | 41 | 2 | 83 | 5E | 3A |
| Octal | 61 | 371 | 126 | 120 | 0 | 101 | 2 | 203 | 136 | 72 |
| Binary | 110001 | 11111001 | 1010110 | 1010000 | 0 | 1000001 | 10 | 10000011 | 1011110 | 111010 |
Color Harmonies of #31F956
Complementary color
Monochromatic Colors of #31F956
Black with #31F956
Text Example
Text Example
White with #31F956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F956; }
p { color: rgb(49,249,86); }
H1.HeaderClassName
{
color: #31F956;
}
.AnyTagClassName
{
color: #31F956;
}
</style>
background-color css
<style>
a { background-color: #31F956; }
a { background-color: rgb(49,249,86); }
div.DivClassName
{
background-color: #31F956;
}
.BgClassName
{
background-color: #31F956;
}
</style>
border-color css
<style>
span { border-color: #31F956; }
span { border-color: rgb(49,249,86); }
td.TdClassName
{
border-color: #31F956;
}
.TagClassName
{
border-color: #31F956;
}
</style>