Shades of Malachite #1BDB70
Tints of Malachite #1BDB70
RGB
CMYK
RGB Variations
Color information
#1BDB70 (or 0x1BDB70) is known color: Malachite. HEX triplet: 1B, DB and 70. RGB value is (27,219,112). Sum of RGB (Red+Green+Blue) = 27+219+112=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 219 (85.94% from 255 or 61.17% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BDB70 is #E4248F. Grayscale: #959595. Windows color (decimal): -14951568 or 7396123. OLE color: 7396123.
HSL color Cylindrical-coordinate representation of color #1BDB70: hue angle of 146.56º 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 #1BDB70 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 112 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.14 |
| HSL | 146.56º | 0.78% | 0.48% | - |
| HSV(B) | 146.56º | 0.88% | 0.86% | - |
| XYZ | 28.71 | 52.07 | 23.87 | - |
| YUV | 149.39 | 106.89 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 112 | 0.88 | 0 | 0.49 | 0.14 | 146.56 | 0.78 | 0.48 |
| Hex | 1B | DB | 70 | 58 | 0 | 31 | E | 93 | 4E | 30 |
| Octal | 33 | 333 | 160 | 130 | 0 | 61 | 16 | 223 | 116 | 60 |
| Binary | 11011 | 11011011 | 1110000 | 1011000 | 0 | 110001 | 1110 | 10010011 | 1001110 | 110000 |
Color Harmonies of #1BDB70
Complementary color
Monochromatic Colors of #1BDB70
Black with #1BDB70
Text Example
Text Example
White with #1BDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDB70; }
p { color: rgb(27,219,112); }
H1.HeaderClassName
{
color: #1BDB70;
}
.AnyTagClassName
{
color: #1BDB70;
}
</style>
background-color css
<style>
a { background-color: #1BDB70; }
a { background-color: rgb(27,219,112); }
div.DivClassName
{
background-color: #1BDB70;
}
.BgClassName
{
background-color: #1BDB70;
}
</style>
border-color css
<style>
span { border-color: #1BDB70; }
span { border-color: rgb(27,219,112); }
td.TdClassName
{
border-color: #1BDB70;
}
.TagClassName
{
border-color: #1BDB70;
}
</style>