Shades of Malachite #1DEF3A
Tints of Malachite #1DEF3A
RGB
CMYK
RGB Variations
Color information
#1DEF3A (or 0x1DEF3A) is known color: Malachite. HEX triplet: 1D, EF and 3A. RGB value is (29,239,58). Sum of RGB (Red+Green+Blue) = 29+239+58=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 239 (93.75% from 255 or 73.31% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEF3A is #E210C5. Grayscale: #9C9C9C. Windows color (decimal): -14815430 or 3862301. OLE color: 3862301.
HSL color Cylindrical-coordinate representation of color #1DEF3A: hue angle of 128.29º 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 #1DEF3A is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 58 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.06 |
| HSL | 128.29º | 0.87% | 0.53% | - |
| HSV(B) | 128.29º | 0.88% | 0.94% | - |
| XYZ | 32.14 | 62.3 | 14.33 | - |
| YUV | 155.58 | 72.93 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 58 | 0.88 | 0 | 0.76 | 0.06 | 128.29 | 0.87 | 0.53 |
| Hex | 1D | EF | 3A | 58 | 0 | 4C | 6 | 80 | 57 | 35 |
| Octal | 35 | 357 | 72 | 130 | 0 | 114 | 6 | 200 | 127 | 65 |
| Binary | 11101 | 11101111 | 111010 | 1011000 | 0 | 1001100 | 110 | 10000000 | 1010111 | 110101 |
Color Harmonies of #1DEF3A
Complementary color
Monochromatic Colors of #1DEF3A
Black with #1DEF3A
Text Example
Text Example
White with #1DEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEF3A; }
p { color: rgb(29,239,58); }
H1.HeaderClassName
{
color: #1DEF3A;
}
.AnyTagClassName
{
color: #1DEF3A;
}
</style>
background-color css
<style>
a { background-color: #1DEF3A; }
a { background-color: rgb(29,239,58); }
div.DivClassName
{
background-color: #1DEF3A;
}
.BgClassName
{
background-color: #1DEF3A;
}
</style>
border-color css
<style>
span { border-color: #1DEF3A; }
span { border-color: rgb(29,239,58); }
td.TdClassName
{
border-color: #1DEF3A;
}
.TagClassName
{
border-color: #1DEF3A;
}
</style>