Shades of Malachite #1DF63D
Tints of Malachite #1DF63D
RGB
CMYK
RGB Variations
Color information
#1DF63D (or 0x1DF63D) is known color: Malachite. HEX triplet: 1D, F6 and 3D. RGB value is (29,246,61). Sum of RGB (Red+Green+Blue) = 29+246+61=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 246 (96.48% from 255 or 73.21% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF63D is #E209C2. Grayscale: #A0A0A0. Windows color (decimal): -14813635 or 4060701. OLE color: 4060701.
HSL color Cylindrical-coordinate representation of color #1DF63D: hue angle of 128.85º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF63D is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 61 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.04 |
| HSL | 128.85º | 0.92% | 0.54% | - |
| HSV(B) | 128.85º | 0.88% | 0.96% | - |
| XYZ | 34.3 | 66.51 | 15.44 | - |
| YUV | 160.03 | 72.11 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 61 | 0.88 | 0 | 0.75 | 0.04 | 128.85 | 0.92 | 0.54 |
| Hex | 1D | F6 | 3D | 58 | 0 | 4B | 4 | 81 | 5C | 36 |
| Octal | 35 | 366 | 75 | 130 | 0 | 113 | 4 | 201 | 134 | 66 |
| Binary | 11101 | 11110110 | 111101 | 1011000 | 0 | 1001011 | 100 | 10000001 | 1011100 | 110110 |
Color Harmonies of #1DF63D
Complementary color
Monochromatic Colors of #1DF63D
Black with #1DF63D
Text Example
Text Example
White with #1DF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF63D; }
p { color: rgb(29,246,61); }
H1.HeaderClassName
{
color: #1DF63D;
}
.AnyTagClassName
{
color: #1DF63D;
}
</style>
background-color css
<style>
a { background-color: #1DF63D; }
a { background-color: rgb(29,246,61); }
div.DivClassName
{
background-color: #1DF63D;
}
.BgClassName
{
background-color: #1DF63D;
}
</style>
border-color css
<style>
span { border-color: #1DF63D; }
span { border-color: rgb(29,246,61); }
td.TdClassName
{
border-color: #1DF63D;
}
.TagClassName
{
border-color: #1DF63D;
}
</style>