Shades of Malachite #1BC85C
Tints of Malachite #1BC85C
RGB
CMYK
RGB Variations
Color information
#1BC85C (or 0x1BC85C) is known color: Malachite. HEX triplet: 1B, C8 and 5C. RGB value is (27,200,92). Sum of RGB (Red+Green+Blue) = 27+200+92=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC85C is #E437A3. Grayscale: #888888. Windows color (decimal): -14956452 or 6080539. OLE color: 6080539.
HSL color Cylindrical-coordinate representation of color #1BC85C: hue angle of 142.54º 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 #1BC85C is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 92 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.22 |
| HSL | 142.54º | 0.76% | 0.45% | - |
| HSV(B) | 142.54º | 0.87% | 0.78% | - |
| XYZ | 23.04 | 42.31 | 17.08 | - |
| YUV | 135.96 | 103.19 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 92 | 0.86 | 0 | 0.54 | 0.22 | 142.54 | 0.76 | 0.45 |
| Hex | 1B | C8 | 5C | 56 | 0 | 36 | 16 | 8F | 4C | 2D |
| Octal | 33 | 310 | 134 | 126 | 0 | 66 | 26 | 217 | 114 | 55 |
| Binary | 11011 | 11001000 | 1011100 | 1010110 | 0 | 110110 | 10110 | 10001111 | 1001100 | 101101 |
Color Harmonies of #1BC85C
Complementary color
Monochromatic Colors of #1BC85C
Black with #1BC85C
Text Example
Text Example
White with #1BC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC85C; }
p { color: rgb(27,200,92); }
H1.HeaderClassName
{
color: #1BC85C;
}
.AnyTagClassName
{
color: #1BC85C;
}
</style>
background-color css
<style>
a { background-color: #1BC85C; }
a { background-color: rgb(27,200,92); }
div.DivClassName
{
background-color: #1BC85C;
}
.BgClassName
{
background-color: #1BC85C;
}
</style>
border-color css
<style>
span { border-color: #1BC85C; }
span { border-color: rgb(27,200,92); }
td.TdClassName
{
border-color: #1BC85C;
}
.TagClassName
{
border-color: #1BC85C;
}
</style>