Shades of Malachite #1DBD57
Tints of Malachite #1DBD57
RGB
CMYK
RGB Variations
Color information
#1DBD57 (or 0x1DBD57) is known color: Malachite. HEX triplet: 1D, BD and 57. RGB value is (29,189,87). Sum of RGB (Red+Green+Blue) = 29+189+87=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBD57 is #E242A8. Grayscale: #818181. Windows color (decimal): -14828201 or 5750045. OLE color: 5750045.
HSL color Cylindrical-coordinate representation of color #1DBD57: hue angle of 141.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD57 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 87 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.26 |
| HSL | 141.75º | 0.73% | 0.43% | - |
| HSV(B) | 141.75º | 0.85% | 0.74% | - |
| XYZ | 20.42 | 37.34 | 15.15 | - |
| YUV | 129.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 87 | 0.85 | 0 | 0.54 | 0.26 | 141.75 | 0.73 | 0.43 |
| Hex | 1D | BD | 57 | 55 | 0 | 36 | 1A | 8E | 49 | 2B |
| Octal | 35 | 275 | 127 | 125 | 0 | 66 | 32 | 216 | 111 | 53 |
| Binary | 11101 | 10111101 | 1010111 | 1010101 | 0 | 110110 | 11010 | 10001110 | 1001001 | 101011 |
Color Harmonies of #1DBD57
Complementary color
Monochromatic Colors of #1DBD57
Black with #1DBD57
Text Example
Text Example
White with #1DBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD57; }
p { color: rgb(29,189,87); }
H1.HeaderClassName
{
color: #1DBD57;
}
.AnyTagClassName
{
color: #1DBD57;
}
</style>
background-color css
<style>
a { background-color: #1DBD57; }
a { background-color: rgb(29,189,87); }
div.DivClassName
{
background-color: #1DBD57;
}
.BgClassName
{
background-color: #1DBD57;
}
</style>
border-color css
<style>
span { border-color: #1DBD57; }
span { border-color: rgb(29,189,87); }
td.TdClassName
{
border-color: #1DBD57;
}
.TagClassName
{
border-color: #1DBD57;
}
</style>