Shades of Malachite #31F86C
Tints of Malachite #31F86C
RGB
CMYK
RGB Variations
Color information
#31F86C (or 0x31F86C) is known color: Malachite. HEX triplet: 31, F8 and 6C. RGB value is (49,248,108). Sum of RGB (Red+Green+Blue) = 49+248+108=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #31F86C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F86C is #CE0793. Grayscale: #ACACAC. Windows color (decimal): -13502356 or 7141425. OLE color: 7141425.
HSL color Cylindrical-coordinate representation of color #31F86C: hue angle of 137.79º 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 #31F86C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 108 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.03 |
| HSL | 137.79º | 0.93% | 0.58% | - |
| HSV(B) | 137.79º | 0.8% | 0.97% | - |
| XYZ | 37.54 | 68.87 | 25.5 | - |
| YUV | 172.54 | 91.57 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 108 | 0.80 | 0 | 0.56 | 0.03 | 137.79 | 0.93 | 0.58 |
| Hex | 31 | F8 | 6C | 50 | 0 | 38 | 3 | 8A | 5D | 3A |
| Octal | 61 | 370 | 154 | 120 | 0 | 70 | 3 | 212 | 135 | 72 |
| Binary | 110001 | 11111000 | 1101100 | 1010000 | 0 | 111000 | 11 | 10001010 | 1011101 | 111010 |
Color Harmonies of #31F86C
Complementary color
Monochromatic Colors of #31F86C
Black with #31F86C
Text Example
Text Example
White with #31F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F86C; }
p { color: rgb(49,248,108); }
H1.HeaderClassName
{
color: #31F86C;
}
.AnyTagClassName
{
color: #31F86C;
}
</style>
background-color css
<style>
a { background-color: #31F86C; }
a { background-color: rgb(49,248,108); }
div.DivClassName
{
background-color: #31F86C;
}
.BgClassName
{
background-color: #31F86C;
}
</style>
border-color css
<style>
span { border-color: #31F86C; }
span { border-color: rgb(49,248,108); }
td.TdClassName
{
border-color: #31F86C;
}
.TagClassName
{
border-color: #31F86C;
}
</style>