Shades of Malachite #1BDA76
Tints of Malachite #1BDA76
RGB
CMYK
RGB Variations
Color information
#1BDA76 (or 0x1BDA76) is known color: Malachite. HEX triplet: 1B, DA and 76. RGB value is (27,218,118). Sum of RGB (Red+Green+Blue) = 27+218+118=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDA76 is #E42589. Grayscale: #959595. Windows color (decimal): -14951818 or 7789083. OLE color: 7789083.
HSL color Cylindrical-coordinate representation of color #1BDA76: hue angle of 148.59º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDA76 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 118 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.15 |
| HSL | 148.59º | 0.78% | 0.48% | - |
| HSV(B) | 148.59º | 0.88% | 0.85% | - |
| XYZ | 28.79 | 51.68 | 25.6 | - |
| YUV | 149.49 | 110.22 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 118 | 0.88 | 0 | 0.46 | 0.15 | 148.59 | 0.78 | 0.48 |
| Hex | 1B | DA | 76 | 58 | 0 | 2E | F | 95 | 4E | 30 |
| Octal | 33 | 332 | 166 | 130 | 0 | 56 | 17 | 225 | 116 | 60 |
| Binary | 11011 | 11011010 | 1110110 | 1011000 | 0 | 101110 | 1111 | 10010101 | 1001110 | 110000 |
Color Harmonies of #1BDA76
Complementary color
Monochromatic Colors of #1BDA76
Black with #1BDA76
Text Example
Text Example
White with #1BDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA76; }
p { color: rgb(27,218,118); }
H1.HeaderClassName
{
color: #1BDA76;
}
.AnyTagClassName
{
color: #1BDA76;
}
</style>
background-color css
<style>
a { background-color: #1BDA76; }
a { background-color: rgb(27,218,118); }
div.DivClassName
{
background-color: #1BDA76;
}
.BgClassName
{
background-color: #1BDA76;
}
</style>
border-color css
<style>
span { border-color: #1BDA76; }
span { border-color: rgb(27,218,118); }
td.TdClassName
{
border-color: #1BDA76;
}
.TagClassName
{
border-color: #1BDA76;
}
</style>