Shades of Malachite #0BDD3A
Tints of Malachite #0BDD3A
RGB
CMYK
RGB Variations
Color information
#0BDD3A (or 0x0BDD3A) is known color: Malachite. HEX triplet: 0B, DD and 3A. RGB value is (11,221,58). Sum of RGB (Red+Green+Blue) = 11+221+58=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 221 (86.72% from 255 or 76.21% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD3A is #F422C5. Grayscale: #8C8C8C. Windows color (decimal): -15999686 or 3857675. OLE color: 3857675.
HSL color Cylindrical-coordinate representation of color #0BDD3A: hue angle of 133.43º 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 #0BDD3A is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 58 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.13 |
| HSL | 133.43º | 0.91% | 0.45% | - |
| HSV(B) | 133.43º | 0.95% | 0.87% | - |
| XYZ | 26.76 | 52.09 | 12.65 | - |
| YUV | 139.63 | 81.93 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 58 | 0.95 | 0 | 0.74 | 0.13 | 133.43 | 0.91 | 0.45 |
| Hex | B | DD | 3A | 5F | 0 | 4A | D | 85 | 5B | 2D |
| Octal | 13 | 335 | 72 | 137 | 0 | 112 | 15 | 205 | 133 | 55 |
| Binary | 1011 | 11011101 | 111010 | 1011111 | 0 | 1001010 | 1101 | 10000101 | 1011011 | 101101 |
Color Harmonies of #0BDD3A
Complementary color
Monochromatic Colors of #0BDD3A
Black with #0BDD3A
Text Example
Text Example
White with #0BDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD3A; }
p { color: rgb(11,221,58); }
H1.HeaderClassName
{
color: #0BDD3A;
}
.AnyTagClassName
{
color: #0BDD3A;
}
</style>
background-color css
<style>
a { background-color: #0BDD3A; }
a { background-color: rgb(11,221,58); }
div.DivClassName
{
background-color: #0BDD3A;
}
.BgClassName
{
background-color: #0BDD3A;
}
</style>
border-color css
<style>
span { border-color: #0BDD3A; }
span { border-color: rgb(11,221,58); }
td.TdClassName
{
border-color: #0BDD3A;
}
.TagClassName
{
border-color: #0BDD3A;
}
</style>