Shades of Malachite #1BDB5C
Tints of Malachite #1BDB5C
RGB
CMYK
RGB Variations
Color information
#1BDB5C (or 0x1BDB5C) is known color: Malachite. HEX triplet: 1B, DB and 5C. RGB value is (27,219,92). Sum of RGB (Red+Green+Blue) = 27+219+92=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDB5C is #E424A3. Grayscale: #939393. Windows color (decimal): -14951588 or 6085403. OLE color: 6085403.
HSL color Cylindrical-coordinate representation of color #1BDB5C: hue angle of 140.31º 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 #1BDB5C is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 92 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.14 |
| HSL | 140.31º | 0.78% | 0.48% | - |
| HSV(B) | 140.31º | 0.88% | 0.86% | - |
| XYZ | 27.72 | 51.67 | 18.64 | - |
| YUV | 147.11 | 96.89 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 92 | 0.88 | 0 | 0.58 | 0.14 | 140.31 | 0.78 | 0.48 |
| Hex | 1B | DB | 5C | 58 | 0 | 3A | E | 8C | 4E | 30 |
| Octal | 33 | 333 | 134 | 130 | 0 | 72 | 16 | 214 | 116 | 60 |
| Binary | 11011 | 11011011 | 1011100 | 1011000 | 0 | 111010 | 1110 | 10001100 | 1001110 | 110000 |
Color Harmonies of #1BDB5C
Complementary color
Monochromatic Colors of #1BDB5C
Black with #1BDB5C
Text Example
Text Example
White with #1BDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB5C; }
p { color: rgb(27,219,92); }
H1.HeaderClassName
{
color: #1BDB5C;
}
.AnyTagClassName
{
color: #1BDB5C;
}
</style>
background-color css
<style>
a { background-color: #1BDB5C; }
a { background-color: rgb(27,219,92); }
div.DivClassName
{
background-color: #1BDB5C;
}
.BgClassName
{
background-color: #1BDB5C;
}
</style>
border-color css
<style>
span { border-color: #1BDB5C; }
span { border-color: rgb(27,219,92); }
td.TdClassName
{
border-color: #1BDB5C;
}
.TagClassName
{
border-color: #1BDB5C;
}
</style>