Shades of Malachite #0BD747
Tints of Malachite #0BD747
RGB
CMYK
RGB Variations
Color information
#0BD747 (or 0x0BD747) is known color: Malachite. HEX triplet: 0B, D7 and 47. RGB value is (11,215,71). Sum of RGB (Red+Green+Blue) = 11+215+71=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD747 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD747 is #F428B8. Grayscale: #898989. Windows color (decimal): -16001209 or 4708107. OLE color: 4708107.
HSL color Cylindrical-coordinate representation of color #0BD747: hue angle of 137.65º 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 #0BD747 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 71 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.16 |
| HSL | 137.65º | 0.9% | 0.44% | - |
| HSV(B) | 137.65º | 0.95% | 0.84% | - |
| XYZ | 25.58 | 49.13 | 14.1 | - |
| YUV | 137.59 | 90.41 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 71 | 0.95 | 0 | 0.67 | 0.16 | 137.65 | 0.9 | 0.44 |
| Hex | B | D7 | 47 | 5F | 0 | 43 | 10 | 8A | 5A | 2C |
| Octal | 13 | 327 | 107 | 137 | 0 | 103 | 20 | 212 | 132 | 54 |
| Binary | 1011 | 11010111 | 1000111 | 1011111 | 0 | 1000011 | 10000 | 10001010 | 1011010 | 101100 |
Color Harmonies of #0BD747
Complementary color
Monochromatic Colors of #0BD747
Black with #0BD747
Text Example
Text Example
White with #0BD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD747; }
p { color: rgb(11,215,71); }
H1.HeaderClassName
{
color: #0BD747;
}
.AnyTagClassName
{
color: #0BD747;
}
</style>
background-color css
<style>
a { background-color: #0BD747; }
a { background-color: rgb(11,215,71); }
div.DivClassName
{
background-color: #0BD747;
}
.BgClassName
{
background-color: #0BD747;
}
</style>
border-color css
<style>
span { border-color: #0BD747; }
span { border-color: rgb(11,215,71); }
td.TdClassName
{
border-color: #0BD747;
}
.TagClassName
{
border-color: #0BD747;
}
</style>