Shades of Malachite #0BE040
Tints of Malachite #0BE040
RGB
CMYK
RGB Variations
Color information
#0BE040 (or 0x0BE040) is known color: Malachite. HEX triplet: 0B, E0 and 40. RGB value is (11,224,64). Sum of RGB (Red+Green+Blue) = 11+224+64=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE040 is #F41FBF. Grayscale: #8E8E8E. Windows color (decimal): -15998912 or 4251659. OLE color: 4251659.
HSL color Cylindrical-coordinate representation of color #0BE040: hue angle of 134.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE040 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 64 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.12 |
| HSL | 134.93º | 0.91% | 0.46% | - |
| HSV(B) | 134.93º | 0.95% | 0.88% | - |
| XYZ | 27.72 | 53.75 | 13.76 | - |
| YUV | 142.07 | 83.93 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 64 | 0.95 | 0 | 0.71 | 0.12 | 134.93 | 0.91 | 0.46 |
| Hex | B | E0 | 40 | 5F | 0 | 47 | C | 87 | 5B | 2E |
| Octal | 13 | 340 | 100 | 137 | 0 | 107 | 14 | 207 | 133 | 56 |
| Binary | 1011 | 11100000 | 1000000 | 1011111 | 0 | 1000111 | 1100 | 10000111 | 1011011 | 101110 |
Color Harmonies of #0BE040
Complementary color
Monochromatic Colors of #0BE040
Black with #0BE040
Text Example
Text Example
White with #0BE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE040; }
p { color: rgb(11,224,64); }
H1.HeaderClassName
{
color: #0BE040;
}
.AnyTagClassName
{
color: #0BE040;
}
</style>
background-color css
<style>
a { background-color: #0BE040; }
a { background-color: rgb(11,224,64); }
div.DivClassName
{
background-color: #0BE040;
}
.BgClassName
{
background-color: #0BE040;
}
</style>
border-color css
<style>
span { border-color: #0BE040; }
span { border-color: rgb(11,224,64); }
td.TdClassName
{
border-color: #0BE040;
}
.TagClassName
{
border-color: #0BE040;
}
</style>