Shades of Malachite #1BBD61
Tints of Malachite #1BBD61
RGB
CMYK
RGB Variations
Color information
#1BBD61 (or 0x1BBD61) is known color: Malachite. HEX triplet: 1B, BD and 61. RGB value is (27,189,97). Sum of RGB (Red+Green+Blue) = 27+189+97=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBD61 is #E4429E. Grayscale: #828282. Windows color (decimal): -14959263 or 6405403. OLE color: 6405403.
HSL color Cylindrical-coordinate representation of color #1BBD61: hue angle of 145.93º 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 #1BBD61 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 97 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.26 |
| HSL | 145.93º | 0.75% | 0.42% | - |
| HSV(B) | 145.93º | 0.86% | 0.74% | - |
| XYZ | 20.81 | 37.49 | 17.45 | - |
| YUV | 130.07 | 109.33 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 97 | 0.86 | 0 | 0.49 | 0.26 | 145.93 | 0.75 | 0.42 |
| Hex | 1B | BD | 61 | 56 | 0 | 31 | 1A | 92 | 4B | 2A |
| Octal | 33 | 275 | 141 | 126 | 0 | 61 | 32 | 222 | 113 | 52 |
| Binary | 11011 | 10111101 | 1100001 | 1010110 | 0 | 110001 | 11010 | 10010010 | 1001011 | 101010 |
Color Harmonies of #1BBD61
Complementary color
Monochromatic Colors of #1BBD61
Black with #1BBD61
Text Example
Text Example
White with #1BBD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD61; }
p { color: rgb(27,189,97); }
H1.HeaderClassName
{
color: #1BBD61;
}
.AnyTagClassName
{
color: #1BBD61;
}
</style>
background-color css
<style>
a { background-color: #1BBD61; }
a { background-color: rgb(27,189,97); }
div.DivClassName
{
background-color: #1BBD61;
}
.BgClassName
{
background-color: #1BBD61;
}
</style>
border-color css
<style>
span { border-color: #1BBD61; }
span { border-color: rgb(27,189,97); }
td.TdClassName
{
border-color: #1BBD61;
}
.TagClassName
{
border-color: #1BBD61;
}
</style>