Shades of Malachite #0BED64
Tints of Malachite #0BED64
RGB
CMYK
RGB Variations
Color information
#0BED64 (or 0x0BED64) is known color: Malachite. HEX triplet: 0B, ED and 64. RGB value is (11,237,100). Sum of RGB (Red+Green+Blue) = 11+237+100=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 237 (92.97% from 255 or 68.10% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BED64 is #F4129B. Grayscale: #9A9A9A. Windows color (decimal): -15995548 or 6614283. OLE color: 6614283.
HSL color Cylindrical-coordinate representation of color #0BED64: hue angle of 143.63º 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 #0BED64 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 237 | 100 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.07 |
| HSL | 143.63º | 0.91% | 0.49% | - |
| HSV(B) | 143.63º | 0.95% | 0.93% | - |
| XYZ | 32.72 | 61.56 | 22.21 | - |
| YUV | 153.81 | 97.63 | 26.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 237 | 100 | 0.95 | 0 | 0.58 | 0.07 | 143.63 | 0.91 | 0.49 |
| Hex | B | ED | 64 | 5F | 0 | 3A | 7 | 90 | 5B | 31 |
| Octal | 13 | 355 | 144 | 137 | 0 | 72 | 7 | 220 | 133 | 61 |
| Binary | 1011 | 11101101 | 1100100 | 1011111 | 0 | 111010 | 111 | 10010000 | 1011011 | 110001 |
Color Harmonies of #0BED64
Complementary color
Monochromatic Colors of #0BED64
Black with #0BED64
Text Example
Text Example
White with #0BED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BED64; }
p { color: rgb(11,237,100); }
H1.HeaderClassName
{
color: #0BED64;
}
.AnyTagClassName
{
color: #0BED64;
}
</style>
background-color css
<style>
a { background-color: #0BED64; }
a { background-color: rgb(11,237,100); }
div.DivClassName
{
background-color: #0BED64;
}
.BgClassName
{
background-color: #0BED64;
}
</style>
border-color css
<style>
span { border-color: #0BED64; }
span { border-color: rgb(11,237,100); }
td.TdClassName
{
border-color: #0BED64;
}
.TagClassName
{
border-color: #0BED64;
}
</style>