Shades of Malachite #1BD361
Tints of Malachite #1BD361
RGB
CMYK
RGB Variations
Color information
#1BD361 (or 0x1BD361) is known color: Malachite. HEX triplet: 1B, D3 and 61. RGB value is (27,211,97). Sum of RGB (Red+Green+Blue) = 27+211+97=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD361 is #E42C9E. Grayscale: #8F8F8F. Windows color (decimal): -14953631 or 6411035. OLE color: 6411035.
HSL color Cylindrical-coordinate representation of color #1BD361: hue angle of 142.83º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD361 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 97 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.17 |
| HSL | 142.83º | 0.77% | 0.47% | - |
| HSV(B) | 142.83º | 0.87% | 0.83% | - |
| XYZ | 25.9 | 47.68 | 19.15 | - |
| YUV | 142.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 97 | 0.87 | 0 | 0.54 | 0.17 | 142.83 | 0.77 | 0.47 |
| Hex | 1B | D3 | 61 | 57 | 0 | 36 | 11 | 8F | 4D | 2F |
| Octal | 33 | 323 | 141 | 127 | 0 | 66 | 21 | 217 | 115 | 57 |
| Binary | 11011 | 11010011 | 1100001 | 1010111 | 0 | 110110 | 10001 | 10001111 | 1001101 | 101111 |
Color Harmonies of #1BD361
Complementary color
Monochromatic Colors of #1BD361
Black with #1BD361
Text Example
Text Example
White with #1BD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD361; }
p { color: rgb(27,211,97); }
H1.HeaderClassName
{
color: #1BD361;
}
.AnyTagClassName
{
color: #1BD361;
}
</style>
background-color css
<style>
a { background-color: #1BD361; }
a { background-color: rgb(27,211,97); }
div.DivClassName
{
background-color: #1BD361;
}
.BgClassName
{
background-color: #1BD361;
}
</style>
border-color css
<style>
span { border-color: #1BD361; }
span { border-color: rgb(27,211,97); }
td.TdClassName
{
border-color: #1BD361;
}
.TagClassName
{
border-color: #1BD361;
}
</style>