Shades of Malachite #31FA6A
Tints of Malachite #31FA6A
RGB
CMYK
RGB Variations
Color information
#31FA6A (or 0x31FA6A) is known color: Malachite. HEX triplet: 31, FA and 6A. RGB value is (49,250,106). Sum of RGB (Red+Green+Blue) = 49+250+106=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FA6A is #CE0595. Grayscale: #ADADAD. Windows color (decimal): -13501846 or 7010865. OLE color: 7010865.
HSL color Cylindrical-coordinate representation of color #31FA6A: hue angle of 137.01º 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 #31FA6A is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 106 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.02 |
| HSL | 137.01º | 0.95% | 0.59% | - |
| HSV(B) | 137.01º | 0.8% | 0.98% | - |
| XYZ | 38.05 | 70.06 | 25.15 | - |
| YUV | 173.49 | 89.91 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 106 | 0.80 | 0 | 0.58 | 0.02 | 137.01 | 0.95 | 0.59 |
| Hex | 31 | FA | 6A | 50 | 0 | 3A | 2 | 89 | 5F | 3B |
| Octal | 61 | 372 | 152 | 120 | 0 | 72 | 2 | 211 | 137 | 73 |
| Binary | 110001 | 11111010 | 1101010 | 1010000 | 0 | 111010 | 10 | 10001001 | 1011111 | 111011 |
Color Harmonies of #31FA6A
Complementary color
Monochromatic Colors of #31FA6A
Black with #31FA6A
Text Example
Text Example
White with #31FA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA6A; }
p { color: rgb(49,250,106); }
H1.HeaderClassName
{
color: #31FA6A;
}
.AnyTagClassName
{
color: #31FA6A;
}
</style>
background-color css
<style>
a { background-color: #31FA6A; }
a { background-color: rgb(49,250,106); }
div.DivClassName
{
background-color: #31FA6A;
}
.BgClassName
{
background-color: #31FA6A;
}
</style>
border-color css
<style>
span { border-color: #31FA6A; }
span { border-color: rgb(49,250,106); }
td.TdClassName
{
border-color: #31FA6A;
}
.TagClassName
{
border-color: #31FA6A;
}
</style>