Shades of Malachite #1BBD5E
Tints of Malachite #1BBD5E
RGB
CMYK
RGB Variations
Color information
#1BBD5E (or 0x1BBD5E) is known color: Malachite. HEX triplet: 1B, BD and 5E. RGB value is (27,189,94). Sum of RGB (Red+Green+Blue) = 27+189+94=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBD5E is #E442A1. Grayscale: #818181. Windows color (decimal): -14959266 or 6208795. OLE color: 6208795.
HSL color Cylindrical-coordinate representation of color #1BBD5E: hue angle of 144.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBD5E is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 94 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.26 |
| HSL | 144.81º | 0.75% | 0.42% | - |
| HSV(B) | 144.81º | 0.86% | 0.74% | - |
| XYZ | 20.67 | 37.44 | 16.73 | - |
| YUV | 129.73 | 107.83 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 94 | 0.86 | 0 | 0.50 | 0.26 | 144.81 | 0.75 | 0.42 |
| Hex | 1B | BD | 5E | 56 | 0 | 32 | 1A | 91 | 4B | 2A |
| Octal | 33 | 275 | 136 | 126 | 0 | 62 | 32 | 221 | 113 | 52 |
| Binary | 11011 | 10111101 | 1011110 | 1010110 | 0 | 110010 | 11010 | 10010001 | 1001011 | 101010 |
Color Harmonies of #1BBD5E
Complementary color
Monochromatic Colors of #1BBD5E
Black with #1BBD5E
Text Example
Text Example
White with #1BBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD5E; }
p { color: rgb(27,189,94); }
H1.HeaderClassName
{
color: #1BBD5E;
}
.AnyTagClassName
{
color: #1BBD5E;
}
</style>
background-color css
<style>
a { background-color: #1BBD5E; }
a { background-color: rgb(27,189,94); }
div.DivClassName
{
background-color: #1BBD5E;
}
.BgClassName
{
background-color: #1BBD5E;
}
</style>
border-color css
<style>
span { border-color: #1BBD5E; }
span { border-color: rgb(27,189,94); }
td.TdClassName
{
border-color: #1BBD5E;
}
.TagClassName
{
border-color: #1BBD5E;
}
</style>