Shades of Malachite #1BDB5D
Tints of Malachite #1BDB5D
RGB
CMYK
RGB Variations
Color information
#1BDB5D (or 0x1BDB5D) is known color: Malachite. HEX triplet: 1B, DB and 5D. RGB value is (27,219,93). Sum of RGB (Red+Green+Blue) = 27+219+93=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDB5D is #E424A2. Grayscale: #939393. Windows color (decimal): -14951587 or 6150939. OLE color: 6150939.
HSL color Cylindrical-coordinate representation of color #1BDB5D: hue angle of 140.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDB5D is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 93 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.14 |
| HSL | 140.63º | 0.78% | 0.48% | - |
| HSV(B) | 140.63º | 0.88% | 0.86% | - |
| XYZ | 27.76 | 51.69 | 18.87 | - |
| YUV | 147.23 | 97.39 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 93 | 0.88 | 0 | 0.58 | 0.14 | 140.63 | 0.78 | 0.48 |
| Hex | 1B | DB | 5D | 58 | 0 | 3A | E | 8D | 4E | 30 |
| Octal | 33 | 333 | 135 | 130 | 0 | 72 | 16 | 215 | 116 | 60 |
| Binary | 11011 | 11011011 | 1011101 | 1011000 | 0 | 111010 | 1110 | 10001101 | 1001110 | 110000 |
Color Harmonies of #1BDB5D
Complementary color
Monochromatic Colors of #1BDB5D
Black with #1BDB5D
Text Example
Text Example
White with #1BDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB5D; }
p { color: rgb(27,219,93); }
H1.HeaderClassName
{
color: #1BDB5D;
}
.AnyTagClassName
{
color: #1BDB5D;
}
</style>
background-color css
<style>
a { background-color: #1BDB5D; }
a { background-color: rgb(27,219,93); }
div.DivClassName
{
background-color: #1BDB5D;
}
.BgClassName
{
background-color: #1BDB5D;
}
</style>
border-color css
<style>
span { border-color: #1BDB5D; }
span { border-color: rgb(27,219,93); }
td.TdClassName
{
border-color: #1BDB5D;
}
.TagClassName
{
border-color: #1BDB5D;
}
</style>