Shades of Malachite #1DCC4B
Tints of Malachite #1DCC4B
RGB
CMYK
RGB Variations
Color information
#1DCC4B (or 0x1DCC4B) is known color: Malachite. HEX triplet: 1D, CC and 4B. RGB value is (29,204,75). Sum of RGB (Red+Green+Blue) = 29+204+75=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC4B is #E233B4. Grayscale: #898989. Windows color (decimal): -14824373 or 4967453. OLE color: 4967453.
HSL color Cylindrical-coordinate representation of color #1DCC4B: hue angle of 135.77º 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 #1DCC4B is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 75 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.2 |
| HSL | 135.77º | 0.75% | 0.46% | - |
| HSV(B) | 135.77º | 0.86% | 0.8% | - |
| XYZ | 23.37 | 43.95 | 13.91 | - |
| YUV | 136.97 | 93.02 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 75 | 0.86 | 0 | 0.63 | 0.2 | 135.77 | 0.75 | 0.46 |
| Hex | 1D | CC | 4B | 56 | 0 | 3F | 14 | 88 | 4B | 2E |
| Octal | 35 | 314 | 113 | 126 | 0 | 77 | 24 | 210 | 113 | 56 |
| Binary | 11101 | 11001100 | 1001011 | 1010110 | 0 | 111111 | 10100 | 10001000 | 1001011 | 101110 |
Color Harmonies of #1DCC4B
Complementary color
Monochromatic Colors of #1DCC4B
Black with #1DCC4B
Text Example
Text Example
White with #1DCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC4B; }
p { color: rgb(29,204,75); }
H1.HeaderClassName
{
color: #1DCC4B;
}
.AnyTagClassName
{
color: #1DCC4B;
}
</style>
background-color css
<style>
a { background-color: #1DCC4B; }
a { background-color: rgb(29,204,75); }
div.DivClassName
{
background-color: #1DCC4B;
}
.BgClassName
{
background-color: #1DCC4B;
}
</style>
border-color css
<style>
span { border-color: #1DCC4B; }
span { border-color: rgb(29,204,75); }
td.TdClassName
{
border-color: #1DCC4B;
}
.TagClassName
{
border-color: #1DCC4B;
}
</style>