Shades of Malachite #1DCC62
Tints of Malachite #1DCC62
RGB
CMYK
RGB Variations
Color information
#1DCC62 (or 0x1DCC62) is known color: Malachite. HEX triplet: 1D, CC and 62. RGB value is (29,204,98). Sum of RGB (Red+Green+Blue) = 29+204+98=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCC62 is #E2339D. Grayscale: #8B8B8B. Windows color (decimal): -14824350 or 6474781. OLE color: 6474781.
HSL color Cylindrical-coordinate representation of color #1DCC62: hue angle of 143.66º 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 #1DCC62 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 98 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.2 |
| HSL | 143.66º | 0.75% | 0.46% | - |
| HSV(B) | 143.66º | 0.86% | 0.8% | - |
| XYZ | 24.3 | 44.33 | 18.83 | - |
| YUV | 139.59 | 104.52 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 98 | 0.86 | 0 | 0.52 | 0.2 | 143.66 | 0.75 | 0.46 |
| Hex | 1D | CC | 62 | 56 | 0 | 34 | 14 | 90 | 4B | 2E |
| Octal | 35 | 314 | 142 | 126 | 0 | 64 | 24 | 220 | 113 | 56 |
| Binary | 11101 | 11001100 | 1100010 | 1010110 | 0 | 110100 | 10100 | 10010000 | 1001011 | 101110 |
Color Harmonies of #1DCC62
Complementary color
Monochromatic Colors of #1DCC62
Black with #1DCC62
Text Example
Text Example
White with #1DCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC62; }
p { color: rgb(29,204,98); }
H1.HeaderClassName
{
color: #1DCC62;
}
.AnyTagClassName
{
color: #1DCC62;
}
</style>
background-color css
<style>
a { background-color: #1DCC62; }
a { background-color: rgb(29,204,98); }
div.DivClassName
{
background-color: #1DCC62;
}
.BgClassName
{
background-color: #1DCC62;
}
</style>
border-color css
<style>
span { border-color: #1DCC62; }
span { border-color: rgb(29,204,98); }
td.TdClassName
{
border-color: #1DCC62;
}
.TagClassName
{
border-color: #1DCC62;
}
</style>