Shades of Malachite #1FDC5B
Tints of Malachite #1FDC5B
RGB
CMYK
RGB Variations
Color information
#1FDC5B (or 0x1FDC5B) is known color: Malachite. HEX triplet: 1F, DC and 5B. RGB value is (31,220,91). Sum of RGB (Red+Green+Blue) = 31+220+91=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC5B is #E023A4. Grayscale: #959595. Windows color (decimal): -14689189 or 6020127. OLE color: 6020127.
HSL color Cylindrical-coordinate representation of color #1FDC5B: hue angle of 139.05º 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 #1FDC5B is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 91 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.14 |
| HSL | 139.05º | 0.75% | 0.49% | - |
| HSV(B) | 139.05º | 0.86% | 0.86% | - |
| XYZ | 28.05 | 52.23 | 18.5 | - |
| YUV | 148.78 | 95.38 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 91 | 0.86 | 0 | 0.59 | 0.14 | 139.05 | 0.75 | 0.49 |
| Hex | 1F | DC | 5B | 56 | 0 | 3B | E | 8B | 4B | 31 |
| Octal | 37 | 334 | 133 | 126 | 0 | 73 | 16 | 213 | 113 | 61 |
| Binary | 11111 | 11011100 | 1011011 | 1010110 | 0 | 111011 | 1110 | 10001011 | 1001011 | 110001 |
Color Harmonies of #1FDC5B
Complementary color
Monochromatic Colors of #1FDC5B
Black with #1FDC5B
Text Example
Text Example
White with #1FDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC5B; }
p { color: rgb(31,220,91); }
H1.HeaderClassName
{
color: #1FDC5B;
}
.AnyTagClassName
{
color: #1FDC5B;
}
</style>
background-color css
<style>
a { background-color: #1FDC5B; }
a { background-color: rgb(31,220,91); }
div.DivClassName
{
background-color: #1FDC5B;
}
.BgClassName
{
background-color: #1FDC5B;
}
</style>
border-color css
<style>
span { border-color: #1FDC5B; }
span { border-color: rgb(31,220,91); }
td.TdClassName
{
border-color: #1FDC5B;
}
.TagClassName
{
border-color: #1FDC5B;
}
</style>