Shades of Malachite #0BE057
Tints of Malachite #0BE057
RGB
CMYK
RGB Variations
Color information
#0BE057 (or 0x0BE057) is known color: Malachite. HEX triplet: 0B, E0 and 57. RGB value is (11,224,87). Sum of RGB (Red+Green+Blue) = 11+224+87=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE057 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE057 is #F41FA8. Grayscale: #919191. Windows color (decimal): -15998889 or 5758987. OLE color: 5758987.
HSL color Cylindrical-coordinate representation of color #0BE057: hue angle of 141.41º 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 #0BE057 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 87 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.12 |
| HSL | 141.41º | 0.91% | 0.46% | - |
| HSV(B) | 141.41º | 0.95% | 0.88% | - |
| XYZ | 28.51 | 54.07 | 17.95 | - |
| YUV | 144.7 | 95.43 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 87 | 0.95 | 0 | 0.61 | 0.12 | 141.41 | 0.91 | 0.46 |
| Hex | B | E0 | 57 | 5F | 0 | 3D | C | 8D | 5B | 2E |
| Octal | 13 | 340 | 127 | 137 | 0 | 75 | 14 | 215 | 133 | 56 |
| Binary | 1011 | 11100000 | 1010111 | 1011111 | 0 | 111101 | 1100 | 10001101 | 1011011 | 101110 |
Color Harmonies of #0BE057
Complementary color
Monochromatic Colors of #0BE057
Black with #0BE057
Text Example
Text Example
White with #0BE057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE057; }
p { color: rgb(11,224,87); }
H1.HeaderClassName
{
color: #0BE057;
}
.AnyTagClassName
{
color: #0BE057;
}
</style>
background-color css
<style>
a { background-color: #0BE057; }
a { background-color: rgb(11,224,87); }
div.DivClassName
{
background-color: #0BE057;
}
.BgClassName
{
background-color: #0BE057;
}
</style>
border-color css
<style>
span { border-color: #0BE057; }
span { border-color: rgb(11,224,87); }
td.TdClassName
{
border-color: #0BE057;
}
.TagClassName
{
border-color: #0BE057;
}
</style>