Shades of Malachite #1DF068
Tints of Malachite #1DF068
RGB
CMYK
RGB Variations
Color information
#1DF068 (or 0x1DF068) is known color: Malachite. HEX triplet: 1D, F0 and 68. RGB value is (29,240,104). Sum of RGB (Red+Green+Blue) = 29+240+104=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF068 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF068 is #E20F97. Grayscale: #A1A1A1. Windows color (decimal): -14815128 or 6877213. OLE color: 6877213.
HSL color Cylindrical-coordinate representation of color #1DF068: hue angle of 141.33º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF068 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 104 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.06 |
| HSL | 141.33º | 0.88% | 0.53% | - |
| HSV(B) | 141.33º | 0.88% | 0.94% | - |
| XYZ | 34.17 | 63.58 | 23.57 | - |
| YUV | 161.41 | 95.6 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 104 | 0.88 | 0 | 0.57 | 0.06 | 141.33 | 0.88 | 0.53 |
| Hex | 1D | F0 | 68 | 58 | 0 | 39 | 6 | 8D | 58 | 35 |
| Octal | 35 | 360 | 150 | 130 | 0 | 71 | 6 | 215 | 130 | 65 |
| Binary | 11101 | 11110000 | 1101000 | 1011000 | 0 | 111001 | 110 | 10001101 | 1011000 | 110101 |
Color Harmonies of #1DF068
Complementary color
Monochromatic Colors of #1DF068
Black with #1DF068
Text Example
Text Example
White with #1DF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF068; }
p { color: rgb(29,240,104); }
H1.HeaderClassName
{
color: #1DF068;
}
.AnyTagClassName
{
color: #1DF068;
}
</style>
background-color css
<style>
a { background-color: #1DF068; }
a { background-color: rgb(29,240,104); }
div.DivClassName
{
background-color: #1DF068;
}
.BgClassName
{
background-color: #1DF068;
}
</style>
border-color css
<style>
span { border-color: #1DF068; }
span { border-color: rgb(29,240,104); }
td.TdClassName
{
border-color: #1DF068;
}
.TagClassName
{
border-color: #1DF068;
}
</style>