Shades of Malachite #0BEB40
Tints of Malachite #0BEB40
RGB
CMYK
RGB Variations
Color information
#0BEB40 (or 0x0BEB40) is known color: Malachite. HEX triplet: 0B, EB and 40. RGB value is (11,235,64). Sum of RGB (Red+Green+Blue) = 11+235+64=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEB40 is #F414BF. Grayscale: #949494. Windows color (decimal): -15996096 or 4254475. OLE color: 4254475.
HSL color Cylindrical-coordinate representation of color #0BEB40: hue angle of 134.2º 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 #0BEB40 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 64 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.08 |
| HSL | 134.2º | 0.91% | 0.48% | - |
| HSV(B) | 134.2º | 0.95% | 0.92% | - |
| XYZ | 30.77 | 59.86 | 14.78 | - |
| YUV | 148.53 | 80.29 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 64 | 0.95 | 0 | 0.73 | 0.08 | 134.2 | 0.91 | 0.48 |
| Hex | B | EB | 40 | 5F | 0 | 49 | 8 | 86 | 5B | 30 |
| Octal | 13 | 353 | 100 | 137 | 0 | 111 | 10 | 206 | 133 | 60 |
| Binary | 1011 | 11101011 | 1000000 | 1011111 | 0 | 1001001 | 1000 | 10000110 | 1011011 | 110000 |
Color Harmonies of #0BEB40
Complementary color
Monochromatic Colors of #0BEB40
Black with #0BEB40
Text Example
Text Example
White with #0BEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEB40; }
p { color: rgb(11,235,64); }
H1.HeaderClassName
{
color: #0BEB40;
}
.AnyTagClassName
{
color: #0BEB40;
}
</style>
background-color css
<style>
a { background-color: #0BEB40; }
a { background-color: rgb(11,235,64); }
div.DivClassName
{
background-color: #0BEB40;
}
.BgClassName
{
background-color: #0BEB40;
}
</style>
border-color css
<style>
span { border-color: #0BEB40; }
span { border-color: rgb(11,235,64); }
td.TdClassName
{
border-color: #0BEB40;
}
.TagClassName
{
border-color: #0BEB40;
}
</style>