Shades of Malachite #1BD16B
Tints of Malachite #1BD16B
RGB
CMYK
RGB Variations
Color information
#1BD16B (or 0x1BD16B) is known color: Malachite. HEX triplet: 1B, D1 and 6B. RGB value is (27,209,107). Sum of RGB (Red+Green+Blue) = 27+209+107=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD16B is #E42E94. Grayscale: #8F8F8F. Windows color (decimal): -14954133 or 7065883. OLE color: 7065883.
HSL color Cylindrical-coordinate representation of color #1BD16B: hue angle of 146.37º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD16B is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 209 | 107 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.18 |
| HSL | 146.37º | 0.77% | 0.46% | - |
| HSV(B) | 146.37º | 0.87% | 0.82% | - |
| XYZ | 25.91 | 46.9 | 21.6 | - |
| YUV | 142.95 | 107.7 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 209 | 107 | 0.87 | 0 | 0.49 | 0.18 | 146.37 | 0.77 | 0.46 |
| Hex | 1B | D1 | 6B | 57 | 0 | 31 | 12 | 92 | 4D | 2E |
| Octal | 33 | 321 | 153 | 127 | 0 | 61 | 22 | 222 | 115 | 56 |
| Binary | 11011 | 11010001 | 1101011 | 1010111 | 0 | 110001 | 10010 | 10010010 | 1001101 | 101110 |
Color Harmonies of #1BD16B
Complementary color
Monochromatic Colors of #1BD16B
Black with #1BD16B
Text Example
Text Example
White with #1BD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD16B; }
p { color: rgb(27,209,107); }
H1.HeaderClassName
{
color: #1BD16B;
}
.AnyTagClassName
{
color: #1BD16B;
}
</style>
background-color css
<style>
a { background-color: #1BD16B; }
a { background-color: rgb(27,209,107); }
div.DivClassName
{
background-color: #1BD16B;
}
.BgClassName
{
background-color: #1BD16B;
}
</style>
border-color css
<style>
span { border-color: #1BD16B; }
span { border-color: rgb(27,209,107); }
td.TdClassName
{
border-color: #1BD16B;
}
.TagClassName
{
border-color: #1BD16B;
}
</style>