Shades of Malachite #1BDC76
Tints of Malachite #1BDC76
RGB
CMYK
RGB Variations
Color information
#1BDC76 (or 0x1BDC76) is known color: Malachite. HEX triplet: 1B, DC and 76. RGB value is (27,220,118). Sum of RGB (Red+Green+Blue) = 27+220+118=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDC76 is #E42389. Grayscale: #969696. Windows color (decimal): -14951306 or 7789595. OLE color: 7789595.
HSL color Cylindrical-coordinate representation of color #1BDC76: hue angle of 148.29º 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 #1BDC76 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 118 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.14 |
| HSL | 148.29º | 0.78% | 0.48% | - |
| HSV(B) | 148.29º | 0.88% | 0.86% | - |
| XYZ | 29.32 | 52.73 | 25.77 | - |
| YUV | 150.67 | 109.56 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 118 | 0.88 | 0 | 0.46 | 0.14 | 148.29 | 0.78 | 0.48 |
| Hex | 1B | DC | 76 | 58 | 0 | 2E | E | 94 | 4E | 30 |
| Octal | 33 | 334 | 166 | 130 | 0 | 56 | 16 | 224 | 116 | 60 |
| Binary | 11011 | 11011100 | 1110110 | 1011000 | 0 | 101110 | 1110 | 10010100 | 1001110 | 110000 |
Color Harmonies of #1BDC76
Complementary color
Monochromatic Colors of #1BDC76
Black with #1BDC76
Text Example
Text Example
White with #1BDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC76; }
p { color: rgb(27,220,118); }
H1.HeaderClassName
{
color: #1BDC76;
}
.AnyTagClassName
{
color: #1BDC76;
}
</style>
background-color css
<style>
a { background-color: #1BDC76; }
a { background-color: rgb(27,220,118); }
div.DivClassName
{
background-color: #1BDC76;
}
.BgClassName
{
background-color: #1BDC76;
}
</style>
border-color css
<style>
span { border-color: #1BDC76; }
span { border-color: rgb(27,220,118); }
td.TdClassName
{
border-color: #1BDC76;
}
.TagClassName
{
border-color: #1BDC76;
}
</style>