Shades of Malachite #0BE932
Tints of Malachite #0BE932
RGB
CMYK
RGB Variations
Color information
#0BE932 (or 0x0BE932) is known color: Malachite. HEX triplet: 0B, E9 and 32. RGB value is (11,233,50). Sum of RGB (Red+Green+Blue) = 11+233+50=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 233 (91.41% from 255 or 79.25% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE932 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE932 is #F416CD. Grayscale: #929292. Windows color (decimal): -15996622 or 3336459. OLE color: 3336459.
HSL color Cylindrical-coordinate representation of color #0BE932: hue angle of 130.54º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE932 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 50 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.09 |
| HSL | 130.54º | 0.91% | 0.48% | - |
| HSV(B) | 130.54º | 0.95% | 0.91% | - |
| XYZ | 29.85 | 58.58 | 12.75 | - |
| YUV | 145.76 | 73.95 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 50 | 0.95 | 0 | 0.79 | 0.09 | 130.54 | 0.91 | 0.48 |
| Hex | B | E9 | 32 | 5F | 0 | 4F | 9 | 83 | 5B | 30 |
| Octal | 13 | 351 | 62 | 137 | 0 | 117 | 11 | 203 | 133 | 60 |
| Binary | 1011 | 11101001 | 110010 | 1011111 | 0 | 1001111 | 1001 | 10000011 | 1011011 | 110000 |
Color Harmonies of #0BE932
Complementary color
Monochromatic Colors of #0BE932
Black with #0BE932
Text Example
Text Example
White with #0BE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE932; }
p { color: rgb(11,233,50); }
H1.HeaderClassName
{
color: #0BE932;
}
.AnyTagClassName
{
color: #0BE932;
}
</style>
background-color css
<style>
a { background-color: #0BE932; }
a { background-color: rgb(11,233,50); }
div.DivClassName
{
background-color: #0BE932;
}
.BgClassName
{
background-color: #0BE932;
}
</style>
border-color css
<style>
span { border-color: #0BE932; }
span { border-color: rgb(11,233,50); }
td.TdClassName
{
border-color: #0BE932;
}
.TagClassName
{
border-color: #0BE932;
}
</style>