Shades of Malachite #1DF369
Tints of Malachite #1DF369
RGB
CMYK
RGB Variations
Color information
#1DF369 (or 0x1DF369) is known color: Malachite. HEX triplet: 1D, F3 and 69. RGB value is (29,243,105). Sum of RGB (Red+Green+Blue) = 29+243+105=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF369 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF369 is #E20C96. Grayscale: #A3A3A3. Windows color (decimal): -14814359 or 6943517. OLE color: 6943517.
HSL color Cylindrical-coordinate representation of color #1DF369: hue angle of 141.31º 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 #1DF369 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 105 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.05 |
| HSL | 141.31º | 0.9% | 0.53% | - |
| HSV(B) | 141.31º | 0.88% | 0.95% | - |
| XYZ | 35.11 | 65.38 | 24.13 | - |
| YUV | 163.28 | 95.1 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 105 | 0.88 | 0 | 0.57 | 0.05 | 141.31 | 0.9 | 0.53 |
| Hex | 1D | F3 | 69 | 58 | 0 | 39 | 5 | 8D | 5A | 35 |
| Octal | 35 | 363 | 151 | 130 | 0 | 71 | 5 | 215 | 132 | 65 |
| Binary | 11101 | 11110011 | 1101001 | 1011000 | 0 | 111001 | 101 | 10001101 | 1011010 | 110101 |
Color Harmonies of #1DF369
Complementary color
Monochromatic Colors of #1DF369
Black with #1DF369
Text Example
Text Example
White with #1DF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF369; }
p { color: rgb(29,243,105); }
H1.HeaderClassName
{
color: #1DF369;
}
.AnyTagClassName
{
color: #1DF369;
}
</style>
background-color css
<style>
a { background-color: #1DF369; }
a { background-color: rgb(29,243,105); }
div.DivClassName
{
background-color: #1DF369;
}
.BgClassName
{
background-color: #1DF369;
}
</style>
border-color css
<style>
span { border-color: #1DF369; }
span { border-color: rgb(29,243,105); }
td.TdClassName
{
border-color: #1DF369;
}
.TagClassName
{
border-color: #1DF369;
}
</style>