Shades of Malachite #0BE866
Tints of Malachite #0BE866
RGB
CMYK
RGB Variations
Color information
#0BE866 (or 0x0BE866) is known color: Malachite. HEX triplet: 0B, E8 and 66. RGB value is (11,232,102). Sum of RGB (Red+Green+Blue) = 11+232+102=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 232 (91.02% from 255 or 67.25% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE866 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE866 is #F41799. Grayscale: #979797. Windows color (decimal): -15996826 or 6744075. OLE color: 6744075.
HSL color Cylindrical-coordinate representation of color #0BE866: hue angle of 144.71º 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 #0BE866 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 102 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.09 |
| HSL | 144.71º | 0.91% | 0.48% | - |
| HSV(B) | 144.71º | 0.95% | 0.91% | - |
| XYZ | 31.39 | 58.74 | 22.25 | - |
| YUV | 151.1 | 100.28 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 102 | 0.95 | 0 | 0.56 | 0.09 | 144.71 | 0.91 | 0.48 |
| Hex | B | E8 | 66 | 5F | 0 | 38 | 9 | 91 | 5B | 30 |
| Octal | 13 | 350 | 146 | 137 | 0 | 70 | 11 | 221 | 133 | 60 |
| Binary | 1011 | 11101000 | 1100110 | 1011111 | 0 | 111000 | 1001 | 10010001 | 1011011 | 110000 |
Color Harmonies of #0BE866
Complementary color
Monochromatic Colors of #0BE866
Black with #0BE866
Text Example
Text Example
White with #0BE866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE866; }
p { color: rgb(11,232,102); }
H1.HeaderClassName
{
color: #0BE866;
}
.AnyTagClassName
{
color: #0BE866;
}
</style>
background-color css
<style>
a { background-color: #0BE866; }
a { background-color: rgb(11,232,102); }
div.DivClassName
{
background-color: #0BE866;
}
.BgClassName
{
background-color: #0BE866;
}
</style>
border-color css
<style>
span { border-color: #0BE866; }
span { border-color: rgb(11,232,102); }
td.TdClassName
{
border-color: #0BE866;
}
.TagClassName
{
border-color: #0BE866;
}
</style>