Shades of Malachite #1DF362
Tints of Malachite #1DF362
RGB
CMYK
RGB Variations
Color information
#1DF362 (or 0x1DF362) is known color: Malachite. HEX triplet: 1D, F3 and 62. RGB value is (29,243,98). Sum of RGB (Red+Green+Blue) = 29+243+98=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF362 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF362 is #E20C9D. Grayscale: #A2A2A2. Windows color (decimal): -14814366 or 6484765. OLE color: 6484765.
HSL color Cylindrical-coordinate representation of color #1DF362: hue angle of 139.35º 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 #1DF362 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 98 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.05 |
| HSL | 139.35º | 0.9% | 0.53% | - |
| HSV(B) | 139.35º | 0.88% | 0.95% | - |
| XYZ | 34.76 | 65.24 | 22.32 | - |
| YUV | 162.48 | 91.6 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 98 | 0.88 | 0 | 0.60 | 0.05 | 139.35 | 0.9 | 0.53 |
| Hex | 1D | F3 | 62 | 58 | 0 | 3C | 5 | 8B | 5A | 35 |
| Octal | 35 | 363 | 142 | 130 | 0 | 74 | 5 | 213 | 132 | 65 |
| Binary | 11101 | 11110011 | 1100010 | 1011000 | 0 | 111100 | 101 | 10001011 | 1011010 | 110101 |
Color Harmonies of #1DF362
Complementary color
Monochromatic Colors of #1DF362
Black with #1DF362
Text Example
Text Example
White with #1DF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF362; }
p { color: rgb(29,243,98); }
H1.HeaderClassName
{
color: #1DF362;
}
.AnyTagClassName
{
color: #1DF362;
}
</style>
background-color css
<style>
a { background-color: #1DF362; }
a { background-color: rgb(29,243,98); }
div.DivClassName
{
background-color: #1DF362;
}
.BgClassName
{
background-color: #1DF362;
}
</style>
border-color css
<style>
span { border-color: #1DF362; }
span { border-color: rgb(29,243,98); }
td.TdClassName
{
border-color: #1DF362;
}
.TagClassName
{
border-color: #1DF362;
}
</style>