Shades of Malachite #31F75A
Tints of Malachite #31F75A
RGB
CMYK
RGB Variations
Color information
#31F75A (or 0x31F75A) is known color: Malachite. HEX triplet: 31, F7 and 5A. RGB value is (49,247,90). Sum of RGB (Red+Green+Blue) = 49+247+90=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #31F75A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F75A is #CE08A5. Grayscale: #AAAAAA. Windows color (decimal): -13502630 or 5961521. OLE color: 5961521.
HSL color Cylindrical-coordinate representation of color #31F75A: hue angle of 132.42º 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 #31F75A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 90 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.03 |
| HSL | 132.42º | 0.93% | 0.58% | - |
| HSV(B) | 132.42º | 0.8% | 0.97% | - |
| XYZ | 36.37 | 67.91 | 20.86 | - |
| YUV | 169.9 | 82.9 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 90 | 0.80 | 0 | 0.64 | 0.03 | 132.42 | 0.93 | 0.58 |
| Hex | 31 | F7 | 5A | 50 | 0 | 40 | 3 | 84 | 5D | 3A |
| Octal | 61 | 367 | 132 | 120 | 0 | 100 | 3 | 204 | 135 | 72 |
| Binary | 110001 | 11110111 | 1011010 | 1010000 | 0 | 1000000 | 11 | 10000100 | 1011101 | 111010 |
Color Harmonies of #31F75A
Complementary color
Monochromatic Colors of #31F75A
Black with #31F75A
Text Example
Text Example
White with #31F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F75A; }
p { color: rgb(49,247,90); }
H1.HeaderClassName
{
color: #31F75A;
}
.AnyTagClassName
{
color: #31F75A;
}
</style>
background-color css
<style>
a { background-color: #31F75A; }
a { background-color: rgb(49,247,90); }
div.DivClassName
{
background-color: #31F75A;
}
.BgClassName
{
background-color: #31F75A;
}
</style>
border-color css
<style>
span { border-color: #31F75A; }
span { border-color: rgb(49,247,90); }
td.TdClassName
{
border-color: #31F75A;
}
.TagClassName
{
border-color: #31F75A;
}
</style>