Shades of Malachite #0BDD57
Tints of Malachite #0BDD57
RGB
CMYK
RGB Variations
Color information
#0BDD57 (or 0x0BDD57) is known color: Malachite. HEX triplet: 0B, DD and 57. RGB value is (11,221,87). Sum of RGB (Red+Green+Blue) = 11+221+87=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDD57 is #F422A8. Grayscale: #8F8F8F. Windows color (decimal): -15999657 or 5758219. OLE color: 5758219.
HSL color Cylindrical-coordinate representation of color #0BDD57: hue angle of 141.71º 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 #0BDD57 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 87 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.13 |
| HSL | 141.71º | 0.91% | 0.45% | - |
| HSV(B) | 141.71º | 0.95% | 0.87% | - |
| XYZ | 27.71 | 52.47 | 17.68 | - |
| YUV | 142.93 | 96.43 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 87 | 0.95 | 0 | 0.61 | 0.13 | 141.71 | 0.91 | 0.45 |
| Hex | B | DD | 57 | 5F | 0 | 3D | D | 8E | 5B | 2D |
| Octal | 13 | 335 | 127 | 137 | 0 | 75 | 15 | 216 | 133 | 55 |
| Binary | 1011 | 11011101 | 1010111 | 1011111 | 0 | 111101 | 1101 | 10001110 | 1011011 | 101101 |
Color Harmonies of #0BDD57
Complementary color
Monochromatic Colors of #0BDD57
Black with #0BDD57
Text Example
Text Example
White with #0BDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD57; }
p { color: rgb(11,221,87); }
H1.HeaderClassName
{
color: #0BDD57;
}
.AnyTagClassName
{
color: #0BDD57;
}
</style>
background-color css
<style>
a { background-color: #0BDD57; }
a { background-color: rgb(11,221,87); }
div.DivClassName
{
background-color: #0BDD57;
}
.BgClassName
{
background-color: #0BDD57;
}
</style>
border-color css
<style>
span { border-color: #0BDD57; }
span { border-color: rgb(11,221,87); }
td.TdClassName
{
border-color: #0BDD57;
}
.TagClassName
{
border-color: #0BDD57;
}
</style>