Shades of Malachite #1BC85B
Tints of Malachite #1BC85B
RGB
CMYK
RGB Variations
Color information
#1BC85B (or 0x1BC85B) is known color: Malachite. HEX triplet: 1B, C8 and 5B. RGB value is (27,200,91). Sum of RGB (Red+Green+Blue) = 27+200+91=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC85B is #E437A4. Grayscale: #888888. Windows color (decimal): -14956453 or 6015003. OLE color: 6015003.
HSL color Cylindrical-coordinate representation of color #1BC85B: hue angle of 142.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC85B is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 91 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.22 |
| HSL | 142.2º | 0.76% | 0.45% | - |
| HSV(B) | 142.2º | 0.87% | 0.78% | - |
| XYZ | 22.99 | 42.3 | 16.85 | - |
| YUV | 135.85 | 102.69 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 91 | 0.86 | 0 | 0.54 | 0.22 | 142.2 | 0.76 | 0.45 |
| Hex | 1B | C8 | 5B | 56 | 0 | 36 | 16 | 8E | 4C | 2D |
| Octal | 33 | 310 | 133 | 126 | 0 | 66 | 26 | 216 | 114 | 55 |
| Binary | 11011 | 11001000 | 1011011 | 1010110 | 0 | 110110 | 10110 | 10001110 | 1001100 | 101101 |
Color Harmonies of #1BC85B
Complementary color
Monochromatic Colors of #1BC85B
Black with #1BC85B
Text Example
Text Example
White with #1BC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC85B; }
p { color: rgb(27,200,91); }
H1.HeaderClassName
{
color: #1BC85B;
}
.AnyTagClassName
{
color: #1BC85B;
}
</style>
background-color css
<style>
a { background-color: #1BC85B; }
a { background-color: rgb(27,200,91); }
div.DivClassName
{
background-color: #1BC85B;
}
.BgClassName
{
background-color: #1BC85B;
}
</style>
border-color css
<style>
span { border-color: #1BC85B; }
span { border-color: rgb(27,200,91); }
td.TdClassName
{
border-color: #1BC85B;
}
.TagClassName
{
border-color: #1BC85B;
}
</style>