Shades of Malachite #1BDC67
Tints of Malachite #1BDC67
RGB
CMYK
RGB Variations
Color information
#1BDC67 (or 0x1BDC67) is known color: Malachite. HEX triplet: 1B, DC and 67. RGB value is (27,220,103). Sum of RGB (Red+Green+Blue) = 27+220+103=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC67 is #E42398. Grayscale: #959595. Windows color (decimal): -14951321 or 6806555. OLE color: 6806555.
HSL color Cylindrical-coordinate representation of color #1BDC67: hue angle of 143.63º 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 #1BDC67 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 103 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.14 |
| HSL | 143.63º | 0.78% | 0.48% | - |
| HSV(B) | 143.63º | 0.88% | 0.86% | - |
| XYZ | 28.49 | 52.4 | 21.44 | - |
| YUV | 148.96 | 102.06 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 103 | 0.88 | 0 | 0.53 | 0.14 | 143.63 | 0.78 | 0.48 |
| Hex | 1B | DC | 67 | 58 | 0 | 35 | E | 90 | 4E | 30 |
| Octal | 33 | 334 | 147 | 130 | 0 | 65 | 16 | 220 | 116 | 60 |
| Binary | 11011 | 11011100 | 1100111 | 1011000 | 0 | 110101 | 1110 | 10010000 | 1001110 | 110000 |
Color Harmonies of #1BDC67
Complementary color
Monochromatic Colors of #1BDC67
Black with #1BDC67
Text Example
Text Example
White with #1BDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC67; }
p { color: rgb(27,220,103); }
H1.HeaderClassName
{
color: #1BDC67;
}
.AnyTagClassName
{
color: #1BDC67;
}
</style>
background-color css
<style>
a { background-color: #1BDC67; }
a { background-color: rgb(27,220,103); }
div.DivClassName
{
background-color: #1BDC67;
}
.BgClassName
{
background-color: #1BDC67;
}
</style>
border-color css
<style>
span { border-color: #1BDC67; }
span { border-color: rgb(27,220,103); }
td.TdClassName
{
border-color: #1BDC67;
}
.TagClassName
{
border-color: #1BDC67;
}
</style>