Shades of Malachite #1DCF42
Tints of Malachite #1DCF42
RGB
CMYK
RGB Variations
Color information
#1DCF42 (or 0x1DCF42) is known color: Malachite. HEX triplet: 1D, CF and 42. RGB value is (29,207,66). Sum of RGB (Red+Green+Blue) = 29+207+66=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF42 is #E230BD. Grayscale: #8A8A8A. Windows color (decimal): -14823614 or 4378397. OLE color: 4378397.
HSL color Cylindrical-coordinate representation of color #1DCF42: hue angle of 132.47º 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 #1DCF42 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 66 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.19 |
| HSL | 132.47º | 0.75% | 0.46% | - |
| HSV(B) | 132.47º | 0.86% | 0.81% | - |
| XYZ | 23.8 | 45.28 | 12.64 | - |
| YUV | 137.7 | 87.53 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 66 | 0.86 | 0 | 0.68 | 0.19 | 132.47 | 0.75 | 0.46 |
| Hex | 1D | CF | 42 | 56 | 0 | 44 | 13 | 84 | 4B | 2E |
| Octal | 35 | 317 | 102 | 126 | 0 | 104 | 23 | 204 | 113 | 56 |
| Binary | 11101 | 11001111 | 1000010 | 1010110 | 0 | 1000100 | 10011 | 10000100 | 1001011 | 101110 |
Color Harmonies of #1DCF42
Complementary color
Monochromatic Colors of #1DCF42
Black with #1DCF42
Text Example
Text Example
White with #1DCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF42; }
p { color: rgb(29,207,66); }
H1.HeaderClassName
{
color: #1DCF42;
}
.AnyTagClassName
{
color: #1DCF42;
}
</style>
background-color css
<style>
a { background-color: #1DCF42; }
a { background-color: rgb(29,207,66); }
div.DivClassName
{
background-color: #1DCF42;
}
.BgClassName
{
background-color: #1DCF42;
}
</style>
border-color css
<style>
span { border-color: #1DCF42; }
span { border-color: rgb(29,207,66); }
td.TdClassName
{
border-color: #1DCF42;
}
.TagClassName
{
border-color: #1DCF42;
}
</style>