Shades of Malachite #1DF266
Tints of Malachite #1DF266
RGB
CMYK
RGB Variations
Color information
#1DF266 (or 0x1DF266) is known color: Malachite. HEX triplet: 1D, F2 and 66. RGB value is (29,242,102). Sum of RGB (Red+Green+Blue) = 29+242+102=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF266 is #E20D99. Grayscale: #A2A2A2. Windows color (decimal): -14814618 or 6746653. OLE color: 6746653.
HSL color Cylindrical-coordinate representation of color #1DF266: hue angle of 140.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF266 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 102 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.05 |
| HSL | 140.56º | 0.89% | 0.53% | - |
| HSV(B) | 140.56º | 0.88% | 0.95% | - |
| XYZ | 34.66 | 64.72 | 23.24 | - |
| YUV | 162.35 | 93.93 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 102 | 0.88 | 0 | 0.58 | 0.05 | 140.56 | 0.89 | 0.53 |
| Hex | 1D | F2 | 66 | 58 | 0 | 3A | 5 | 8D | 59 | 35 |
| Octal | 35 | 362 | 146 | 130 | 0 | 72 | 5 | 215 | 131 | 65 |
| Binary | 11101 | 11110010 | 1100110 | 1011000 | 0 | 111010 | 101 | 10001101 | 1011001 | 110101 |
Color Harmonies of #1DF266
Complementary color
Monochromatic Colors of #1DF266
Black with #1DF266
Text Example
Text Example
White with #1DF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF266; }
p { color: rgb(29,242,102); }
H1.HeaderClassName
{
color: #1DF266;
}
.AnyTagClassName
{
color: #1DF266;
}
</style>
background-color css
<style>
a { background-color: #1DF266; }
a { background-color: rgb(29,242,102); }
div.DivClassName
{
background-color: #1DF266;
}
.BgClassName
{
background-color: #1DF266;
}
</style>
border-color css
<style>
span { border-color: #1DF266; }
span { border-color: rgb(29,242,102); }
td.TdClassName
{
border-color: #1DF266;
}
.TagClassName
{
border-color: #1DF266;
}
</style>