Shades of Malachite #31F558
Tints of Malachite #31F558
RGB
CMYK
RGB Variations
Color information
#31F558 (or 0x31F558) is known color: Malachite. HEX triplet: 31, F5 and 58. RGB value is (49,245,88). Sum of RGB (Red+Green+Blue) = 49+245+88=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 245 (96.09% from 255 or 64.14% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 245 - color contains mainly: green. Hex color #31F558 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F558 is #CE0AA7. Grayscale: #A8A8A8. Windows color (decimal): -13503144 or 5829937. OLE color: 5829937.
HSL color Cylindrical-coordinate representation of color #31F558: hue angle of 131.94º degrees, saturation: 0.91, 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 #31F558 is Cyan = 0.8, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 245 | 88 | - |
| CMYK | 0.8 | 0 | 0.64 | 0.04 |
| HSL | 131.94º | 0.91% | 0.58% | - |
| HSV(B) | 131.94º | 0.8% | 0.96% | - |
| XYZ | 35.68 | 66.66 | 20.22 | - |
| YUV | 168.5 | 82.57 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 245 | 88 | 0.8 | 0 | 0.64 | 0.04 | 131.94 | 0.91 | 0.58 |
| Hex | 31 | F5 | 58 | 50 | 0 | 40 | 4 | 84 | 5B | 3A |
| Octal | 61 | 365 | 130 | 120 | 0 | 100 | 4 | 204 | 133 | 72 |
| Binary | 110001 | 11110101 | 1011000 | 1010000 | 0 | 1000000 | 100 | 10000100 | 1011011 | 111010 |
Color Harmonies of #31F558
Complementary color
Monochromatic Colors of #31F558
Black with #31F558
Text Example
Text Example
White with #31F558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F558; }
p { color: rgb(49,245,88); }
H1.HeaderClassName
{
color: #31F558;
}
.AnyTagClassName
{
color: #31F558;
}
</style>
background-color css
<style>
a { background-color: #31F558; }
a { background-color: rgb(49,245,88); }
div.DivClassName
{
background-color: #31F558;
}
.BgClassName
{
background-color: #31F558;
}
</style>
border-color css
<style>
span { border-color: #31F558; }
span { border-color: rgb(49,245,88); }
td.TdClassName
{
border-color: #31F558;
}
.TagClassName
{
border-color: #31F558;
}
</style>