Shades of Malachite #1FDC6B
Tints of Malachite #1FDC6B
RGB
CMYK
RGB Variations
Color information
#1FDC6B (or 0x1FDC6B) is known color: Malachite. HEX triplet: 1F, DC and 6B. RGB value is (31,220,107). Sum of RGB (Red+Green+Blue) = 31+220+107=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC6B is #E02394. Grayscale: #969696. Windows color (decimal): -14689173 or 7068703. OLE color: 7068703.
HSL color Cylindrical-coordinate representation of color #1FDC6B: hue angle of 144.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC6B is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 107 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.14 |
| HSL | 144.13º | 0.75% | 0.49% | - |
| HSV(B) | 144.13º | 0.86% | 0.86% | - |
| XYZ | 28.81 | 52.54 | 22.53 | - |
| YUV | 150.61 | 103.38 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 107 | 0.86 | 0 | 0.51 | 0.14 | 144.13 | 0.75 | 0.49 |
| Hex | 1F | DC | 6B | 56 | 0 | 33 | E | 90 | 4B | 31 |
| Octal | 37 | 334 | 153 | 126 | 0 | 63 | 16 | 220 | 113 | 61 |
| Binary | 11111 | 11011100 | 1101011 | 1010110 | 0 | 110011 | 1110 | 10010000 | 1001011 | 110001 |
Color Harmonies of #1FDC6B
Complementary color
Monochromatic Colors of #1FDC6B
Black with #1FDC6B
Text Example
Text Example
White with #1FDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC6B; }
p { color: rgb(31,220,107); }
H1.HeaderClassName
{
color: #1FDC6B;
}
.AnyTagClassName
{
color: #1FDC6B;
}
</style>
background-color css
<style>
a { background-color: #1FDC6B; }
a { background-color: rgb(31,220,107); }
div.DivClassName
{
background-color: #1FDC6B;
}
.BgClassName
{
background-color: #1FDC6B;
}
</style>
border-color css
<style>
span { border-color: #1FDC6B; }
span { border-color: rgb(31,220,107); }
td.TdClassName
{
border-color: #1FDC6B;
}
.TagClassName
{
border-color: #1FDC6B;
}
</style>