Shades of Malachite #1DF842
Tints of Malachite #1DF842
RGB
CMYK
RGB Variations
Color information
#1DF842 (or 0x1DF842) is known color: Malachite. HEX triplet: 1D, F8 and 42. RGB value is (29,248,66). Sum of RGB (Red+Green+Blue) = 29+248+66=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 248 (97.27% from 255 or 72.30% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF842 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF842 is #E207BD. Grayscale: #A2A2A2. Windows color (decimal): -14813118 or 4388893. OLE color: 4388893.
HSL color Cylindrical-coordinate representation of color #1DF842: hue angle of 130.14º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF842 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 66 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.03 |
| HSL | 130.14º | 0.94% | 0.54% | - |
| HSV(B) | 130.14º | 0.88% | 0.97% | - |
| XYZ | 35.06 | 67.79 | 16.39 | - |
| YUV | 161.77 | 73.95 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 66 | 0.88 | 0 | 0.73 | 0.03 | 130.14 | 0.94 | 0.54 |
| Hex | 1D | F8 | 42 | 58 | 0 | 49 | 3 | 82 | 5E | 36 |
| Octal | 35 | 370 | 102 | 130 | 0 | 111 | 3 | 202 | 136 | 66 |
| Binary | 11101 | 11111000 | 1000010 | 1011000 | 0 | 1001001 | 11 | 10000010 | 1011110 | 110110 |
Color Harmonies of #1DF842
Complementary color
Monochromatic Colors of #1DF842
Black with #1DF842
Text Example
Text Example
White with #1DF842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF842; }
p { color: rgb(29,248,66); }
H1.HeaderClassName
{
color: #1DF842;
}
.AnyTagClassName
{
color: #1DF842;
}
</style>
background-color css
<style>
a { background-color: #1DF842; }
a { background-color: rgb(29,248,66); }
div.DivClassName
{
background-color: #1DF842;
}
.BgClassName
{
background-color: #1DF842;
}
</style>
border-color css
<style>
span { border-color: #1DF842; }
span { border-color: rgb(29,248,66); }
td.TdClassName
{
border-color: #1DF842;
}
.TagClassName
{
border-color: #1DF842;
}
</style>