Shades of Malachite #1DFB49
Tints of Malachite #1DFB49
RGB
CMYK
RGB Variations
Color information
#1DFB49 (or 0x1DFB49) is known color: Malachite. HEX triplet: 1D, FB and 49. RGB value is (29,251,73). Sum of RGB (Red+Green+Blue) = 29+251+73=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB49 is #E204B6. Grayscale: #A4A4A4. Windows color (decimal): -14812343 or 4848413. OLE color: 4848413.
HSL color Cylindrical-coordinate representation of color #1DFB49: hue angle of 131.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB49 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 73 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.02 |
| HSL | 131.89º | 0.97% | 0.55% | - |
| HSV(B) | 131.89º | 0.88% | 0.98% | - |
| XYZ | 36.21 | 69.74 | 17.86 | - |
| YUV | 164.33 | 76.45 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 73 | 0.88 | 0 | 0.71 | 0.02 | 131.89 | 0.97 | 0.55 |
| Hex | 1D | FB | 49 | 58 | 0 | 47 | 2 | 84 | 61 | 37 |
| Octal | 35 | 373 | 111 | 130 | 0 | 107 | 2 | 204 | 141 | 67 |
| Binary | 11101 | 11111011 | 1001001 | 1011000 | 0 | 1000111 | 10 | 10000100 | 1100001 | 110111 |
Color Harmonies of #1DFB49
Complementary color
Monochromatic Colors of #1DFB49
Black with #1DFB49
Text Example
Text Example
White with #1DFB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB49; }
p { color: rgb(29,251,73); }
H1.HeaderClassName
{
color: #1DFB49;
}
.AnyTagClassName
{
color: #1DFB49;
}
</style>
background-color css
<style>
a { background-color: #1DFB49; }
a { background-color: rgb(29,251,73); }
div.DivClassName
{
background-color: #1DFB49;
}
.BgClassName
{
background-color: #1DFB49;
}
</style>
border-color css
<style>
span { border-color: #1DFB49; }
span { border-color: rgb(29,251,73); }
td.TdClassName
{
border-color: #1DFB49;
}
.TagClassName
{
border-color: #1DFB49;
}
</style>