Shades of Malachite #1FD94D
Tints of Malachite #1FD94D
RGB
CMYK
RGB Variations
Color information
#1FD94D (or 0x1FD94D) is known color: Malachite. HEX triplet: 1F, D9 and 4D. RGB value is (31,217,77). Sum of RGB (Red+Green+Blue) = 31+217+77=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD94D is #E026B2. Grayscale: #919191. Windows color (decimal): -14689971 or 5101855. OLE color: 5101855.
HSL color Cylindrical-coordinate representation of color #1FD94D: hue angle of 134.84º 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 #1FD94D is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 77 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.15 |
| HSL | 134.84º | 0.75% | 0.49% | - |
| HSV(B) | 134.84º | 0.86% | 0.85% | - |
| XYZ | 26.72 | 50.45 | 15.35 | - |
| YUV | 145.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 77 | 0.86 | 0 | 0.65 | 0.15 | 134.84 | 0.75 | 0.49 |
| Hex | 1F | D9 | 4D | 56 | 0 | 41 | F | 87 | 4B | 31 |
| Octal | 37 | 331 | 115 | 126 | 0 | 101 | 17 | 207 | 113 | 61 |
| Binary | 11111 | 11011001 | 1001101 | 1010110 | 0 | 1000001 | 1111 | 10000111 | 1001011 | 110001 |
Color Harmonies of #1FD94D
Complementary color
Monochromatic Colors of #1FD94D
Black with #1FD94D
Text Example
Text Example
White with #1FD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD94D; }
p { color: rgb(31,217,77); }
H1.HeaderClassName
{
color: #1FD94D;
}
.AnyTagClassName
{
color: #1FD94D;
}
</style>
background-color css
<style>
a { background-color: #1FD94D; }
a { background-color: rgb(31,217,77); }
div.DivClassName
{
background-color: #1FD94D;
}
.BgClassName
{
background-color: #1FD94D;
}
</style>
border-color css
<style>
span { border-color: #1FD94D; }
span { border-color: rgb(31,217,77); }
td.TdClassName
{
border-color: #1FD94D;
}
.TagClassName
{
border-color: #1FD94D;
}
</style>