Shades of Malachite #0BE56D
Tints of Malachite #0BE56D
RGB
CMYK
RGB Variations
Color information
#0BE56D (or 0x0BE56D) is known color: Malachite. HEX triplet: 0B, E5 and 6D. RGB value is (11,229,109). Sum of RGB (Red+Green+Blue) = 11+229+109=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 229 (89.84% from 255 or 65.62% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE56D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE56D is #F41A92. Grayscale: #969696. Windows color (decimal): -15997587 or 7202059. OLE color: 7202059.
HSL color Cylindrical-coordinate representation of color #0BE56D: hue angle of 146.97º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE56D is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 109 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.10 |
| HSL | 146.97º | 0.91% | 0.47% | - |
| HSV(B) | 146.97º | 0.95% | 0.9% | - |
| XYZ | 30.92 | 57.21 | 23.88 | - |
| YUV | 150.14 | 104.78 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 109 | 0.95 | 0 | 0.52 | 0.10 | 146.97 | 0.91 | 0.47 |
| Hex | B | E5 | 6D | 5F | 0 | 34 | A | 93 | 5B | 2F |
| Octal | 13 | 345 | 155 | 137 | 0 | 64 | 12 | 223 | 133 | 57 |
| Binary | 1011 | 11100101 | 1101101 | 1011111 | 0 | 110100 | 1010 | 10010011 | 1011011 | 101111 |
Color Harmonies of #0BE56D
Complementary color
Monochromatic Colors of #0BE56D
Black with #0BE56D
Text Example
Text Example
White with #0BE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE56D; }
p { color: rgb(11,229,109); }
H1.HeaderClassName
{
color: #0BE56D;
}
.AnyTagClassName
{
color: #0BE56D;
}
</style>
background-color css
<style>
a { background-color: #0BE56D; }
a { background-color: rgb(11,229,109); }
div.DivClassName
{
background-color: #0BE56D;
}
.BgClassName
{
background-color: #0BE56D;
}
</style>
border-color css
<style>
span { border-color: #0BE56D; }
span { border-color: rgb(11,229,109); }
td.TdClassName
{
border-color: #0BE56D;
}
.TagClassName
{
border-color: #0BE56D;
}
</style>