Shades of Malachite #0BD647
Tints of Malachite #0BD647
RGB
CMYK
RGB Variations
Color information
#0BD647 (or 0x0BD647) is known color: Malachite. HEX triplet: 0B, D6 and 47. RGB value is (11,214,71). Sum of RGB (Red+Green+Blue) = 11+214+71=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD647 is #F429B8. Grayscale: #898989. Windows color (decimal): -16001465 or 4707851. OLE color: 4707851.
HSL color Cylindrical-coordinate representation of color #0BD647: hue angle of 137.73º 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 #0BD647 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 71 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.16 |
| HSL | 137.73º | 0.9% | 0.44% | - |
| HSV(B) | 137.73º | 0.95% | 0.84% | - |
| XYZ | 25.32 | 48.62 | 14.01 | - |
| YUV | 137 | 90.75 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 71 | 0.95 | 0 | 0.67 | 0.16 | 137.73 | 0.9 | 0.44 |
| Hex | B | D6 | 47 | 5F | 0 | 43 | 10 | 8A | 5A | 2C |
| Octal | 13 | 326 | 107 | 137 | 0 | 103 | 20 | 212 | 132 | 54 |
| Binary | 1011 | 11010110 | 1000111 | 1011111 | 0 | 1000011 | 10000 | 10001010 | 1011010 | 101100 |
Color Harmonies of #0BD647
Complementary color
Monochromatic Colors of #0BD647
Black with #0BD647
Text Example
Text Example
White with #0BD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD647; }
p { color: rgb(11,214,71); }
H1.HeaderClassName
{
color: #0BD647;
}
.AnyTagClassName
{
color: #0BD647;
}
</style>
background-color css
<style>
a { background-color: #0BD647; }
a { background-color: rgb(11,214,71); }
div.DivClassName
{
background-color: #0BD647;
}
.BgClassName
{
background-color: #0BD647;
}
</style>
border-color css
<style>
span { border-color: #0BD647; }
span { border-color: rgb(11,214,71); }
td.TdClassName
{
border-color: #0BD647;
}
.TagClassName
{
border-color: #0BD647;
}
</style>