Shades of Malachite #1FC056
Tints of Malachite #1FC056
RGB
CMYK
RGB Variations
Color information
#1FC056 (or 0x1FC056) is known color: Malachite. HEX triplet: 1F, C0 and 56. RGB value is (31,192,86). Sum of RGB (Red+Green+Blue) = 31+192+86=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC056 is #E03FA9. Grayscale: #848484. Windows color (decimal): -14696362 or 5685279. OLE color: 5685279.
HSL color Cylindrical-coordinate representation of color #1FC056: hue angle of 140.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC056 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 86 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.25 |
| HSL | 140.5º | 0.72% | 0.44% | - |
| HSV(B) | 140.5º | 0.84% | 0.75% | - |
| XYZ | 21.09 | 38.66 | 15.15 | - |
| YUV | 131.78 | 102.16 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 86 | 0.84 | 0 | 0.55 | 0.25 | 140.5 | 0.72 | 0.44 |
| Hex | 1F | C0 | 56 | 54 | 0 | 37 | 19 | 8C | 48 | 2C |
| Octal | 37 | 300 | 126 | 124 | 0 | 67 | 31 | 214 | 110 | 54 |
| Binary | 11111 | 11000000 | 1010110 | 1010100 | 0 | 110111 | 11001 | 10001100 | 1001000 | 101100 |
Color Harmonies of #1FC056
Complementary color
Monochromatic Colors of #1FC056
Black with #1FC056
Text Example
Text Example
White with #1FC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC056; }
p { color: rgb(31,192,86); }
H1.HeaderClassName
{
color: #1FC056;
}
.AnyTagClassName
{
color: #1FC056;
}
</style>
background-color css
<style>
a { background-color: #1FC056; }
a { background-color: rgb(31,192,86); }
div.DivClassName
{
background-color: #1FC056;
}
.BgClassName
{
background-color: #1FC056;
}
</style>
border-color css
<style>
span { border-color: #1FC056; }
span { border-color: rgb(31,192,86); }
td.TdClassName
{
border-color: #1FC056;
}
.TagClassName
{
border-color: #1FC056;
}
</style>