Shades of Malachite #1DFB46
Tints of Malachite #1DFB46
RGB
CMYK
RGB Variations
Color information
#1DFB46 (or 0x1DFB46) is known color: Malachite. HEX triplet: 1D, FB and 46. RGB value is (29,251,70). Sum of RGB (Red+Green+Blue) = 29+251+70=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB46 is #E204B9. Grayscale: #A4A4A4. Windows color (decimal): -14812346 or 4651805. OLE color: 4651805.
HSL color Cylindrical-coordinate representation of color #1DFB46: hue angle of 131.08º 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 #1DFB46 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 70 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.02 |
| HSL | 131.08º | 0.97% | 0.55% | - |
| HSV(B) | 131.08º | 0.88% | 0.98% | - |
| XYZ | 36.11 | 69.7 | 17.34 | - |
| YUV | 163.99 | 74.95 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 70 | 0.88 | 0 | 0.72 | 0.02 | 131.08 | 0.97 | 0.55 |
| Hex | 1D | FB | 46 | 58 | 0 | 48 | 2 | 83 | 61 | 37 |
| Octal | 35 | 373 | 106 | 130 | 0 | 110 | 2 | 203 | 141 | 67 |
| Binary | 11101 | 11111011 | 1000110 | 1011000 | 0 | 1001000 | 10 | 10000011 | 1100001 | 110111 |
Color Harmonies of #1DFB46
Complementary color
Monochromatic Colors of #1DFB46
Black with #1DFB46
Text Example
Text Example
White with #1DFB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB46; }
p { color: rgb(29,251,70); }
H1.HeaderClassName
{
color: #1DFB46;
}
.AnyTagClassName
{
color: #1DFB46;
}
</style>
background-color css
<style>
a { background-color: #1DFB46; }
a { background-color: rgb(29,251,70); }
div.DivClassName
{
background-color: #1DFB46;
}
.BgClassName
{
background-color: #1DFB46;
}
</style>
border-color css
<style>
span { border-color: #1DFB46; }
span { border-color: rgb(29,251,70); }
td.TdClassName
{
border-color: #1DFB46;
}
.TagClassName
{
border-color: #1DFB46;
}
</style>