Shades of Malachite #1DEE66
Tints of Malachite #1DEE66
RGB
CMYK
RGB Variations
Color information
#1DEE66 (or 0x1DEE66) is known color: Malachite. HEX triplet: 1D, EE and 66. RGB value is (29,238,102). Sum of RGB (Red+Green+Blue) = 29+238+102=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 238 (93.36% from 255 or 64.50% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEE66 is #E21199. Grayscale: #A0A0A0. Windows color (decimal): -14815642 or 6745629. OLE color: 6745629.
HSL color Cylindrical-coordinate representation of color #1DEE66: hue angle of 140.96º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEE66 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 102 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.07 |
| HSL | 140.96º | 0.86% | 0.52% | - |
| HSV(B) | 140.96º | 0.88% | 0.93% | - |
| XYZ | 33.48 | 62.37 | 22.84 | - |
| YUV | 160.01 | 95.26 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 102 | 0.88 | 0 | 0.57 | 0.07 | 140.96 | 0.86 | 0.52 |
| Hex | 1D | EE | 66 | 58 | 0 | 39 | 7 | 8D | 56 | 34 |
| Octal | 35 | 356 | 146 | 130 | 0 | 71 | 7 | 215 | 126 | 64 |
| Binary | 11101 | 11101110 | 1100110 | 1011000 | 0 | 111001 | 111 | 10001101 | 1010110 | 110100 |
Color Harmonies of #1DEE66
Complementary color
Monochromatic Colors of #1DEE66
Black with #1DEE66
Text Example
Text Example
White with #1DEE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE66; }
p { color: rgb(29,238,102); }
H1.HeaderClassName
{
color: #1DEE66;
}
.AnyTagClassName
{
color: #1DEE66;
}
</style>
background-color css
<style>
a { background-color: #1DEE66; }
a { background-color: rgb(29,238,102); }
div.DivClassName
{
background-color: #1DEE66;
}
.BgClassName
{
background-color: #1DEE66;
}
</style>
border-color css
<style>
span { border-color: #1DEE66; }
span { border-color: rgb(29,238,102); }
td.TdClassName
{
border-color: #1DEE66;
}
.TagClassName
{
border-color: #1DEE66;
}
</style>