Shades of Malachite #1DBB55
Tints of Malachite #1DBB55
RGB
CMYK
RGB Variations
Color information
#1DBB55 (or 0x1DBB55) is known color: Malachite. HEX triplet: 1D, BB and 55. RGB value is (29,187,85). Sum of RGB (Red+Green+Blue) = 29+187+85=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB55 is #E244AA. Grayscale: #808080. Windows color (decimal): -14828715 or 5618461. OLE color: 5618461.
HSL color Cylindrical-coordinate representation of color #1DBB55: hue angle of 141.27º 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 #1DBB55 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 85 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.27 |
| HSL | 141.27º | 0.73% | 0.42% | - |
| HSV(B) | 141.27º | 0.84% | 0.73% | - |
| XYZ | 19.92 | 36.46 | 14.58 | - |
| YUV | 128.13 | 103.65 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 85 | 0.84 | 0 | 0.55 | 0.27 | 141.27 | 0.73 | 0.42 |
| Hex | 1D | BB | 55 | 54 | 0 | 37 | 1B | 8D | 49 | 2A |
| Octal | 35 | 273 | 125 | 124 | 0 | 67 | 33 | 215 | 111 | 52 |
| Binary | 11101 | 10111011 | 1010101 | 1010100 | 0 | 110111 | 11011 | 10001101 | 1001001 | 101010 |
Color Harmonies of #1DBB55
Complementary color
Monochromatic Colors of #1DBB55
Black with #1DBB55
Text Example
Text Example
White with #1DBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB55; }
p { color: rgb(29,187,85); }
H1.HeaderClassName
{
color: #1DBB55;
}
.AnyTagClassName
{
color: #1DBB55;
}
</style>
background-color css
<style>
a { background-color: #1DBB55; }
a { background-color: rgb(29,187,85); }
div.DivClassName
{
background-color: #1DBB55;
}
.BgClassName
{
background-color: #1DBB55;
}
</style>
border-color css
<style>
span { border-color: #1DBB55; }
span { border-color: rgb(29,187,85); }
td.TdClassName
{
border-color: #1DBB55;
}
.TagClassName
{
border-color: #1DBB55;
}
</style>