Shades of Malachite #1FDC62
Tints of Malachite #1FDC62
RGB
CMYK
RGB Variations
Color information
#1FDC62 (or 0x1FDC62) is known color: Malachite. HEX triplet: 1F, DC and 62. RGB value is (31,220,98). Sum of RGB (Red+Green+Blue) = 31+220+98=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC62 is #E0239D. Grayscale: #959595. Windows color (decimal): -14689182 or 6478879. OLE color: 6478879.
HSL color Cylindrical-coordinate representation of color #1FDC62: hue angle of 141.27º 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 #1FDC62 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 98 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.14 |
| HSL | 141.27º | 0.75% | 0.49% | - |
| HSV(B) | 141.27º | 0.86% | 0.86% | - |
| XYZ | 28.36 | 52.36 | 20.17 | - |
| YUV | 149.58 | 98.88 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 98 | 0.86 | 0 | 0.55 | 0.14 | 141.27 | 0.75 | 0.49 |
| Hex | 1F | DC | 62 | 56 | 0 | 37 | E | 8D | 4B | 31 |
| Octal | 37 | 334 | 142 | 126 | 0 | 67 | 16 | 215 | 113 | 61 |
| Binary | 11111 | 11011100 | 1100010 | 1010110 | 0 | 110111 | 1110 | 10001101 | 1001011 | 110001 |
Color Harmonies of #1FDC62
Complementary color
Monochromatic Colors of #1FDC62
Black with #1FDC62
Text Example
Text Example
White with #1FDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC62; }
p { color: rgb(31,220,98); }
H1.HeaderClassName
{
color: #1FDC62;
}
.AnyTagClassName
{
color: #1FDC62;
}
</style>
background-color css
<style>
a { background-color: #1FDC62; }
a { background-color: rgb(31,220,98); }
div.DivClassName
{
background-color: #1FDC62;
}
.BgClassName
{
background-color: #1FDC62;
}
</style>
border-color css
<style>
span { border-color: #1FDC62; }
span { border-color: rgb(31,220,98); }
td.TdClassName
{
border-color: #1FDC62;
}
.TagClassName
{
border-color: #1FDC62;
}
</style>