Shades of Malachite #0BED59
Tints of Malachite #0BED59
RGB
CMYK
RGB Variations
Color information
#0BED59 (or 0x0BED59) is known color: Malachite. HEX triplet: 0B, ED and 59. RGB value is (11,237,89). Sum of RGB (Red+Green+Blue) = 11+237+89=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BED59 is #F412A6. Grayscale: #989898. Windows color (decimal): -15995559 or 5893387. OLE color: 5893387.
HSL color Cylindrical-coordinate representation of color #0BED59: hue angle of 140.71º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED59 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 237 | 89 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.07 |
| HSL | 140.71º | 0.91% | 0.49% | - |
| HSV(B) | 140.71º | 0.95% | 0.93% | - |
| XYZ | 32.23 | 61.36 | 19.6 | - |
| YUV | 152.55 | 92.13 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 237 | 89 | 0.95 | 0 | 0.62 | 0.07 | 140.71 | 0.91 | 0.49 |
| Hex | B | ED | 59 | 5F | 0 | 3E | 7 | 8D | 5B | 31 |
| Octal | 13 | 355 | 131 | 137 | 0 | 76 | 7 | 215 | 133 | 61 |
| Binary | 1011 | 11101101 | 1011001 | 1011111 | 0 | 111110 | 111 | 10001101 | 1011011 | 110001 |
Color Harmonies of #0BED59
Complementary color
Monochromatic Colors of #0BED59
Black with #0BED59
Text Example
Text Example
White with #0BED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BED59; }
p { color: rgb(11,237,89); }
H1.HeaderClassName
{
color: #0BED59;
}
.AnyTagClassName
{
color: #0BED59;
}
</style>
background-color css
<style>
a { background-color: #0BED59; }
a { background-color: rgb(11,237,89); }
div.DivClassName
{
background-color: #0BED59;
}
.BgClassName
{
background-color: #0BED59;
}
</style>
border-color css
<style>
span { border-color: #0BED59; }
span { border-color: rgb(11,237,89); }
td.TdClassName
{
border-color: #0BED59;
}
.TagClassName
{
border-color: #0BED59;
}
</style>