Shades of Malachite #0BDA66
Tints of Malachite #0BDA66
RGB
CMYK
RGB Variations
Color information
#0BDA66 (or 0x0BDA66) is known color: Malachite. HEX triplet: 0B, DA and 66. RGB value is (11,218,102). Sum of RGB (Red+Green+Blue) = 11+218+102=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 218 (85.55% from 255 or 65.86% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA66 is #F42599. Grayscale: #8F8F8F. Windows color (decimal): -16000410 or 6740491. OLE color: 6740491.
HSL color Cylindrical-coordinate representation of color #0BDA66: hue angle of 146.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA66 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 102 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.15 |
| HSL | 146.38º | 0.9% | 0.45% | - |
| HSV(B) | 146.38º | 0.95% | 0.85% | - |
| XYZ | 27.61 | 51.17 | 20.99 | - |
| YUV | 142.88 | 104.92 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 102 | 0.95 | 0 | 0.53 | 0.15 | 146.38 | 0.9 | 0.45 |
| Hex | B | DA | 66 | 5F | 0 | 35 | F | 92 | 5A | 2D |
| Octal | 13 | 332 | 146 | 137 | 0 | 65 | 17 | 222 | 132 | 55 |
| Binary | 1011 | 11011010 | 1100110 | 1011111 | 0 | 110101 | 1111 | 10010010 | 1011010 | 101101 |
Color Harmonies of #0BDA66
Complementary color
Monochromatic Colors of #0BDA66
Black with #0BDA66
Text Example
Text Example
White with #0BDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA66; }
p { color: rgb(11,218,102); }
H1.HeaderClassName
{
color: #0BDA66;
}
.AnyTagClassName
{
color: #0BDA66;
}
</style>
background-color css
<style>
a { background-color: #0BDA66; }
a { background-color: rgb(11,218,102); }
div.DivClassName
{
background-color: #0BDA66;
}
.BgClassName
{
background-color: #0BDA66;
}
</style>
border-color css
<style>
span { border-color: #0BDA66; }
span { border-color: rgb(11,218,102); }
td.TdClassName
{
border-color: #0BDA66;
}
.TagClassName
{
border-color: #0BDA66;
}
</style>