Shades of Malachite #31F063
Tints of Malachite #31F063
RGB
CMYK
RGB Variations
Color information
#31F063 (or 0x31F063) is known color: Malachite. HEX triplet: 31, F0 and 63. RGB value is (49,240,99). Sum of RGB (Red+Green+Blue) = 49+240+99=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #31F063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F063 is #CE0F9C. Grayscale: #A7A7A7. Windows color (decimal): -13504413 or 6549553. OLE color: 6549553.
HSL color Cylindrical-coordinate representation of color #31F063: hue angle of 135.71º 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 #31F063 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 99 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.06 |
| HSL | 135.71º | 0.86% | 0.57% | - |
| HSV(B) | 135.71º | 0.8% | 0.94% | - |
| XYZ | 34.68 | 63.87 | 22.31 | - |
| YUV | 166.82 | 89.72 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 99 | 0.80 | 0 | 0.59 | 0.06 | 135.71 | 0.86 | 0.57 |
| Hex | 31 | F0 | 63 | 50 | 0 | 3B | 6 | 88 | 56 | 39 |
| Octal | 61 | 360 | 143 | 120 | 0 | 73 | 6 | 210 | 126 | 71 |
| Binary | 110001 | 11110000 | 1100011 | 1010000 | 0 | 111011 | 110 | 10001000 | 1010110 | 111001 |
Color Harmonies of #31F063
Complementary color
Monochromatic Colors of #31F063
Black with #31F063
Text Example
Text Example
White with #31F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F063; }
p { color: rgb(49,240,99); }
H1.HeaderClassName
{
color: #31F063;
}
.AnyTagClassName
{
color: #31F063;
}
</style>
background-color css
<style>
a { background-color: #31F063; }
a { background-color: rgb(49,240,99); }
div.DivClassName
{
background-color: #31F063;
}
.BgClassName
{
background-color: #31F063;
}
</style>
border-color css
<style>
span { border-color: #31F063; }
span { border-color: rgb(49,240,99); }
td.TdClassName
{
border-color: #31F063;
}
.TagClassName
{
border-color: #31F063;
}
</style>