Shades of Malachite #1BDC73
Tints of Malachite #1BDC73
RGB
CMYK
RGB Variations
Color information
#1BDC73 (or 0x1BDC73) is known color: Malachite. HEX triplet: 1B, DC and 73. RGB value is (27,220,115). Sum of RGB (Red+Green+Blue) = 27+220+115=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC73 is #E4238C. Grayscale: #969696. Windows color (decimal): -14951309 or 7592987. OLE color: 7592987.
HSL color Cylindrical-coordinate representation of color #1BDC73: hue angle of 147.36º 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 #1BDC73 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 115 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.14 |
| HSL | 147.36º | 0.78% | 0.48% | - |
| HSV(B) | 147.36º | 0.88% | 0.86% | - |
| XYZ | 29.14 | 52.66 | 24.85 | - |
| YUV | 150.32 | 108.06 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 115 | 0.88 | 0 | 0.48 | 0.14 | 147.36 | 0.78 | 0.48 |
| Hex | 1B | DC | 73 | 58 | 0 | 30 | E | 93 | 4E | 30 |
| Octal | 33 | 334 | 163 | 130 | 0 | 60 | 16 | 223 | 116 | 60 |
| Binary | 11011 | 11011100 | 1110011 | 1011000 | 0 | 110000 | 1110 | 10010011 | 1001110 | 110000 |
Color Harmonies of #1BDC73
Complementary color
Monochromatic Colors of #1BDC73
Black with #1BDC73
Text Example
Text Example
White with #1BDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC73; }
p { color: rgb(27,220,115); }
H1.HeaderClassName
{
color: #1BDC73;
}
.AnyTagClassName
{
color: #1BDC73;
}
</style>
background-color css
<style>
a { background-color: #1BDC73; }
a { background-color: rgb(27,220,115); }
div.DivClassName
{
background-color: #1BDC73;
}
.BgClassName
{
background-color: #1BDC73;
}
</style>
border-color css
<style>
span { border-color: #1BDC73; }
span { border-color: rgb(27,220,115); }
td.TdClassName
{
border-color: #1BDC73;
}
.TagClassName
{
border-color: #1BDC73;
}
</style>