Shades of Malachite #1FD86C
Tints of Malachite #1FD86C
RGB
CMYK
RGB Variations
Color information
#1FD86C (or 0x1FD86C) is known color: Malachite. HEX triplet: 1F, D8 and 6C. RGB value is (31,216,108). Sum of RGB (Red+Green+Blue) = 31+216+108=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD86C is #E02793. Grayscale: #949494. Windows color (decimal): -14690196 or 7133215. OLE color: 7133215.
HSL color Cylindrical-coordinate representation of color #1FD86C: hue angle of 144.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD86C is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 108 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.15 |
| HSL | 144.97º | 0.75% | 0.48% | - |
| HSV(B) | 144.97º | 0.86% | 0.85% | - |
| XYZ | 27.83 | 50.49 | 22.47 | - |
| YUV | 148.37 | 105.21 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 108 | 0.86 | 0 | 0.50 | 0.15 | 144.97 | 0.75 | 0.48 |
| Hex | 1F | D8 | 6C | 56 | 0 | 32 | F | 91 | 4B | 30 |
| Octal | 37 | 330 | 154 | 126 | 0 | 62 | 17 | 221 | 113 | 60 |
| Binary | 11111 | 11011000 | 1101100 | 1010110 | 0 | 110010 | 1111 | 10010001 | 1001011 | 110000 |
Color Harmonies of #1FD86C
Complementary color
Monochromatic Colors of #1FD86C
Black with #1FD86C
Text Example
Text Example
White with #1FD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD86C; }
p { color: rgb(31,216,108); }
H1.HeaderClassName
{
color: #1FD86C;
}
.AnyTagClassName
{
color: #1FD86C;
}
</style>
background-color css
<style>
a { background-color: #1FD86C; }
a { background-color: rgb(31,216,108); }
div.DivClassName
{
background-color: #1FD86C;
}
.BgClassName
{
background-color: #1FD86C;
}
</style>
border-color css
<style>
span { border-color: #1FD86C; }
span { border-color: rgb(31,216,108); }
td.TdClassName
{
border-color: #1FD86C;
}
.TagClassName
{
border-color: #1FD86C;
}
</style>