Shades of Malachite #1DF358
Tints of Malachite #1DF358
RGB
CMYK
RGB Variations
Color information
#1DF358 (or 0x1DF358) is known color: Malachite. HEX triplet: 1D, F3 and 58. RGB value is (29,243,88). Sum of RGB (Red+Green+Blue) = 29+243+88=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF358 is #E20CA7. Grayscale: #A1A1A1. Windows color (decimal): -14814376 or 5829405. OLE color: 5829405.
HSL color Cylindrical-coordinate representation of color #1DF358: hue angle of 136.54º 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 #1DF358 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 88 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.05 |
| HSL | 136.54º | 0.9% | 0.53% | - |
| HSV(B) | 136.54º | 0.88% | 0.95% | - |
| XYZ | 34.32 | 65.07 | 19.98 | - |
| YUV | 161.34 | 86.6 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 88 | 0.88 | 0 | 0.64 | 0.05 | 136.54 | 0.9 | 0.53 |
| Hex | 1D | F3 | 58 | 58 | 0 | 40 | 5 | 89 | 5A | 35 |
| Octal | 35 | 363 | 130 | 130 | 0 | 100 | 5 | 211 | 132 | 65 |
| Binary | 11101 | 11110011 | 1011000 | 1011000 | 0 | 1000000 | 101 | 10001001 | 1011010 | 110101 |
Color Harmonies of #1DF358
Complementary color
Monochromatic Colors of #1DF358
Black with #1DF358
Text Example
Text Example
White with #1DF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF358; }
p { color: rgb(29,243,88); }
H1.HeaderClassName
{
color: #1DF358;
}
.AnyTagClassName
{
color: #1DF358;
}
</style>
background-color css
<style>
a { background-color: #1DF358; }
a { background-color: rgb(29,243,88); }
div.DivClassName
{
background-color: #1DF358;
}
.BgClassName
{
background-color: #1DF358;
}
</style>
border-color css
<style>
span { border-color: #1DF358; }
span { border-color: rgb(29,243,88); }
td.TdClassName
{
border-color: #1DF358;
}
.TagClassName
{
border-color: #1DF358;
}
</style>