Shades of Malachite #0BDD53
Tints of Malachite #0BDD53
RGB
CMYK
RGB Variations
Color information
#0BDD53 (or 0x0BDD53) is known color: Malachite. HEX triplet: 0B, DD and 53. RGB value is (11,221,83). Sum of RGB (Red+Green+Blue) = 11+221+83=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDD53 is #F422AC. Grayscale: #8E8E8E. Windows color (decimal): -15999661 or 5496075. OLE color: 5496075.
HSL color Cylindrical-coordinate representation of color #0BDD53: hue angle of 140.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD53 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 83 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.13 |
| HSL | 140.57º | 0.91% | 0.45% | - |
| HSV(B) | 140.57º | 0.95% | 0.87% | - |
| XYZ | 27.56 | 52.41 | 16.85 | - |
| YUV | 142.48 | 94.43 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 83 | 0.95 | 0 | 0.62 | 0.13 | 140.57 | 0.91 | 0.45 |
| Hex | B | DD | 53 | 5F | 0 | 3E | D | 8D | 5B | 2D |
| Octal | 13 | 335 | 123 | 137 | 0 | 76 | 15 | 215 | 133 | 55 |
| Binary | 1011 | 11011101 | 1010011 | 1011111 | 0 | 111110 | 1101 | 10001101 | 1011011 | 101101 |
Color Harmonies of #0BDD53
Complementary color
Monochromatic Colors of #0BDD53
Black with #0BDD53
Text Example
Text Example
White with #0BDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD53; }
p { color: rgb(11,221,83); }
H1.HeaderClassName
{
color: #0BDD53;
}
.AnyTagClassName
{
color: #0BDD53;
}
</style>
background-color css
<style>
a { background-color: #0BDD53; }
a { background-color: rgb(11,221,83); }
div.DivClassName
{
background-color: #0BDD53;
}
.BgClassName
{
background-color: #0BDD53;
}
</style>
border-color css
<style>
span { border-color: #0BDD53; }
span { border-color: rgb(11,221,83); }
td.TdClassName
{
border-color: #0BDD53;
}
.TagClassName
{
border-color: #0BDD53;
}
</style>