Shades of Malachite #0BD755
Tints of Malachite #0BD755
RGB
CMYK
RGB Variations
Color information
#0BD755 (or 0x0BD755) is known color: Malachite. HEX triplet: 0B, D7 and 55. RGB value is (11,215,85). Sum of RGB (Red+Green+Blue) = 11+215+85=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD755 is #F428AA. Grayscale: #8B8B8B. Windows color (decimal): -16001195 or 5625611. OLE color: 5625611.
HSL color Cylindrical-coordinate representation of color #0BD755: hue angle of 141.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD755 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 85 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.16 |
| HSL | 141.76º | 0.9% | 0.44% | - |
| HSV(B) | 141.76º | 0.95% | 0.84% | - |
| XYZ | 26.08 | 49.33 | 16.74 | - |
| YUV | 139.18 | 97.41 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 85 | 0.95 | 0 | 0.60 | 0.16 | 141.76 | 0.9 | 0.44 |
| Hex | B | D7 | 55 | 5F | 0 | 3C | 10 | 8E | 5A | 2C |
| Octal | 13 | 327 | 125 | 137 | 0 | 74 | 20 | 216 | 132 | 54 |
| Binary | 1011 | 11010111 | 1010101 | 1011111 | 0 | 111100 | 10000 | 10001110 | 1011010 | 101100 |
Color Harmonies of #0BD755
Complementary color
Monochromatic Colors of #0BD755
Black with #0BD755
Text Example
Text Example
White with #0BD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD755; }
p { color: rgb(11,215,85); }
H1.HeaderClassName
{
color: #0BD755;
}
.AnyTagClassName
{
color: #0BD755;
}
</style>
background-color css
<style>
a { background-color: #0BD755; }
a { background-color: rgb(11,215,85); }
div.DivClassName
{
background-color: #0BD755;
}
.BgClassName
{
background-color: #0BD755;
}
</style>
border-color css
<style>
span { border-color: #0BD755; }
span { border-color: rgb(11,215,85); }
td.TdClassName
{
border-color: #0BD755;
}
.TagClassName
{
border-color: #0BD755;
}
</style>