Shades of Malachite #1BDB6E
Tints of Malachite #1BDB6E
RGB
CMYK
RGB Variations
Color information
#1BDB6E (or 0x1BDB6E) is known color: Malachite. HEX triplet: 1B, DB and 6E. RGB value is (27,219,110). Sum of RGB (Red+Green+Blue) = 27+219+110=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDB6E is #E42491. Grayscale: #959595. Windows color (decimal): -14951570 or 7265051. OLE color: 7265051.
HSL color Cylindrical-coordinate representation of color #1BDB6E: hue angle of 145.94º 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 #1BDB6E is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 110 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.14 |
| HSL | 145.94º | 0.78% | 0.48% | - |
| HSV(B) | 145.94º | 0.88% | 0.86% | - |
| XYZ | 28.6 | 52.02 | 23.29 | - |
| YUV | 149.17 | 105.89 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 110 | 0.88 | 0 | 0.50 | 0.14 | 145.94 | 0.78 | 0.48 |
| Hex | 1B | DB | 6E | 58 | 0 | 32 | E | 92 | 4E | 30 |
| Octal | 33 | 333 | 156 | 130 | 0 | 62 | 16 | 222 | 116 | 60 |
| Binary | 11011 | 11011011 | 1101110 | 1011000 | 0 | 110010 | 1110 | 10010010 | 1001110 | 110000 |
Color Harmonies of #1BDB6E
Complementary color
Monochromatic Colors of #1BDB6E
Black with #1BDB6E
Text Example
Text Example
White with #1BDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB6E; }
p { color: rgb(27,219,110); }
H1.HeaderClassName
{
color: #1BDB6E;
}
.AnyTagClassName
{
color: #1BDB6E;
}
</style>
background-color css
<style>
a { background-color: #1BDB6E; }
a { background-color: rgb(27,219,110); }
div.DivClassName
{
background-color: #1BDB6E;
}
.BgClassName
{
background-color: #1BDB6E;
}
</style>
border-color css
<style>
span { border-color: #1BDB6E; }
span { border-color: rgb(27,219,110); }
td.TdClassName
{
border-color: #1BDB6E;
}
.TagClassName
{
border-color: #1BDB6E;
}
</style>