Shades of Malachite #0BD66F
Tints of Malachite #0BD66F
RGB
CMYK
RGB Variations
Color information
#0BD66F (or 0x0BD66F) is known color: Malachite. HEX triplet: 0B, D6 and 6F. RGB value is (11,214,111). Sum of RGB (Red+Green+Blue) = 11+214+111=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD66F is #F42990. Grayscale: #8D8D8D. Windows color (decimal): -16001425 or 7329291. OLE color: 7329291.
HSL color Cylindrical-coordinate representation of color #0BD66F: hue angle of 149.56º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD66F is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 111 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.16 |
| HSL | 149.56º | 0.9% | 0.44% | - |
| HSV(B) | 149.56º | 0.95% | 0.84% | - |
| XYZ | 27.05 | 49.31 | 23.13 | - |
| YUV | 141.56 | 110.75 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 111 | 0.95 | 0 | 0.48 | 0.16 | 149.56 | 0.9 | 0.44 |
| Hex | B | D6 | 6F | 5F | 0 | 30 | 10 | 96 | 5A | 2C |
| Octal | 13 | 326 | 157 | 137 | 0 | 60 | 20 | 226 | 132 | 54 |
| Binary | 1011 | 11010110 | 1101111 | 1011111 | 0 | 110000 | 10000 | 10010110 | 1011010 | 101100 |
Color Harmonies of #0BD66F
Complementary color
Monochromatic Colors of #0BD66F
Black with #0BD66F
Text Example
Text Example
White with #0BD66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD66F; }
p { color: rgb(11,214,111); }
H1.HeaderClassName
{
color: #0BD66F;
}
.AnyTagClassName
{
color: #0BD66F;
}
</style>
background-color css
<style>
a { background-color: #0BD66F; }
a { background-color: rgb(11,214,111); }
div.DivClassName
{
background-color: #0BD66F;
}
.BgClassName
{
background-color: #0BD66F;
}
</style>
border-color css
<style>
span { border-color: #0BD66F; }
span { border-color: rgb(11,214,111); }
td.TdClassName
{
border-color: #0BD66F;
}
.TagClassName
{
border-color: #0BD66F;
}
</style>