Shades of Malachite #31F960
Tints of Malachite #31F960
RGB
CMYK
RGB Variations
Color information
#31F960 (or 0x31F960) is known color: Malachite. HEX triplet: 31, F9 and 60. RGB value is (49,249,96). Sum of RGB (Red+Green+Blue) = 49+249+96=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #31F960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F960 is #CE069F. Grayscale: #ACACAC. Windows color (decimal): -13502112 or 6355249. OLE color: 6355249.
HSL color Cylindrical-coordinate representation of color #31F960: hue angle of 134.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 #31F960 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 96 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.02 |
| HSL | 134.1º | 0.94% | 0.58% | - |
| HSV(B) | 134.1º | 0.8% | 0.98% | - |
| XYZ | 37.25 | 69.25 | 22.47 | - |
| YUV | 171.76 | 85.24 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 96 | 0.80 | 0 | 0.61 | 0.02 | 134.1 | 0.94 | 0.58 |
| Hex | 31 | F9 | 60 | 50 | 0 | 3D | 2 | 86 | 5E | 3A |
| Octal | 61 | 371 | 140 | 120 | 0 | 75 | 2 | 206 | 136 | 72 |
| Binary | 110001 | 11111001 | 1100000 | 1010000 | 0 | 111101 | 10 | 10000110 | 1011110 | 111010 |
Color Harmonies of #31F960
Complementary color
Monochromatic Colors of #31F960
Black with #31F960
Text Example
Text Example
White with #31F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F960; }
p { color: rgb(49,249,96); }
H1.HeaderClassName
{
color: #31F960;
}
.AnyTagClassName
{
color: #31F960;
}
</style>
background-color css
<style>
a { background-color: #31F960; }
a { background-color: rgb(49,249,96); }
div.DivClassName
{
background-color: #31F960;
}
.BgClassName
{
background-color: #31F960;
}
</style>
border-color css
<style>
span { border-color: #31F960; }
span { border-color: rgb(49,249,96); }
td.TdClassName
{
border-color: #31F960;
}
.TagClassName
{
border-color: #31F960;
}
</style>