Shades of Malachite #1FD14D
Tints of Malachite #1FD14D
RGB
CMYK
RGB Variations
Color information
#1FD14D (or 0x1FD14D) is known color: Malachite. HEX triplet: 1F, D1 and 4D. RGB value is (31,209,77). Sum of RGB (Red+Green+Blue) = 31+209+77=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD14D is #E02EB2. Grayscale: #8D8D8D. Windows color (decimal): -14692019 or 5099807. OLE color: 5099807.
HSL color Cylindrical-coordinate representation of color #1FD14D: hue angle of 135.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD14D is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 77 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.18 |
| HSL | 135.51º | 0.74% | 0.47% | - |
| HSV(B) | 135.51º | 0.85% | 0.82% | - |
| XYZ | 24.71 | 46.43 | 14.68 | - |
| YUV | 140.73 | 92.03 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 77 | 0.85 | 0 | 0.63 | 0.18 | 135.51 | 0.74 | 0.47 |
| Hex | 1F | D1 | 4D | 55 | 0 | 3F | 12 | 88 | 4A | 2F |
| Octal | 37 | 321 | 115 | 125 | 0 | 77 | 22 | 210 | 112 | 57 |
| Binary | 11111 | 11010001 | 1001101 | 1010101 | 0 | 111111 | 10010 | 10001000 | 1001010 | 101111 |
Color Harmonies of #1FD14D
Complementary color
Monochromatic Colors of #1FD14D
Black with #1FD14D
Text Example
Text Example
White with #1FD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD14D; }
p { color: rgb(31,209,77); }
H1.HeaderClassName
{
color: #1FD14D;
}
.AnyTagClassName
{
color: #1FD14D;
}
</style>
background-color css
<style>
a { background-color: #1FD14D; }
a { background-color: rgb(31,209,77); }
div.DivClassName
{
background-color: #1FD14D;
}
.BgClassName
{
background-color: #1FD14D;
}
</style>
border-color css
<style>
span { border-color: #1FD14D; }
span { border-color: rgb(31,209,77); }
td.TdClassName
{
border-color: #1FD14D;
}
.TagClassName
{
border-color: #1FD14D;
}
</style>