Shades of Malachite #0BE863
Tints of Malachite #0BE863
RGB
CMYK
RGB Variations
Color information
#0BE863 (or 0x0BE863) is known color: Malachite. HEX triplet: 0B, E8 and 63. RGB value is (11,232,99). Sum of RGB (Red+Green+Blue) = 11+232+99=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 232 (91.02% from 255 or 67.84% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE863 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE863 is #F4179C. Grayscale: #979797. Windows color (decimal): -15996829 or 6547467. OLE color: 6547467.
HSL color Cylindrical-coordinate representation of color #0BE863: hue angle of 143.89º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE863 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 99 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.09 |
| HSL | 143.89º | 0.91% | 0.48% | - |
| HSV(B) | 143.89º | 0.95% | 0.91% | - |
| XYZ | 31.25 | 58.69 | 21.48 | - |
| YUV | 150.76 | 98.78 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 99 | 0.95 | 0 | 0.57 | 0.09 | 143.89 | 0.91 | 0.48 |
| Hex | B | E8 | 63 | 5F | 0 | 39 | 9 | 90 | 5B | 30 |
| Octal | 13 | 350 | 143 | 137 | 0 | 71 | 11 | 220 | 133 | 60 |
| Binary | 1011 | 11101000 | 1100011 | 1011111 | 0 | 111001 | 1001 | 10010000 | 1011011 | 110000 |
Color Harmonies of #0BE863
Complementary color
Monochromatic Colors of #0BE863
Black with #0BE863
Text Example
Text Example
White with #0BE863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE863; }
p { color: rgb(11,232,99); }
H1.HeaderClassName
{
color: #0BE863;
}
.AnyTagClassName
{
color: #0BE863;
}
</style>
background-color css
<style>
a { background-color: #0BE863; }
a { background-color: rgb(11,232,99); }
div.DivClassName
{
background-color: #0BE863;
}
.BgClassName
{
background-color: #0BE863;
}
</style>
border-color css
<style>
span { border-color: #0BE863; }
span { border-color: rgb(11,232,99); }
td.TdClassName
{
border-color: #0BE863;
}
.TagClassName
{
border-color: #0BE863;
}
</style>