Shades of Malachite #0BDD4A
Tints of Malachite #0BDD4A
RGB
CMYK
RGB Variations
Color information
#0BDD4A (or 0x0BDD4A) is known color: Malachite. HEX triplet: 0B, DD and 4A. RGB value is (11,221,74). Sum of RGB (Red+Green+Blue) = 11+221+74=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD4A is #F422B5. Grayscale: #8D8D8D. Windows color (decimal): -15999670 or 4906251. OLE color: 4906251.
HSL color Cylindrical-coordinate representation of color #0BDD4A: hue angle of 138º 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 #0BDD4A is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 74 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.13 |
| HSL | 138º | 0.91% | 0.45% | - |
| HSV(B) | 138º | 0.95% | 0.87% | - |
| XYZ | 27.23 | 52.28 | 15.13 | - |
| YUV | 141.45 | 89.93 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 74 | 0.95 | 0 | 0.67 | 0.13 | 138 | 0.91 | 0.45 |
| Hex | B | DD | 4A | 5F | 0 | 43 | D | 8A | 5B | 2D |
| Octal | 13 | 335 | 112 | 137 | 0 | 103 | 15 | 212 | 133 | 55 |
| Binary | 1011 | 11011101 | 1001010 | 1011111 | 0 | 1000011 | 1101 | 10001010 | 1011011 | 101101 |
Color Harmonies of #0BDD4A
Complementary color
Monochromatic Colors of #0BDD4A
Black with #0BDD4A
Text Example
Text Example
White with #0BDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD4A; }
p { color: rgb(11,221,74); }
H1.HeaderClassName
{
color: #0BDD4A;
}
.AnyTagClassName
{
color: #0BDD4A;
}
</style>
background-color css
<style>
a { background-color: #0BDD4A; }
a { background-color: rgb(11,221,74); }
div.DivClassName
{
background-color: #0BDD4A;
}
.BgClassName
{
background-color: #0BDD4A;
}
</style>
border-color css
<style>
span { border-color: #0BDD4A; }
span { border-color: rgb(11,221,74); }
td.TdClassName
{
border-color: #0BDD4A;
}
.TagClassName
{
border-color: #0BDD4A;
}
</style>