Shades of Malachite #31F662
Tints of Malachite #31F662
RGB
CMYK
RGB Variations
Color information
#31F662 (or 0x31F662) is known color: Malachite. HEX triplet: 31, F6 and 62. RGB value is (49,246,98). Sum of RGB (Red+Green+Blue) = 49+246+98=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #31F662 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F662 is #CE099D. Grayscale: #AAAAAA. Windows color (decimal): -13502878 or 6485553. OLE color: 6485553.
HSL color Cylindrical-coordinate representation of color #31F662: hue angle of 134.92º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F662 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 98 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.04 |
| HSL | 134.92º | 0.92% | 0.58% | - |
| HSV(B) | 134.92º | 0.8% | 0.96% | - |
| XYZ | 36.43 | 67.45 | 22.65 | - |
| YUV | 170.23 | 87.23 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 98 | 0.80 | 0 | 0.60 | 0.04 | 134.92 | 0.92 | 0.58 |
| Hex | 31 | F6 | 62 | 50 | 0 | 3C | 4 | 87 | 5C | 3A |
| Octal | 61 | 366 | 142 | 120 | 0 | 74 | 4 | 207 | 134 | 72 |
| Binary | 110001 | 11110110 | 1100010 | 1010000 | 0 | 111100 | 100 | 10000111 | 1011100 | 111010 |
Color Harmonies of #31F662
Complementary color
Monochromatic Colors of #31F662
Black with #31F662
Text Example
Text Example
White with #31F662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F662; }
p { color: rgb(49,246,98); }
H1.HeaderClassName
{
color: #31F662;
}
.AnyTagClassName
{
color: #31F662;
}
</style>
background-color css
<style>
a { background-color: #31F662; }
a { background-color: rgb(49,246,98); }
div.DivClassName
{
background-color: #31F662;
}
.BgClassName
{
background-color: #31F662;
}
</style>
border-color css
<style>
span { border-color: #31F662; }
span { border-color: rgb(49,246,98); }
td.TdClassName
{
border-color: #31F662;
}
.TagClassName
{
border-color: #31F662;
}
</style>