Shades of Malachite #31FF60
Tints of Malachite #31FF60
RGB
CMYK
RGB Variations
Color information
#31FF60 (or 0x31FF60) is known color: Malachite. HEX triplet: 31, FF and 60. RGB value is (49,255,96). Sum of RGB (Red+Green+Blue) = 49+255+96=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF60 is #CE009F. Grayscale: #AFAFAF. Windows color (decimal): -13500576 or 6356785. OLE color: 6356785.
HSL color Cylindrical-coordinate representation of color #31FF60: hue angle of 133.69º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF60 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 96 | - |
| CMYK | 0.81 | 0 | 0.62 | 0 |
| HSL | 133.69º | 1% | 0.6% | - |
| HSV(B) | 133.69º | 0.81% | 1% | - |
| XYZ | 39.14 | 73.02 | 23.1 | - |
| YUV | 175.28 | 83.25 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 96 | 0.81 | 0 | 0.62 | 0 | 133.69 | 1 | 0.6 |
| Hex | 31 | FF | 60 | 51 | 0 | 3E | 0 | 86 | 64 | 3C |
| Octal | 61 | 377 | 140 | 121 | 0 | 76 | 0 | 206 | 144 | 74 |
| Binary | 110001 | 11111111 | 1100000 | 1010001 | 0 | 111110 | 0 | 10000110 | 1100100 | 111100 |
Color Harmonies of #31FF60
Complementary color
Monochromatic Colors of #31FF60
Black with #31FF60
Text Example
Text Example
White with #31FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF60; }
p { color: rgb(49,255,96); }
H1.HeaderClassName
{
color: #31FF60;
}
.AnyTagClassName
{
color: #31FF60;
}
</style>
background-color css
<style>
a { background-color: #31FF60; }
a { background-color: rgb(49,255,96); }
div.DivClassName
{
background-color: #31FF60;
}
.BgClassName
{
background-color: #31FF60;
}
</style>
border-color css
<style>
span { border-color: #31FF60; }
span { border-color: rgb(49,255,96); }
td.TdClassName
{
border-color: #31FF60;
}
.TagClassName
{
border-color: #31FF60;
}
</style>