Shades of Malachite #1DEF40
Tints of Malachite #1DEF40
RGB
CMYK
RGB Variations
Color information
#1DEF40 (or 0x1DEF40) is known color: Malachite. HEX triplet: 1D, EF and 40. RGB value is (29,239,64). Sum of RGB (Red+Green+Blue) = 29+239+64=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEF40 is #E210BF. Grayscale: #9C9C9C. Windows color (decimal): -14815424 or 4255517. OLE color: 4255517.
HSL color Cylindrical-coordinate representation of color #1DEF40: hue angle of 130º 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 #1DEF40 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 64 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.06 |
| HSL | 130º | 0.87% | 0.53% | - |
| HSV(B) | 130º | 0.88% | 0.94% | - |
| XYZ | 32.3 | 62.36 | 15.19 | - |
| YUV | 156.26 | 75.93 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 64 | 0.88 | 0 | 0.73 | 0.06 | 130 | 0.87 | 0.53 |
| Hex | 1D | EF | 40 | 58 | 0 | 49 | 6 | 82 | 57 | 35 |
| Octal | 35 | 357 | 100 | 130 | 0 | 111 | 6 | 202 | 127 | 65 |
| Binary | 11101 | 11101111 | 1000000 | 1011000 | 0 | 1001001 | 110 | 10000010 | 1010111 | 110101 |
Color Harmonies of #1DEF40
Complementary color
Monochromatic Colors of #1DEF40
Black with #1DEF40
Text Example
Text Example
White with #1DEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEF40; }
p { color: rgb(29,239,64); }
H1.HeaderClassName
{
color: #1DEF40;
}
.AnyTagClassName
{
color: #1DEF40;
}
</style>
background-color css
<style>
a { background-color: #1DEF40; }
a { background-color: rgb(29,239,64); }
div.DivClassName
{
background-color: #1DEF40;
}
.BgClassName
{
background-color: #1DEF40;
}
</style>
border-color css
<style>
span { border-color: #1DEF40; }
span { border-color: rgb(29,239,64); }
td.TdClassName
{
border-color: #1DEF40;
}
.TagClassName
{
border-color: #1DEF40;
}
</style>