Shades of Malachite #31FC53
Tints of Malachite #31FC53
RGB
CMYK
RGB Variations
Color information
#31FC53 (or 0x31FC53) is known color: Malachite. HEX triplet: 31, FC and 53. RGB value is (49,252,83). Sum of RGB (Red+Green+Blue) = 49+252+83=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 252 (98.83% from 255 or 65.62% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FC53 is #CE03AC. Grayscale: #ACACAC. Windows color (decimal): -13501357 or 5504049. OLE color: 5504049.
HSL color Cylindrical-coordinate representation of color #31FC53: hue angle of 130.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FC53 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 83 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.01 |
| HSL | 130.05º | 0.97% | 0.59% | - |
| HSV(B) | 130.05º | 0.81% | 0.99% | - |
| XYZ | 37.64 | 70.9 | 19.88 | - |
| YUV | 172.04 | 77.75 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 83 | 0.81 | 0 | 0.67 | 0.01 | 130.05 | 0.97 | 0.59 |
| Hex | 31 | FC | 53 | 51 | 0 | 43 | 1 | 82 | 61 | 3B |
| Octal | 61 | 374 | 123 | 121 | 0 | 103 | 1 | 202 | 141 | 73 |
| Binary | 110001 | 11111100 | 1010011 | 1010001 | 0 | 1000011 | 1 | 10000010 | 1100001 | 111011 |
Color Harmonies of #31FC53
Complementary color
Monochromatic Colors of #31FC53
Black with #31FC53
Text Example
Text Example
White with #31FC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC53; }
p { color: rgb(49,252,83); }
H1.HeaderClassName
{
color: #31FC53;
}
.AnyTagClassName
{
color: #31FC53;
}
</style>
background-color css
<style>
a { background-color: #31FC53; }
a { background-color: rgb(49,252,83); }
div.DivClassName
{
background-color: #31FC53;
}
.BgClassName
{
background-color: #31FC53;
}
</style>
border-color css
<style>
span { border-color: #31FC53; }
span { border-color: rgb(49,252,83); }
td.TdClassName
{
border-color: #31FC53;
}
.TagClassName
{
border-color: #31FC53;
}
</style>