Shades of Malachite #1FD940
Tints of Malachite #1FD940
RGB
CMYK
RGB Variations
Color information
#1FD940 (or 0x1FD940) is known color: Malachite. HEX triplet: 1F, D9 and 40. RGB value is (31,217,64). Sum of RGB (Red+Green+Blue) = 31+217+64=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD940 is #E026BF. Grayscale: #909090. Windows color (decimal): -14689984 or 4249887. OLE color: 4249887.
HSL color Cylindrical-coordinate representation of color #1FD940: hue angle of 130.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD940 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 64 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.15 |
| HSL | 130.65º | 0.75% | 0.49% | - |
| HSV(B) | 130.65º | 0.86% | 0.85% | - |
| XYZ | 26.3 | 50.29 | 13.17 | - |
| YUV | 143.94 | 82.88 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 64 | 0.86 | 0 | 0.71 | 0.15 | 130.65 | 0.75 | 0.49 |
| Hex | 1F | D9 | 40 | 56 | 0 | 47 | F | 83 | 4B | 31 |
| Octal | 37 | 331 | 100 | 126 | 0 | 107 | 17 | 203 | 113 | 61 |
| Binary | 11111 | 11011001 | 1000000 | 1010110 | 0 | 1000111 | 1111 | 10000011 | 1001011 | 110001 |
Color Harmonies of #1FD940
Complementary color
Monochromatic Colors of #1FD940
Black with #1FD940
Text Example
Text Example
White with #1FD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD940; }
p { color: rgb(31,217,64); }
H1.HeaderClassName
{
color: #1FD940;
}
.AnyTagClassName
{
color: #1FD940;
}
</style>
background-color css
<style>
a { background-color: #1FD940; }
a { background-color: rgb(31,217,64); }
div.DivClassName
{
background-color: #1FD940;
}
.BgClassName
{
background-color: #1FD940;
}
</style>
border-color css
<style>
span { border-color: #1FD940; }
span { border-color: rgb(31,217,64); }
td.TdClassName
{
border-color: #1FD940;
}
.TagClassName
{
border-color: #1FD940;
}
</style>