Shades of Malachite #1DEF4A
Tints of Malachite #1DEF4A
RGB
CMYK
RGB Variations
Color information
#1DEF4A (or 0x1DEF4A) is known color: Malachite. HEX triplet: 1D, EF and 4A. RGB value is (29,239,74). Sum of RGB (Red+Green+Blue) = 29+239+74=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEF4A is #E210B5. Grayscale: #9D9D9D. Windows color (decimal): -14815414 or 4910877. OLE color: 4910877.
HSL color Cylindrical-coordinate representation of color #1DEF4A: hue angle of 132.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEF4A is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 74 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.06 |
| HSL | 132.86º | 0.87% | 0.53% | - |
| HSV(B) | 132.86º | 0.88% | 0.94% | - |
| XYZ | 32.61 | 62.49 | 16.82 | - |
| YUV | 157.4 | 80.93 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 74 | 0.88 | 0 | 0.69 | 0.06 | 132.86 | 0.87 | 0.53 |
| Hex | 1D | EF | 4A | 58 | 0 | 45 | 6 | 85 | 57 | 35 |
| Octal | 35 | 357 | 112 | 130 | 0 | 105 | 6 | 205 | 127 | 65 |
| Binary | 11101 | 11101111 | 1001010 | 1011000 | 0 | 1000101 | 110 | 10000101 | 1010111 | 110101 |
Color Harmonies of #1DEF4A
Complementary color
Monochromatic Colors of #1DEF4A
Black with #1DEF4A
Text Example
Text Example
White with #1DEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEF4A; }
p { color: rgb(29,239,74); }
H1.HeaderClassName
{
color: #1DEF4A;
}
.AnyTagClassName
{
color: #1DEF4A;
}
</style>
background-color css
<style>
a { background-color: #1DEF4A; }
a { background-color: rgb(29,239,74); }
div.DivClassName
{
background-color: #1DEF4A;
}
.BgClassName
{
background-color: #1DEF4A;
}
</style>
border-color css
<style>
span { border-color: #1DEF4A; }
span { border-color: rgb(29,239,74); }
td.TdClassName
{
border-color: #1DEF4A;
}
.TagClassName
{
border-color: #1DEF4A;
}
</style>