Shades of Malachite #1DF468
Tints of Malachite #1DF468
RGB
CMYK
RGB Variations
Color information
#1DF468 (or 0x1DF468) is known color: Malachite. HEX triplet: 1D, F4 and 68. RGB value is (29,244,104). Sum of RGB (Red+Green+Blue) = 29+244+104=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 244 (95.70% from 255 or 64.72% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF468 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF468 is #E20B97. Grayscale: #A4A4A4. Windows color (decimal): -14814104 or 6878237. OLE color: 6878237.
HSL color Cylindrical-coordinate representation of color #1DF468: hue angle of 140.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF468 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 104 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.04 |
| HSL | 140.93º | 0.91% | 0.54% | - |
| HSV(B) | 140.93º | 0.88% | 0.96% | - |
| XYZ | 35.36 | 65.96 | 23.97 | - |
| YUV | 163.76 | 94.27 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 104 | 0.88 | 0 | 0.57 | 0.04 | 140.93 | 0.91 | 0.54 |
| Hex | 1D | F4 | 68 | 58 | 0 | 39 | 4 | 8D | 5B | 36 |
| Octal | 35 | 364 | 150 | 130 | 0 | 71 | 4 | 215 | 133 | 66 |
| Binary | 11101 | 11110100 | 1101000 | 1011000 | 0 | 111001 | 100 | 10001101 | 1011011 | 110110 |
Color Harmonies of #1DF468
Complementary color
Monochromatic Colors of #1DF468
Black with #1DF468
Text Example
Text Example
White with #1DF468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF468; }
p { color: rgb(29,244,104); }
H1.HeaderClassName
{
color: #1DF468;
}
.AnyTagClassName
{
color: #1DF468;
}
</style>
background-color css
<style>
a { background-color: #1DF468; }
a { background-color: rgb(29,244,104); }
div.DivClassName
{
background-color: #1DF468;
}
.BgClassName
{
background-color: #1DF468;
}
</style>
border-color css
<style>
span { border-color: #1DF468; }
span { border-color: rgb(29,244,104); }
td.TdClassName
{
border-color: #1DF468;
}
.TagClassName
{
border-color: #1DF468;
}
</style>