Shades of Malachite #0BD84E
Tints of Malachite #0BD84E
RGB
CMYK
RGB Variations
Color information
#0BD84E (or 0x0BD84E) is known color: Malachite. HEX triplet: 0B, D8 and 4E. RGB value is (11,216,78). Sum of RGB (Red+Green+Blue) = 11+216+78=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD84E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD84E is #F427B1. Grayscale: #8B8B8B. Windows color (decimal): -16000946 or 5167115. OLE color: 5167115.
HSL color Cylindrical-coordinate representation of color #0BD84E: hue angle of 139.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD84E is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 78 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.15 |
| HSL | 139.61º | 0.9% | 0.45% | - |
| HSV(B) | 139.61º | 0.95% | 0.85% | - |
| XYZ | 26.07 | 49.73 | 15.43 | - |
| YUV | 138.97 | 93.58 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 78 | 0.95 | 0 | 0.64 | 0.15 | 139.61 | 0.9 | 0.45 |
| Hex | B | D8 | 4E | 5F | 0 | 40 | F | 8C | 5A | 2D |
| Octal | 13 | 330 | 116 | 137 | 0 | 100 | 17 | 214 | 132 | 55 |
| Binary | 1011 | 11011000 | 1001110 | 1011111 | 0 | 1000000 | 1111 | 10001100 | 1011010 | 101101 |
Color Harmonies of #0BD84E
Complementary color
Monochromatic Colors of #0BD84E
Black with #0BD84E
Text Example
Text Example
White with #0BD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD84E; }
p { color: rgb(11,216,78); }
H1.HeaderClassName
{
color: #0BD84E;
}
.AnyTagClassName
{
color: #0BD84E;
}
</style>
background-color css
<style>
a { background-color: #0BD84E; }
a { background-color: rgb(11,216,78); }
div.DivClassName
{
background-color: #0BD84E;
}
.BgClassName
{
background-color: #0BD84E;
}
</style>
border-color css
<style>
span { border-color: #0BD84E; }
span { border-color: rgb(11,216,78); }
td.TdClassName
{
border-color: #0BD84E;
}
.TagClassName
{
border-color: #0BD84E;
}
</style>