Shades of Malachite #31FE54
Tints of Malachite #31FE54
RGB
CMYK
RGB Variations
Color information
#31FE54 (or 0x31FE54) is known color: Malachite. HEX triplet: 31, FE and 54. RGB value is (49,254,84). Sum of RGB (Red+Green+Blue) = 49+254+84=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FE54 is #CE01AB. Grayscale: #ADADAD. Windows color (decimal): -13500844 or 5570097. OLE color: 5570097.
HSL color Cylindrical-coordinate representation of color #31FE54: hue angle of 130.24º 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 #31FE54 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 84 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.00 |
| HSL | 130.24º | 0.99% | 0.59% | - |
| HSV(B) | 130.24º | 0.81% | 1% | - |
| XYZ | 38.31 | 72.18 | 20.3 | - |
| YUV | 173.33 | 77.58 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 84 | 0.81 | 0 | 0.67 | 0.00 | 130.24 | 0.99 | 0.59 |
| Hex | 31 | FE | 54 | 51 | 0 | 43 | 0 | 82 | 63 | 3B |
| Octal | 61 | 376 | 124 | 121 | 0 | 103 | 0 | 202 | 143 | 73 |
| Binary | 110001 | 11111110 | 1010100 | 1010001 | 0 | 1000011 | 0 | 10000010 | 1100011 | 111011 |
Color Harmonies of #31FE54
Complementary color
Monochromatic Colors of #31FE54
Black with #31FE54
Text Example
Text Example
White with #31FE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE54; }
p { color: rgb(49,254,84); }
H1.HeaderClassName
{
color: #31FE54;
}
.AnyTagClassName
{
color: #31FE54;
}
</style>
background-color css
<style>
a { background-color: #31FE54; }
a { background-color: rgb(49,254,84); }
div.DivClassName
{
background-color: #31FE54;
}
.BgClassName
{
background-color: #31FE54;
}
</style>
border-color css
<style>
span { border-color: #31FE54; }
span { border-color: rgb(49,254,84); }
td.TdClassName
{
border-color: #31FE54;
}
.TagClassName
{
border-color: #31FE54;
}
</style>