Shades of Malachite #0BEF57
Tints of Malachite #0BEF57
RGB
CMYK
RGB Variations
Color information
#0BEF57 (or 0x0BEF57) is known color: Malachite. HEX triplet: 0B, EF and 57. RGB value is (11,239,87). Sum of RGB (Red+Green+Blue) = 11+239+87=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 239 (93.75% from 255 or 70.92% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEF57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEF57 is #F410A8. Grayscale: #999999. Windows color (decimal): -15995049 or 5762827. OLE color: 5762827.
HSL color Cylindrical-coordinate representation of color #0BEF57: hue angle of 140º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEF57 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 87 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.06 |
| HSL | 140º | 0.91% | 0.49% | - |
| HSV(B) | 140º | 0.95% | 0.94% | - |
| XYZ | 32.72 | 62.49 | 19.35 | - |
| YUV | 153.5 | 90.46 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 87 | 0.95 | 0 | 0.64 | 0.06 | 140 | 0.91 | 0.49 |
| Hex | B | EF | 57 | 5F | 0 | 40 | 6 | 8C | 5B | 31 |
| Octal | 13 | 357 | 127 | 137 | 0 | 100 | 6 | 214 | 133 | 61 |
| Binary | 1011 | 11101111 | 1010111 | 1011111 | 0 | 1000000 | 110 | 10001100 | 1011011 | 110001 |
Color Harmonies of #0BEF57
Complementary color
Monochromatic Colors of #0BEF57
Black with #0BEF57
Text Example
Text Example
White with #0BEF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEF57; }
p { color: rgb(11,239,87); }
H1.HeaderClassName
{
color: #0BEF57;
}
.AnyTagClassName
{
color: #0BEF57;
}
</style>
background-color css
<style>
a { background-color: #0BEF57; }
a { background-color: rgb(11,239,87); }
div.DivClassName
{
background-color: #0BEF57;
}
.BgClassName
{
background-color: #0BEF57;
}
</style>
border-color css
<style>
span { border-color: #0BEF57; }
span { border-color: rgb(11,239,87); }
td.TdClassName
{
border-color: #0BEF57;
}
.TagClassName
{
border-color: #0BEF57;
}
</style>