Shades of Malachite #1DCC43
Tints of Malachite #1DCC43
RGB
CMYK
RGB Variations
Color information
#1DCC43 (or 0x1DCC43) is known color: Malachite. HEX triplet: 1D, CC and 43. RGB value is (29,204,67). Sum of RGB (Red+Green+Blue) = 29+204+67=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC43 is #E233BC. Grayscale: #888888. Windows color (decimal): -14824381 or 4443165. OLE color: 4443165.
HSL color Cylindrical-coordinate representation of color #1DCC43: hue angle of 133.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC43 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 67 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.2 |
| HSL | 133.03º | 0.75% | 0.46% | - |
| HSV(B) | 133.03º | 0.86% | 0.8% | - |
| XYZ | 23.11 | 43.85 | 12.56 | - |
| YUV | 136.06 | 89.02 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 67 | 0.86 | 0 | 0.67 | 0.2 | 133.03 | 0.75 | 0.46 |
| Hex | 1D | CC | 43 | 56 | 0 | 43 | 14 | 85 | 4B | 2E |
| Octal | 35 | 314 | 103 | 126 | 0 | 103 | 24 | 205 | 113 | 56 |
| Binary | 11101 | 11001100 | 1000011 | 1010110 | 0 | 1000011 | 10100 | 10000101 | 1001011 | 101110 |
Color Harmonies of #1DCC43
Complementary color
Monochromatic Colors of #1DCC43
Black with #1DCC43
Text Example
Text Example
White with #1DCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC43; }
p { color: rgb(29,204,67); }
H1.HeaderClassName
{
color: #1DCC43;
}
.AnyTagClassName
{
color: #1DCC43;
}
</style>
background-color css
<style>
a { background-color: #1DCC43; }
a { background-color: rgb(29,204,67); }
div.DivClassName
{
background-color: #1DCC43;
}
.BgClassName
{
background-color: #1DCC43;
}
</style>
border-color css
<style>
span { border-color: #1DCC43; }
span { border-color: rgb(29,204,67); }
td.TdClassName
{
border-color: #1DCC43;
}
.TagClassName
{
border-color: #1DCC43;
}
</style>