Shades of Malachite #0BE564
Tints of Malachite #0BE564
RGB
CMYK
RGB Variations
Color information
#0BE564 (or 0x0BE564) is known color: Malachite. HEX triplet: 0B, E5 and 64. RGB value is (11,229,100). Sum of RGB (Red+Green+Blue) = 11+229+100=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE564 is #F41A9B. Grayscale: #959595. Windows color (decimal): -15997596 or 6612235. OLE color: 6612235.
HSL color Cylindrical-coordinate representation of color #0BE564: hue angle of 144.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE564 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 100 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.10 |
| HSL | 144.5º | 0.91% | 0.47% | - |
| HSV(B) | 144.5º | 0.95% | 0.9% | - |
| XYZ | 30.46 | 57.03 | 21.46 | - |
| YUV | 149.11 | 100.28 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 100 | 0.95 | 0 | 0.56 | 0.10 | 144.5 | 0.91 | 0.47 |
| Hex | B | E5 | 64 | 5F | 0 | 38 | A | 90 | 5B | 2F |
| Octal | 13 | 345 | 144 | 137 | 0 | 70 | 12 | 220 | 133 | 57 |
| Binary | 1011 | 11100101 | 1100100 | 1011111 | 0 | 111000 | 1010 | 10010000 | 1011011 | 101111 |
Color Harmonies of #0BE564
Complementary color
Monochromatic Colors of #0BE564
Black with #0BE564
Text Example
Text Example
White with #0BE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE564; }
p { color: rgb(11,229,100); }
H1.HeaderClassName
{
color: #0BE564;
}
.AnyTagClassName
{
color: #0BE564;
}
</style>
background-color css
<style>
a { background-color: #0BE564; }
a { background-color: rgb(11,229,100); }
div.DivClassName
{
background-color: #0BE564;
}
.BgClassName
{
background-color: #0BE564;
}
</style>
border-color css
<style>
span { border-color: #0BE564; }
span { border-color: rgb(11,229,100); }
td.TdClassName
{
border-color: #0BE564;
}
.TagClassName
{
border-color: #0BE564;
}
</style>