Shades of Malachite #1BDD76
Tints of Malachite #1BDD76
RGB
CMYK
RGB Variations
Color information
#1BDD76 (or 0x1BDD76) is known color: Malachite. HEX triplet: 1B, DD and 76. RGB value is (27,221,118). Sum of RGB (Red+Green+Blue) = 27+221+118=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDD76 is #E42289. Grayscale: #979797. Windows color (decimal): -14951050 or 7789851. OLE color: 7789851.
HSL color Cylindrical-coordinate representation of color #1BDD76: hue angle of 148.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDD76 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 118 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.13 |
| HSL | 148.14º | 0.78% | 0.49% | - |
| HSV(B) | 148.14º | 0.88% | 0.87% | - |
| XYZ | 29.58 | 53.25 | 25.86 | - |
| YUV | 151.25 | 109.23 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 118 | 0.88 | 0 | 0.47 | 0.13 | 148.14 | 0.78 | 0.49 |
| Hex | 1B | DD | 76 | 58 | 0 | 2F | D | 94 | 4E | 31 |
| Octal | 33 | 335 | 166 | 130 | 0 | 57 | 15 | 224 | 116 | 61 |
| Binary | 11011 | 11011101 | 1110110 | 1011000 | 0 | 101111 | 1101 | 10010100 | 1001110 | 110001 |
Color Harmonies of #1BDD76
Complementary color
Monochromatic Colors of #1BDD76
Black with #1BDD76
Text Example
Text Example
White with #1BDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD76; }
p { color: rgb(27,221,118); }
H1.HeaderClassName
{
color: #1BDD76;
}
.AnyTagClassName
{
color: #1BDD76;
}
</style>
background-color css
<style>
a { background-color: #1BDD76; }
a { background-color: rgb(27,221,118); }
div.DivClassName
{
background-color: #1BDD76;
}
.BgClassName
{
background-color: #1BDD76;
}
</style>
border-color css
<style>
span { border-color: #1BDD76; }
span { border-color: rgb(27,221,118); }
td.TdClassName
{
border-color: #1BDD76;
}
.TagClassName
{
border-color: #1BDD76;
}
</style>