Shades of Malachite #0BC850
Tints of Malachite #0BC850
RGB
CMYK
RGB Variations
Color information
#0BC850 (or 0x0BC850) is known color: Malachite. HEX triplet: 0B, C8 and 50. RGB value is (11,200,80). Sum of RGB (Red+Green+Blue) = 11+200+80=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC850 is #F437AF. Grayscale: #828282. Windows color (decimal): -16005040 or 5294091. OLE color: 5294091.
HSL color Cylindrical-coordinate representation of color #0BC850: hue angle of 141.9º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC850 is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 200 | 80 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.22 |
| HSL | 141.9º | 0.9% | 0.41% | - |
| HSV(B) | 141.9º | 0.95% | 0.78% | - |
| XYZ | 22.24 | 41.96 | 14.52 | - |
| YUV | 129.81 | 99.88 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 80 | 0.94 | 0 | 0.6 | 0.22 | 141.9 | 0.9 | 0.41 |
| Hex | B | C8 | 50 | 5E | 0 | 3C | 16 | 8E | 5A | 29 |
| Octal | 13 | 310 | 120 | 136 | 0 | 74 | 26 | 216 | 132 | 51 |
| Binary | 1011 | 11001000 | 1010000 | 1011110 | 0 | 111100 | 10110 | 10001110 | 1011010 | 101001 |
Color Harmonies of #0BC850
Complementary color
Monochromatic Colors of #0BC850
Black with #0BC850
Text Example
Text Example
White with #0BC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC850; }
p { color: rgb(11,200,80); }
H1.HeaderClassName
{
color: #0BC850;
}
.AnyTagClassName
{
color: #0BC850;
}
</style>
background-color css
<style>
a { background-color: #0BC850; }
a { background-color: rgb(11,200,80); }
div.DivClassName
{
background-color: #0BC850;
}
.BgClassName
{
background-color: #0BC850;
}
</style>
border-color css
<style>
span { border-color: #0BC850; }
span { border-color: rgb(11,200,80); }
td.TdClassName
{
border-color: #0BC850;
}
.TagClassName
{
border-color: #0BC850;
}
</style>