Shades of Malachite #31FA58
Tints of Malachite #31FA58
RGB
CMYK
RGB Variations
Color information
#31FA58 (or 0x31FA58) is known color: Malachite. HEX triplet: 31, FA and 58. RGB value is (49,250,88). Sum of RGB (Red+Green+Blue) = 49+250+88=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FA58 is #CE05A7. Grayscale: #ABABAB. Windows color (decimal): -13501864 or 5831217. OLE color: 5831217.
HSL color Cylindrical-coordinate representation of color #31FA58: hue angle of 131.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FA58 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 88 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.02 |
| HSL | 131.64º | 0.95% | 0.59% | - |
| HSV(B) | 131.64º | 0.8% | 0.98% | - |
| XYZ | 37.21 | 69.73 | 20.73 | - |
| YUV | 171.43 | 80.91 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 88 | 0.80 | 0 | 0.65 | 0.02 | 131.64 | 0.95 | 0.59 |
| Hex | 31 | FA | 58 | 50 | 0 | 41 | 2 | 84 | 5F | 3B |
| Octal | 61 | 372 | 130 | 120 | 0 | 101 | 2 | 204 | 137 | 73 |
| Binary | 110001 | 11111010 | 1011000 | 1010000 | 0 | 1000001 | 10 | 10000100 | 1011111 | 111011 |
Color Harmonies of #31FA58
Complementary color
Monochromatic Colors of #31FA58
Black with #31FA58
Text Example
Text Example
White with #31FA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA58; }
p { color: rgb(49,250,88); }
H1.HeaderClassName
{
color: #31FA58;
}
.AnyTagClassName
{
color: #31FA58;
}
</style>
background-color css
<style>
a { background-color: #31FA58; }
a { background-color: rgb(49,250,88); }
div.DivClassName
{
background-color: #31FA58;
}
.BgClassName
{
background-color: #31FA58;
}
</style>
border-color css
<style>
span { border-color: #31FA58; }
span { border-color: rgb(49,250,88); }
td.TdClassName
{
border-color: #31FA58;
}
.TagClassName
{
border-color: #31FA58;
}
</style>