Shades of Malachite #0BE265
Tints of Malachite #0BE265
RGB
CMYK
RGB Variations
Color information
#0BE265 (or 0x0BE265) is known color: Malachite. HEX triplet: 0B, E2 and 65. RGB value is (11,226,101). Sum of RGB (Red+Green+Blue) = 11+226+101=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE265 is #F41D9A. Grayscale: #939393. Windows color (decimal): -15998363 or 6677003. OLE color: 6677003.
HSL color Cylindrical-coordinate representation of color #0BE265: hue angle of 145.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE265 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 101 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.11 |
| HSL | 145.12º | 0.91% | 0.46% | - |
| HSV(B) | 145.12º | 0.95% | 0.89% | - |
| XYZ | 29.68 | 55.4 | 21.44 | - |
| YUV | 147.47 | 101.77 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 101 | 0.95 | 0 | 0.55 | 0.11 | 145.12 | 0.91 | 0.46 |
| Hex | B | E2 | 65 | 5F | 0 | 37 | B | 91 | 5B | 2E |
| Octal | 13 | 342 | 145 | 137 | 0 | 67 | 13 | 221 | 133 | 56 |
| Binary | 1011 | 11100010 | 1100101 | 1011111 | 0 | 110111 | 1011 | 10010001 | 1011011 | 101110 |
Color Harmonies of #0BE265
Complementary color
Monochromatic Colors of #0BE265
Black with #0BE265
Text Example
Text Example
White with #0BE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE265; }
p { color: rgb(11,226,101); }
H1.HeaderClassName
{
color: #0BE265;
}
.AnyTagClassName
{
color: #0BE265;
}
</style>
background-color css
<style>
a { background-color: #0BE265; }
a { background-color: rgb(11,226,101); }
div.DivClassName
{
background-color: #0BE265;
}
.BgClassName
{
background-color: #0BE265;
}
</style>
border-color css
<style>
span { border-color: #0BE265; }
span { border-color: rgb(11,226,101); }
td.TdClassName
{
border-color: #0BE265;
}
.TagClassName
{
border-color: #0BE265;
}
</style>