Shades of Malachite #0BE240
Tints of Malachite #0BE240
RGB
CMYK
RGB Variations
Color information
#0BE240 (or 0x0BE240) is known color: Malachite. HEX triplet: 0B, E2 and 40. RGB value is (11,226,64). Sum of RGB (Red+Green+Blue) = 11+226+64=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE240 is #F41DBF. Grayscale: #8F8F8F. Windows color (decimal): -15998400 or 4252171. OLE color: 4252171.
HSL color Cylindrical-coordinate representation of color #0BE240: hue angle of 134.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE240 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 64 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.11 |
| HSL | 134.79º | 0.91% | 0.46% | - |
| HSV(B) | 134.79º | 0.95% | 0.89% | - |
| XYZ | 28.26 | 54.83 | 13.95 | - |
| YUV | 143.25 | 83.27 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 64 | 0.95 | 0 | 0.72 | 0.11 | 134.79 | 0.91 | 0.46 |
| Hex | B | E2 | 40 | 5F | 0 | 48 | B | 87 | 5B | 2E |
| Octal | 13 | 342 | 100 | 137 | 0 | 110 | 13 | 207 | 133 | 56 |
| Binary | 1011 | 11100010 | 1000000 | 1011111 | 0 | 1001000 | 1011 | 10000111 | 1011011 | 101110 |
Color Harmonies of #0BE240
Complementary color
Monochromatic Colors of #0BE240
Black with #0BE240
Text Example
Text Example
White with #0BE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE240; }
p { color: rgb(11,226,64); }
H1.HeaderClassName
{
color: #0BE240;
}
.AnyTagClassName
{
color: #0BE240;
}
</style>
background-color css
<style>
a { background-color: #0BE240; }
a { background-color: rgb(11,226,64); }
div.DivClassName
{
background-color: #0BE240;
}
.BgClassName
{
background-color: #0BE240;
}
</style>
border-color css
<style>
span { border-color: #0BE240; }
span { border-color: rgb(11,226,64); }
td.TdClassName
{
border-color: #0BE240;
}
.TagClassName
{
border-color: #0BE240;
}
</style>