Shades of Malachite #31F356
Tints of Malachite #31F356
RGB
CMYK
RGB Variations
Color information
#31F356 (or 0x31F356) is known color: Malachite. HEX triplet: 31, F3 and 56. RGB value is (49,243,86). Sum of RGB (Red+Green+Blue) = 49+243+86=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #31F356 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F356 is #CE0CA9. Grayscale: #A7A7A7. Windows color (decimal): -13503658 or 5698353. OLE color: 5698353.
HSL color Cylindrical-coordinate representation of color #31F356: hue angle of 131.44º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F356 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 86 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.05 |
| HSL | 131.44º | 0.89% | 0.57% | - |
| HSV(B) | 131.44º | 0.8% | 0.95% | - |
| XYZ | 35 | 65.43 | 19.59 | - |
| YUV | 167.1 | 82.23 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 86 | 0.80 | 0 | 0.65 | 0.05 | 131.44 | 0.89 | 0.57 |
| Hex | 31 | F3 | 56 | 50 | 0 | 41 | 5 | 83 | 59 | 39 |
| Octal | 61 | 363 | 126 | 120 | 0 | 101 | 5 | 203 | 131 | 71 |
| Binary | 110001 | 11110011 | 1010110 | 1010000 | 0 | 1000001 | 101 | 10000011 | 1011001 | 111001 |
Color Harmonies of #31F356
Complementary color
Monochromatic Colors of #31F356
Black with #31F356
Text Example
Text Example
White with #31F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F356; }
p { color: rgb(49,243,86); }
H1.HeaderClassName
{
color: #31F356;
}
.AnyTagClassName
{
color: #31F356;
}
</style>
background-color css
<style>
a { background-color: #31F356; }
a { background-color: rgb(49,243,86); }
div.DivClassName
{
background-color: #31F356;
}
.BgClassName
{
background-color: #31F356;
}
</style>
border-color css
<style>
span { border-color: #31F356; }
span { border-color: rgb(49,243,86); }
td.TdClassName
{
border-color: #31F356;
}
.TagClassName
{
border-color: #31F356;
}
</style>