Shades of Malachite #1BD556
Tints of Malachite #1BD556
RGB
CMYK
RGB Variations
Color information
#1BD556 (or 0x1BD556) is known color: Malachite. HEX triplet: 1B, D5 and 56. RGB value is (27,213,86). Sum of RGB (Red+Green+Blue) = 27+213+86=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD556 is #E42AA9. Grayscale: #8F8F8F. Windows color (decimal): -14953130 or 5690651. OLE color: 5690651.
HSL color Cylindrical-coordinate representation of color #1BD556: hue angle of 139.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD556 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 213 | 86 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.16 |
| HSL | 139.03º | 0.78% | 0.47% | - |
| HSV(B) | 139.03º | 0.87% | 0.84% | - |
| XYZ | 25.93 | 48.49 | 16.8 | - |
| YUV | 142.91 | 95.88 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 213 | 86 | 0.87 | 0 | 0.60 | 0.16 | 139.03 | 0.78 | 0.47 |
| Hex | 1B | D5 | 56 | 57 | 0 | 3C | 10 | 8B | 4E | 2F |
| Octal | 33 | 325 | 126 | 127 | 0 | 74 | 20 | 213 | 116 | 57 |
| Binary | 11011 | 11010101 | 1010110 | 1010111 | 0 | 111100 | 10000 | 10001011 | 1001110 | 101111 |
Color Harmonies of #1BD556
Complementary color
Monochromatic Colors of #1BD556
Black with #1BD556
Text Example
Text Example
White with #1BD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD556; }
p { color: rgb(27,213,86); }
H1.HeaderClassName
{
color: #1BD556;
}
.AnyTagClassName
{
color: #1BD556;
}
</style>
background-color css
<style>
a { background-color: #1BD556; }
a { background-color: rgb(27,213,86); }
div.DivClassName
{
background-color: #1BD556;
}
.BgClassName
{
background-color: #1BD556;
}
</style>
border-color css
<style>
span { border-color: #1BD556; }
span { border-color: rgb(27,213,86); }
td.TdClassName
{
border-color: #1BD556;
}
.TagClassName
{
border-color: #1BD556;
}
</style>