Shades of Malachite #1BDB5F
Tints of Malachite #1BDB5F
RGB
CMYK
RGB Variations
Color information
#1BDB5F (or 0x1BDB5F) is known color: Malachite. HEX triplet: 1B, DB and 5F. RGB value is (27,219,95). Sum of RGB (Red+Green+Blue) = 27+219+95=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDB5F is #E424A0. Grayscale: #939393. Windows color (decimal): -14951585 or 6282011. OLE color: 6282011.
HSL color Cylindrical-coordinate representation of color #1BDB5F: hue angle of 141.25º 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 #1BDB5F is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 95 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.14 |
| HSL | 141.25º | 0.78% | 0.48% | - |
| HSV(B) | 141.25º | 0.88% | 0.86% | - |
| XYZ | 27.85 | 51.72 | 19.34 | - |
| YUV | 147.46 | 98.39 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 95 | 0.88 | 0 | 0.57 | 0.14 | 141.25 | 0.78 | 0.48 |
| Hex | 1B | DB | 5F | 58 | 0 | 39 | E | 8D | 4E | 30 |
| Octal | 33 | 333 | 137 | 130 | 0 | 71 | 16 | 215 | 116 | 60 |
| Binary | 11011 | 11011011 | 1011111 | 1011000 | 0 | 111001 | 1110 | 10001101 | 1001110 | 110000 |
Color Harmonies of #1BDB5F
Complementary color
Monochromatic Colors of #1BDB5F
Black with #1BDB5F
Text Example
Text Example
White with #1BDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB5F; }
p { color: rgb(27,219,95); }
H1.HeaderClassName
{
color: #1BDB5F;
}
.AnyTagClassName
{
color: #1BDB5F;
}
</style>
background-color css
<style>
a { background-color: #1BDB5F; }
a { background-color: rgb(27,219,95); }
div.DivClassName
{
background-color: #1BDB5F;
}
.BgClassName
{
background-color: #1BDB5F;
}
</style>
border-color css
<style>
span { border-color: #1BDB5F; }
span { border-color: rgb(27,219,95); }
td.TdClassName
{
border-color: #1BDB5F;
}
.TagClassName
{
border-color: #1BDB5F;
}
</style>