Shades of Malachite #1DBB56
Tints of Malachite #1DBB56
RGB
CMYK
RGB Variations
Color information
#1DBB56 (or 0x1DBB56) is known color: Malachite. HEX triplet: 1D, BB and 56. RGB value is (29,187,86). Sum of RGB (Red+Green+Blue) = 29+187+86=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB56 is #E244A9. Grayscale: #808080. Windows color (decimal): -14828714 or 5683997. OLE color: 5683997.
HSL color Cylindrical-coordinate representation of color #1DBB56: hue angle of 141.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB56 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 86 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.27 |
| HSL | 141.65º | 0.73% | 0.42% | - |
| HSV(B) | 141.65º | 0.84% | 0.73% | - |
| XYZ | 19.96 | 36.47 | 14.79 | - |
| YUV | 128.24 | 104.15 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 86 | 0.84 | 0 | 0.54 | 0.27 | 141.65 | 0.73 | 0.42 |
| Hex | 1D | BB | 56 | 54 | 0 | 36 | 1B | 8E | 49 | 2A |
| Octal | 35 | 273 | 126 | 124 | 0 | 66 | 33 | 216 | 111 | 52 |
| Binary | 11101 | 10111011 | 1010110 | 1010100 | 0 | 110110 | 11011 | 10001110 | 1001001 | 101010 |
Color Harmonies of #1DBB56
Complementary color
Monochromatic Colors of #1DBB56
Black with #1DBB56
Text Example
Text Example
White with #1DBB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB56; }
p { color: rgb(29,187,86); }
H1.HeaderClassName
{
color: #1DBB56;
}
.AnyTagClassName
{
color: #1DBB56;
}
</style>
background-color css
<style>
a { background-color: #1DBB56; }
a { background-color: rgb(29,187,86); }
div.DivClassName
{
background-color: #1DBB56;
}
.BgClassName
{
background-color: #1DBB56;
}
</style>
border-color css
<style>
span { border-color: #1DBB56; }
span { border-color: rgb(29,187,86); }
td.TdClassName
{
border-color: #1DBB56;
}
.TagClassName
{
border-color: #1DBB56;
}
</style>