Shades of Malachite #1DF361
Tints of Malachite #1DF361
RGB
CMYK
RGB Variations
Color information
#1DF361 (or 0x1DF361) is known color: Malachite. HEX triplet: 1D, F3 and 61. RGB value is (29,243,97). Sum of RGB (Red+Green+Blue) = 29+243+97=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF361 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF361 is #E20C9E. Grayscale: #A2A2A2. Windows color (decimal): -14814367 or 6419229. OLE color: 6419229.
HSL color Cylindrical-coordinate representation of color #1DF361: hue angle of 139.07º 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 #1DF361 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 97 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.05 |
| HSL | 139.07º | 0.9% | 0.53% | - |
| HSV(B) | 139.07º | 0.88% | 0.95% | - |
| XYZ | 34.71 | 65.23 | 22.07 | - |
| YUV | 162.37 | 91.1 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 97 | 0.88 | 0 | 0.60 | 0.05 | 139.07 | 0.9 | 0.53 |
| Hex | 1D | F3 | 61 | 58 | 0 | 3C | 5 | 8B | 5A | 35 |
| Octal | 35 | 363 | 141 | 130 | 0 | 74 | 5 | 213 | 132 | 65 |
| Binary | 11101 | 11110011 | 1100001 | 1011000 | 0 | 111100 | 101 | 10001011 | 1011010 | 110101 |
Color Harmonies of #1DF361
Complementary color
Monochromatic Colors of #1DF361
Black with #1DF361
Text Example
Text Example
White with #1DF361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF361; }
p { color: rgb(29,243,97); }
H1.HeaderClassName
{
color: #1DF361;
}
.AnyTagClassName
{
color: #1DF361;
}
</style>
background-color css
<style>
a { background-color: #1DF361; }
a { background-color: rgb(29,243,97); }
div.DivClassName
{
background-color: #1DF361;
}
.BgClassName
{
background-color: #1DF361;
}
</style>
border-color css
<style>
span { border-color: #1DF361; }
span { border-color: rgb(29,243,97); }
td.TdClassName
{
border-color: #1DF361;
}
.TagClassName
{
border-color: #1DF361;
}
</style>