Shades of Malachite #31F358
Tints of Malachite #31F358
RGB
CMYK
RGB Variations
Color information
#31F358 (or 0x31F358) is known color: Malachite. HEX triplet: 31, F3 and 58. RGB value is (49,243,88). Sum of RGB (Red+Green+Blue) = 49+243+88=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #31F358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F358 is #CE0CA7. Grayscale: #A7A7A7. Windows color (decimal): -13503656 or 5829425. OLE color: 5829425.
HSL color Cylindrical-coordinate representation of color #31F358: hue angle of 132.06º 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 #31F358 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 88 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.05 |
| HSL | 132.06º | 0.89% | 0.57% | - |
| HSV(B) | 132.06º | 0.8% | 0.95% | - |
| XYZ | 35.08 | 65.46 | 20.02 | - |
| YUV | 167.32 | 83.23 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 88 | 0.80 | 0 | 0.64 | 0.05 | 132.06 | 0.89 | 0.57 |
| Hex | 31 | F3 | 58 | 50 | 0 | 40 | 5 | 84 | 59 | 39 |
| Octal | 61 | 363 | 130 | 120 | 0 | 100 | 5 | 204 | 131 | 71 |
| Binary | 110001 | 11110011 | 1011000 | 1010000 | 0 | 1000000 | 101 | 10000100 | 1011001 | 111001 |
Color Harmonies of #31F358
Complementary color
Monochromatic Colors of #31F358
Black with #31F358
Text Example
Text Example
White with #31F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F358; }
p { color: rgb(49,243,88); }
H1.HeaderClassName
{
color: #31F358;
}
.AnyTagClassName
{
color: #31F358;
}
</style>
background-color css
<style>
a { background-color: #31F358; }
a { background-color: rgb(49,243,88); }
div.DivClassName
{
background-color: #31F358;
}
.BgClassName
{
background-color: #31F358;
}
</style>
border-color css
<style>
span { border-color: #31F358; }
span { border-color: rgb(49,243,88); }
td.TdClassName
{
border-color: #31F358;
}
.TagClassName
{
border-color: #31F358;
}
</style>