Shades of Malachite #1FDC70
Tints of Malachite #1FDC70
RGB
CMYK
RGB Variations
Color information
#1FDC70 (or 0x1FDC70) is known color: Malachite. HEX triplet: 1F, DC and 70. RGB value is (31,220,112). Sum of RGB (Red+Green+Blue) = 31+220+112=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC70 is #E0238F. Grayscale: #979797. Windows color (decimal): -14689168 or 7396383. OLE color: 7396383.
HSL color Cylindrical-coordinate representation of color #1FDC70: hue angle of 145.71º 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 #1FDC70 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 112 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.14 |
| HSL | 145.71º | 0.75% | 0.49% | - |
| HSV(B) | 145.71º | 0.86% | 0.86% | - |
| XYZ | 29.08 | 52.65 | 23.96 | - |
| YUV | 151.18 | 105.88 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 112 | 0.86 | 0 | 0.49 | 0.14 | 145.71 | 0.75 | 0.49 |
| Hex | 1F | DC | 70 | 56 | 0 | 31 | E | 92 | 4B | 31 |
| Octal | 37 | 334 | 160 | 126 | 0 | 61 | 16 | 222 | 113 | 61 |
| Binary | 11111 | 11011100 | 1110000 | 1010110 | 0 | 110001 | 1110 | 10010010 | 1001011 | 110001 |
Color Harmonies of #1FDC70
Complementary color
Monochromatic Colors of #1FDC70
Black with #1FDC70
Text Example
Text Example
White with #1FDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC70; }
p { color: rgb(31,220,112); }
H1.HeaderClassName
{
color: #1FDC70;
}
.AnyTagClassName
{
color: #1FDC70;
}
</style>
background-color css
<style>
a { background-color: #1FDC70; }
a { background-color: rgb(31,220,112); }
div.DivClassName
{
background-color: #1FDC70;
}
.BgClassName
{
background-color: #1FDC70;
}
</style>
border-color css
<style>
span { border-color: #1FDC70; }
span { border-color: rgb(31,220,112); }
td.TdClassName
{
border-color: #1FDC70;
}
.TagClassName
{
border-color: #1FDC70;
}
</style>