Shades of Malachite #0BEB65
Tints of Malachite #0BEB65
RGB
CMYK
RGB Variations
Color information
#0BEB65 (or 0x0BEB65) is known color: Malachite. HEX triplet: 0B, EB and 65. RGB value is (11,235,101). Sum of RGB (Red+Green+Blue) = 11+235+101=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 235 (92.19% from 255 or 67.72% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEB65 is #F4149A. Grayscale: #999999. Windows color (decimal): -15996059 or 6679307. OLE color: 6679307.
HSL color Cylindrical-coordinate representation of color #0BEB65: hue angle of 144.11º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEB65 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 101 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.08 |
| HSL | 144.11º | 0.91% | 0.48% | - |
| HSV(B) | 144.11º | 0.95% | 0.92% | - |
| XYZ | 32.2 | 60.43 | 22.28 | - |
| YUV | 152.75 | 98.79 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 101 | 0.95 | 0 | 0.57 | 0.08 | 144.11 | 0.91 | 0.48 |
| Hex | B | EB | 65 | 5F | 0 | 39 | 8 | 90 | 5B | 30 |
| Octal | 13 | 353 | 145 | 137 | 0 | 71 | 10 | 220 | 133 | 60 |
| Binary | 1011 | 11101011 | 1100101 | 1011111 | 0 | 111001 | 1000 | 10010000 | 1011011 | 110000 |
Color Harmonies of #0BEB65
Complementary color
Monochromatic Colors of #0BEB65
Black with #0BEB65
Text Example
Text Example
White with #0BEB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEB65; }
p { color: rgb(11,235,101); }
H1.HeaderClassName
{
color: #0BEB65;
}
.AnyTagClassName
{
color: #0BEB65;
}
</style>
background-color css
<style>
a { background-color: #0BEB65; }
a { background-color: rgb(11,235,101); }
div.DivClassName
{
background-color: #0BEB65;
}
.BgClassName
{
background-color: #0BEB65;
}
</style>
border-color css
<style>
span { border-color: #0BEB65; }
span { border-color: rgb(11,235,101); }
td.TdClassName
{
border-color: #0BEB65;
}
.TagClassName
{
border-color: #0BEB65;
}
</style>