Shades of Malachite #31FF5C
Tints of Malachite #31FF5C
RGB
CMYK
RGB Variations
Color information
#31FF5C (or 0x31FF5C) is known color: Malachite. HEX triplet: 31, FF and 5C. RGB value is (49,255,92). Sum of RGB (Red+Green+Blue) = 49+255+92=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF5C is #CE00A3. Grayscale: #AFAFAF. Windows color (decimal): -13500580 or 6094641. OLE color: 6094641.
HSL color Cylindrical-coordinate representation of color #31FF5C: hue angle of 132.52º 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 #31FF5C is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 92 | - |
| CMYK | 0.81 | 0 | 0.64 | 0 |
| HSL | 132.52º | 1% | 0.6% | - |
| HSV(B) | 132.52º | 0.81% | 1% | - |
| XYZ | 38.96 | 72.95 | 22.15 | - |
| YUV | 174.82 | 81.25 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 92 | 0.81 | 0 | 0.64 | 0 | 132.52 | 1 | 0.6 |
| Hex | 31 | FF | 5C | 51 | 0 | 40 | 0 | 85 | 64 | 3C |
| Octal | 61 | 377 | 134 | 121 | 0 | 100 | 0 | 205 | 144 | 74 |
| Binary | 110001 | 11111111 | 1011100 | 1010001 | 0 | 1000000 | 0 | 10000101 | 1100100 | 111100 |
Color Harmonies of #31FF5C
Complementary color
Monochromatic Colors of #31FF5C
Black with #31FF5C
Text Example
Text Example
White with #31FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF5C; }
p { color: rgb(49,255,92); }
H1.HeaderClassName
{
color: #31FF5C;
}
.AnyTagClassName
{
color: #31FF5C;
}
</style>
background-color css
<style>
a { background-color: #31FF5C; }
a { background-color: rgb(49,255,92); }
div.DivClassName
{
background-color: #31FF5C;
}
.BgClassName
{
background-color: #31FF5C;
}
</style>
border-color css
<style>
span { border-color: #31FF5C; }
span { border-color: rgb(49,255,92); }
td.TdClassName
{
border-color: #31FF5C;
}
.TagClassName
{
border-color: #31FF5C;
}
</style>