Shades of Malachite #0BEB61
Tints of Malachite #0BEB61
RGB
CMYK
RGB Variations
Color information
#0BEB61 (or 0x0BEB61) is known color: Malachite. HEX triplet: 0B, EB and 61. RGB value is (11,235,97). Sum of RGB (Red+Green+Blue) = 11+235+97=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 235 (92.19% from 255 or 68.51% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEB61 is #F4149E. Grayscale: #989898. Windows color (decimal): -15996063 or 6417163. OLE color: 6417163.
HSL color Cylindrical-coordinate representation of color #0BEB61: hue angle of 143.04º 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 #0BEB61 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 97 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.08 |
| HSL | 143.04º | 0.91% | 0.48% | - |
| HSV(B) | 143.04º | 0.95% | 0.92% | - |
| XYZ | 32 | 60.35 | 21.27 | - |
| YUV | 152.29 | 96.79 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 97 | 0.95 | 0 | 0.59 | 0.08 | 143.04 | 0.91 | 0.48 |
| Hex | B | EB | 61 | 5F | 0 | 3B | 8 | 8F | 5B | 30 |
| Octal | 13 | 353 | 141 | 137 | 0 | 73 | 10 | 217 | 133 | 60 |
| Binary | 1011 | 11101011 | 1100001 | 1011111 | 0 | 111011 | 1000 | 10001111 | 1011011 | 110000 |
Color Harmonies of #0BEB61
Complementary color
Monochromatic Colors of #0BEB61
Black with #0BEB61
Text Example
Text Example
White with #0BEB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEB61; }
p { color: rgb(11,235,97); }
H1.HeaderClassName
{
color: #0BEB61;
}
.AnyTagClassName
{
color: #0BEB61;
}
</style>
background-color css
<style>
a { background-color: #0BEB61; }
a { background-color: rgb(11,235,97); }
div.DivClassName
{
background-color: #0BEB61;
}
.BgClassName
{
background-color: #0BEB61;
}
</style>
border-color css
<style>
span { border-color: #0BEB61; }
span { border-color: rgb(11,235,97); }
td.TdClassName
{
border-color: #0BEB61;
}
.TagClassName
{
border-color: #0BEB61;
}
</style>