Shades of Malachite #1DF06B
Tints of Malachite #1DF06B
RGB
CMYK
RGB Variations
Color information
#1DF06B (or 0x1DF06B) is known color: Malachite. HEX triplet: 1D, F0 and 6B. RGB value is (29,240,107). Sum of RGB (Red+Green+Blue) = 29+240+107=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF06B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF06B is #E20F94. Grayscale: #A2A2A2. Windows color (decimal): -14815125 or 7073821. OLE color: 7073821.
HSL color Cylindrical-coordinate representation of color #1DF06B: hue angle of 142.18º 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 #1DF06B is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 107 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.06 |
| HSL | 142.18º | 0.88% | 0.53% | - |
| HSV(B) | 142.18º | 0.88% | 0.94% | - |
| XYZ | 34.32 | 63.64 | 24.39 | - |
| YUV | 161.75 | 97.1 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 107 | 0.88 | 0 | 0.55 | 0.06 | 142.18 | 0.88 | 0.53 |
| Hex | 1D | F0 | 6B | 58 | 0 | 37 | 6 | 8E | 58 | 35 |
| Octal | 35 | 360 | 153 | 130 | 0 | 67 | 6 | 216 | 130 | 65 |
| Binary | 11101 | 11110000 | 1101011 | 1011000 | 0 | 110111 | 110 | 10001110 | 1011000 | 110101 |
Color Harmonies of #1DF06B
Complementary color
Monochromatic Colors of #1DF06B
Black with #1DF06B
Text Example
Text Example
White with #1DF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF06B; }
p { color: rgb(29,240,107); }
H1.HeaderClassName
{
color: #1DF06B;
}
.AnyTagClassName
{
color: #1DF06B;
}
</style>
background-color css
<style>
a { background-color: #1DF06B; }
a { background-color: rgb(29,240,107); }
div.DivClassName
{
background-color: #1DF06B;
}
.BgClassName
{
background-color: #1DF06B;
}
</style>
border-color css
<style>
span { border-color: #1DF06B; }
span { border-color: rgb(29,240,107); }
td.TdClassName
{
border-color: #1DF06B;
}
.TagClassName
{
border-color: #1DF06B;
}
</style>