Shades of Malachite #0BE84D
Tints of Malachite #0BE84D
RGB
CMYK
RGB Variations
Color information
#0BE84D (or 0x0BE84D) is known color: Malachite. HEX triplet: 0B, E8 and 4D. RGB value is (11,232,77). Sum of RGB (Red+Green+Blue) = 11+232+77=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 232 (91.02% from 255 or 72.5% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE84D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE84D is #F417B2. Grayscale: #949494. Windows color (decimal): -15996851 or 5105675. OLE color: 5105675.
HSL color Cylindrical-coordinate representation of color #0BE84D: hue angle of 137.92º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE84D is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 77 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.09 |
| HSL | 137.92º | 0.91% | 0.48% | - |
| HSV(B) | 137.92º | 0.95% | 0.91% | - |
| XYZ | 30.33 | 58.32 | 16.68 | - |
| YUV | 148.25 | 87.78 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 77 | 0.95 | 0 | 0.67 | 0.09 | 137.92 | 0.91 | 0.48 |
| Hex | B | E8 | 4D | 5F | 0 | 43 | 9 | 8A | 5B | 30 |
| Octal | 13 | 350 | 115 | 137 | 0 | 103 | 11 | 212 | 133 | 60 |
| Binary | 1011 | 11101000 | 1001101 | 1011111 | 0 | 1000011 | 1001 | 10001010 | 1011011 | 110000 |
Color Harmonies of #0BE84D
Complementary color
Monochromatic Colors of #0BE84D
Black with #0BE84D
Text Example
Text Example
White with #0BE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE84D; }
p { color: rgb(11,232,77); }
H1.HeaderClassName
{
color: #0BE84D;
}
.AnyTagClassName
{
color: #0BE84D;
}
</style>
background-color css
<style>
a { background-color: #0BE84D; }
a { background-color: rgb(11,232,77); }
div.DivClassName
{
background-color: #0BE84D;
}
.BgClassName
{
background-color: #0BE84D;
}
</style>
border-color css
<style>
span { border-color: #0BE84D; }
span { border-color: rgb(11,232,77); }
td.TdClassName
{
border-color: #0BE84D;
}
.TagClassName
{
border-color: #0BE84D;
}
</style>