Shades of Malachite #1DC74D
Tints of Malachite #1DC74D
RGB
CMYK
RGB Variations
Color information
#1DC74D (or 0x1DC74D) is known color: Malachite. HEX triplet: 1D, C7 and 4D. RGB value is (29,199,77). Sum of RGB (Red+Green+Blue) = 29+199+77=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC74D is #E238B2. Grayscale: #868686. Windows color (decimal): -14825651 or 5097245. OLE color: 5097245.
HSL color Cylindrical-coordinate representation of color #1DC74D: hue angle of 136.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC74D is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 77 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.22 |
| HSL | 136.94º | 0.75% | 0.45% | - |
| HSV(B) | 136.94º | 0.85% | 0.78% | - |
| XYZ | 22.27 | 41.64 | 13.89 | - |
| YUV | 134.26 | 95.68 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 77 | 0.85 | 0 | 0.61 | 0.22 | 136.94 | 0.75 | 0.45 |
| Hex | 1D | C7 | 4D | 55 | 0 | 3D | 16 | 89 | 4B | 2D |
| Octal | 35 | 307 | 115 | 125 | 0 | 75 | 26 | 211 | 113 | 55 |
| Binary | 11101 | 11000111 | 1001101 | 1010101 | 0 | 111101 | 10110 | 10001001 | 1001011 | 101101 |
Color Harmonies of #1DC74D
Complementary color
Monochromatic Colors of #1DC74D
Black with #1DC74D
Text Example
Text Example
White with #1DC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC74D; }
p { color: rgb(29,199,77); }
H1.HeaderClassName
{
color: #1DC74D;
}
.AnyTagClassName
{
color: #1DC74D;
}
</style>
background-color css
<style>
a { background-color: #1DC74D; }
a { background-color: rgb(29,199,77); }
div.DivClassName
{
background-color: #1DC74D;
}
.BgClassName
{
background-color: #1DC74D;
}
</style>
border-color css
<style>
span { border-color: #1DC74D; }
span { border-color: rgb(29,199,77); }
td.TdClassName
{
border-color: #1DC74D;
}
.TagClassName
{
border-color: #1DC74D;
}
</style>