Shades of Malachite #1DF368
Tints of Malachite #1DF368
RGB
CMYK
RGB Variations
Color information
#1DF368 (or 0x1DF368) is known color: Malachite. HEX triplet: 1D, F3 and 68. RGB value is (29,243,104). Sum of RGB (Red+Green+Blue) = 29+243+104=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF368 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF368 is #E20C97. Grayscale: #A3A3A3. Windows color (decimal): -14814360 or 6877981. OLE color: 6877981.
HSL color Cylindrical-coordinate representation of color #1DF368: hue angle of 141.03º degrees, saturation: 0.9, 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 #1DF368 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 104 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.05 |
| HSL | 141.03º | 0.9% | 0.53% | - |
| HSV(B) | 141.03º | 0.88% | 0.95% | - |
| XYZ | 35.06 | 65.36 | 23.87 | - |
| YUV | 163.17 | 94.6 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 104 | 0.88 | 0 | 0.57 | 0.05 | 141.03 | 0.9 | 0.53 |
| Hex | 1D | F3 | 68 | 58 | 0 | 39 | 5 | 8D | 5A | 35 |
| Octal | 35 | 363 | 150 | 130 | 0 | 71 | 5 | 215 | 132 | 65 |
| Binary | 11101 | 11110011 | 1101000 | 1011000 | 0 | 111001 | 101 | 10001101 | 1011010 | 110101 |
Color Harmonies of #1DF368
Complementary color
Monochromatic Colors of #1DF368
Black with #1DF368
Text Example
Text Example
White with #1DF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF368; }
p { color: rgb(29,243,104); }
H1.HeaderClassName
{
color: #1DF368;
}
.AnyTagClassName
{
color: #1DF368;
}
</style>
background-color css
<style>
a { background-color: #1DF368; }
a { background-color: rgb(29,243,104); }
div.DivClassName
{
background-color: #1DF368;
}
.BgClassName
{
background-color: #1DF368;
}
</style>
border-color css
<style>
span { border-color: #1DF368; }
span { border-color: rgb(29,243,104); }
td.TdClassName
{
border-color: #1DF368;
}
.TagClassName
{
border-color: #1DF368;
}
</style>