Shades of Malachite #31FE5B
Tints of Malachite #31FE5B
RGB
CMYK
RGB Variations
Color information
#31FE5B (or 0x31FE5B) is known color: Malachite. HEX triplet: 31, FE and 5B. RGB value is (49,254,91). Sum of RGB (Red+Green+Blue) = 49+254+91=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FE5B is #CE01A4. Grayscale: #AEAEAE. Windows color (decimal): -13500837 or 6028849. OLE color: 6028849.
HSL color Cylindrical-coordinate representation of color #31FE5B: hue angle of 132.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FE5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 91 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.00 |
| HSL | 132.29º | 0.99% | 0.59% | - |
| HSV(B) | 132.29º | 0.81% | 1% | - |
| XYZ | 38.6 | 72.29 | 21.82 | - |
| YUV | 174.12 | 81.08 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 91 | 0.81 | 0 | 0.64 | 0.00 | 132.29 | 0.99 | 0.59 |
| Hex | 31 | FE | 5B | 51 | 0 | 40 | 0 | 84 | 63 | 3B |
| Octal | 61 | 376 | 133 | 121 | 0 | 100 | 0 | 204 | 143 | 73 |
| Binary | 110001 | 11111110 | 1011011 | 1010001 | 0 | 1000000 | 0 | 10000100 | 1100011 | 111011 |
Color Harmonies of #31FE5B
Complementary color
Monochromatic Colors of #31FE5B
Black with #31FE5B
Text Example
Text Example
White with #31FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE5B; }
p { color: rgb(49,254,91); }
H1.HeaderClassName
{
color: #31FE5B;
}
.AnyTagClassName
{
color: #31FE5B;
}
</style>
background-color css
<style>
a { background-color: #31FE5B; }
a { background-color: rgb(49,254,91); }
div.DivClassName
{
background-color: #31FE5B;
}
.BgClassName
{
background-color: #31FE5B;
}
</style>
border-color css
<style>
span { border-color: #31FE5B; }
span { border-color: rgb(49,254,91); }
td.TdClassName
{
border-color: #31FE5B;
}
.TagClassName
{
border-color: #31FE5B;
}
</style>