Shades of Malachite #0BE963
Tints of Malachite #0BE963
RGB
CMYK
RGB Variations
Color information
#0BE963 (or 0x0BE963) is known color: Malachite. HEX triplet: 0B, E9 and 63. RGB value is (11,233,99). Sum of RGB (Red+Green+Blue) = 11+233+99=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 233 (91.41% from 255 or 67.93% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE963 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE963 is #F4169C. Grayscale: #979797. Windows color (decimal): -15996573 or 6547723. OLE color: 6547723.
HSL color Cylindrical-coordinate representation of color #0BE963: hue angle of 143.78º 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 #0BE963 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 99 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.09 |
| HSL | 143.78º | 0.91% | 0.48% | - |
| HSV(B) | 143.78º | 0.95% | 0.91% | - |
| XYZ | 31.53 | 59.25 | 21.58 | - |
| YUV | 151.35 | 98.45 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 99 | 0.95 | 0 | 0.58 | 0.09 | 143.78 | 0.91 | 0.48 |
| Hex | B | E9 | 63 | 5F | 0 | 3A | 9 | 90 | 5B | 30 |
| Octal | 13 | 351 | 143 | 137 | 0 | 72 | 11 | 220 | 133 | 60 |
| Binary | 1011 | 11101001 | 1100011 | 1011111 | 0 | 111010 | 1001 | 10010000 | 1011011 | 110000 |
Color Harmonies of #0BE963
Complementary color
Monochromatic Colors of #0BE963
Black with #0BE963
Text Example
Text Example
White with #0BE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE963; }
p { color: rgb(11,233,99); }
H1.HeaderClassName
{
color: #0BE963;
}
.AnyTagClassName
{
color: #0BE963;
}
</style>
background-color css
<style>
a { background-color: #0BE963; }
a { background-color: rgb(11,233,99); }
div.DivClassName
{
background-color: #0BE963;
}
.BgClassName
{
background-color: #0BE963;
}
</style>
border-color css
<style>
span { border-color: #0BE963; }
span { border-color: rgb(11,233,99); }
td.TdClassName
{
border-color: #0BE963;
}
.TagClassName
{
border-color: #0BE963;
}
</style>