Shades of Malachite #1DCF69
Tints of Malachite #1DCF69
RGB
CMYK
RGB Variations
Color information
#1DCF69 (or 0x1DCF69) is known color: Malachite. HEX triplet: 1D, CF and 69. RGB value is (29,207,105). Sum of RGB (Red+Green+Blue) = 29+207+105=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCF69 is #E23096. Grayscale: #8E8E8E. Windows color (decimal): -14823575 or 6934301. OLE color: 6934301.
HSL color Cylindrical-coordinate representation of color #1DCF69: hue angle of 145.62º 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 #1DCF69 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 105 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.19 |
| HSL | 145.62º | 0.75% | 0.46% | - |
| HSV(B) | 145.62º | 0.86% | 0.81% | - |
| XYZ | 25.37 | 45.91 | 20.89 | - |
| YUV | 142.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 105 | 0.86 | 0 | 0.49 | 0.19 | 145.62 | 0.75 | 0.46 |
| Hex | 1D | CF | 69 | 56 | 0 | 31 | 13 | 92 | 4B | 2E |
| Octal | 35 | 317 | 151 | 126 | 0 | 61 | 23 | 222 | 113 | 56 |
| Binary | 11101 | 11001111 | 1101001 | 1010110 | 0 | 110001 | 10011 | 10010010 | 1001011 | 101110 |
Color Harmonies of #1DCF69
Complementary color
Monochromatic Colors of #1DCF69
Black with #1DCF69
Text Example
Text Example
White with #1DCF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF69; }
p { color: rgb(29,207,105); }
H1.HeaderClassName
{
color: #1DCF69;
}
.AnyTagClassName
{
color: #1DCF69;
}
</style>
background-color css
<style>
a { background-color: #1DCF69; }
a { background-color: rgb(29,207,105); }
div.DivClassName
{
background-color: #1DCF69;
}
.BgClassName
{
background-color: #1DCF69;
}
</style>
border-color css
<style>
span { border-color: #1DCF69; }
span { border-color: rgb(29,207,105); }
td.TdClassName
{
border-color: #1DCF69;
}
.TagClassName
{
border-color: #1DCF69;
}
</style>