Shades of Malachite #0BDE6E
Tints of Malachite #0BDE6E
RGB
CMYK
RGB Variations
Color information
#0BDE6E (or 0x0BDE6E) is known color: Malachite. HEX triplet: 0B, DE and 6E. RGB value is (11,222,110). Sum of RGB (Red+Green+Blue) = 11+222+110=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 222 (87.11% from 255 or 64.72% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDE6E is #F42191. Grayscale: #929292. Windows color (decimal): -15999378 or 7265803. OLE color: 7265803.
HSL color Cylindrical-coordinate representation of color #0BDE6E: hue angle of 148.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE6E is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 110 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.13 |
| HSL | 148.15º | 0.91% | 0.46% | - |
| HSV(B) | 148.15º | 0.95% | 0.87% | - |
| XYZ | 29.07 | 53.44 | 23.53 | - |
| YUV | 146.14 | 107.6 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 110 | 0.95 | 0 | 0.50 | 0.13 | 148.15 | 0.91 | 0.46 |
| Hex | B | DE | 6E | 5F | 0 | 32 | D | 94 | 5B | 2E |
| Octal | 13 | 336 | 156 | 137 | 0 | 62 | 15 | 224 | 133 | 56 |
| Binary | 1011 | 11011110 | 1101110 | 1011111 | 0 | 110010 | 1101 | 10010100 | 1011011 | 101110 |
Color Harmonies of #0BDE6E
Complementary color
Monochromatic Colors of #0BDE6E
Black with #0BDE6E
Text Example
Text Example
White with #0BDE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE6E; }
p { color: rgb(11,222,110); }
H1.HeaderClassName
{
color: #0BDE6E;
}
.AnyTagClassName
{
color: #0BDE6E;
}
</style>
background-color css
<style>
a { background-color: #0BDE6E; }
a { background-color: rgb(11,222,110); }
div.DivClassName
{
background-color: #0BDE6E;
}
.BgClassName
{
background-color: #0BDE6E;
}
</style>
border-color css
<style>
span { border-color: #0BDE6E; }
span { border-color: rgb(11,222,110); }
td.TdClassName
{
border-color: #0BDE6E;
}
.TagClassName
{
border-color: #0BDE6E;
}
</style>