Shades of Malachite #1DCF4D
Tints of Malachite #1DCF4D
RGB
CMYK
RGB Variations
Color information
#1DCF4D (or 0x1DCF4D) is known color: Malachite. HEX triplet: 1D, CF and 4D. RGB value is (29,207,77). Sum of RGB (Red+Green+Blue) = 29+207+77=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCF4D is #E230B2. Grayscale: #8B8B8B. Windows color (decimal): -14823603 or 5099293. OLE color: 5099293.
HSL color Cylindrical-coordinate representation of color #1DCF4D: hue angle of 136.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCF4D is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 77 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.19 |
| HSL | 136.18º | 0.75% | 0.46% | - |
| HSV(B) | 136.18º | 0.86% | 0.81% | - |
| XYZ | 24.16 | 45.42 | 14.52 | - |
| YUV | 138.96 | 93.03 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 77 | 0.86 | 0 | 0.63 | 0.19 | 136.18 | 0.75 | 0.46 |
| Hex | 1D | CF | 4D | 56 | 0 | 3F | 13 | 88 | 4B | 2E |
| Octal | 35 | 317 | 115 | 126 | 0 | 77 | 23 | 210 | 113 | 56 |
| Binary | 11101 | 11001111 | 1001101 | 1010110 | 0 | 111111 | 10011 | 10001000 | 1001011 | 101110 |
Color Harmonies of #1DCF4D
Complementary color
Monochromatic Colors of #1DCF4D
Black with #1DCF4D
Text Example
Text Example
White with #1DCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF4D; }
p { color: rgb(29,207,77); }
H1.HeaderClassName
{
color: #1DCF4D;
}
.AnyTagClassName
{
color: #1DCF4D;
}
</style>
background-color css
<style>
a { background-color: #1DCF4D; }
a { background-color: rgb(29,207,77); }
div.DivClassName
{
background-color: #1DCF4D;
}
.BgClassName
{
background-color: #1DCF4D;
}
</style>
border-color css
<style>
span { border-color: #1DCF4D; }
span { border-color: rgb(29,207,77); }
td.TdClassName
{
border-color: #1DCF4D;
}
.TagClassName
{
border-color: #1DCF4D;
}
</style>