Shades of Malachite #0BED4E
Tints of Malachite #0BED4E
RGB
CMYK
RGB Variations
Color information
#0BED4E (or 0x0BED4E) is known color: Malachite. HEX triplet: 0B, ED and 4E. RGB value is (11,237,78). Sum of RGB (Red+Green+Blue) = 11+237+78=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BED4E is #F412B1. Grayscale: #979797. Windows color (decimal): -15995570 or 5172491. OLE color: 5172491.
HSL color Cylindrical-coordinate representation of color #0BED4E: hue angle of 137.79º 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 #0BED4E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 237 | 78 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.07 |
| HSL | 137.79º | 0.91% | 0.49% | - |
| HSV(B) | 137.79º | 0.95% | 0.93% | - |
| XYZ | 31.8 | 61.19 | 17.34 | - |
| YUV | 151.3 | 86.63 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 237 | 78 | 0.95 | 0 | 0.67 | 0.07 | 137.79 | 0.91 | 0.49 |
| Hex | B | ED | 4E | 5F | 0 | 43 | 7 | 8A | 5B | 31 |
| Octal | 13 | 355 | 116 | 137 | 0 | 103 | 7 | 212 | 133 | 61 |
| Binary | 1011 | 11101101 | 1001110 | 1011111 | 0 | 1000011 | 111 | 10001010 | 1011011 | 110001 |
Color Harmonies of #0BED4E
Complementary color
Monochromatic Colors of #0BED4E
Black with #0BED4E
Text Example
Text Example
White with #0BED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BED4E; }
p { color: rgb(11,237,78); }
H1.HeaderClassName
{
color: #0BED4E;
}
.AnyTagClassName
{
color: #0BED4E;
}
</style>
background-color css
<style>
a { background-color: #0BED4E; }
a { background-color: rgb(11,237,78); }
div.DivClassName
{
background-color: #0BED4E;
}
.BgClassName
{
background-color: #0BED4E;
}
</style>
border-color css
<style>
span { border-color: #0BED4E; }
span { border-color: rgb(11,237,78); }
td.TdClassName
{
border-color: #0BED4E;
}
.TagClassName
{
border-color: #0BED4E;
}
</style>