Shades of Malachite #0BE934
Tints of Malachite #0BE934
RGB
CMYK
RGB Variations
Color information
#0BE934 (or 0x0BE934) is known color: Malachite. HEX triplet: 0B, E9 and 34. RGB value is (11,233,52). Sum of RGB (Red+Green+Blue) = 11+233+52=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 233 (91.41% from 255 or 78.72% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE934 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE934 is #F416CB. Grayscale: #929292. Windows color (decimal): -15996620 or 3467531. OLE color: 3467531.
HSL color Cylindrical-coordinate representation of color #0BE934: hue angle of 131.08º 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 #0BE934 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 52 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.09 |
| HSL | 131.08º | 0.91% | 0.48% | - |
| HSV(B) | 131.08º | 0.95% | 0.91% | - |
| XYZ | 29.9 | 58.6 | 12.98 | - |
| YUV | 145.99 | 74.95 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 52 | 0.95 | 0 | 0.78 | 0.09 | 131.08 | 0.91 | 0.48 |
| Hex | B | E9 | 34 | 5F | 0 | 4E | 9 | 83 | 5B | 30 |
| Octal | 13 | 351 | 64 | 137 | 0 | 116 | 11 | 203 | 133 | 60 |
| Binary | 1011 | 11101001 | 110100 | 1011111 | 0 | 1001110 | 1001 | 10000011 | 1011011 | 110000 |
Color Harmonies of #0BE934
Complementary color
Monochromatic Colors of #0BE934
Black with #0BE934
Text Example
Text Example
White with #0BE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE934; }
p { color: rgb(11,233,52); }
H1.HeaderClassName
{
color: #0BE934;
}
.AnyTagClassName
{
color: #0BE934;
}
</style>
background-color css
<style>
a { background-color: #0BE934; }
a { background-color: rgb(11,233,52); }
div.DivClassName
{
background-color: #0BE934;
}
.BgClassName
{
background-color: #0BE934;
}
</style>
border-color css
<style>
span { border-color: #0BE934; }
span { border-color: rgb(11,233,52); }
td.TdClassName
{
border-color: #0BE934;
}
.TagClassName
{
border-color: #0BE934;
}
</style>