Shades of Malachite #0BDE4E
Tints of Malachite #0BDE4E
RGB
CMYK
RGB Variations
Color information
#0BDE4E (or 0x0BDE4E) is known color: Malachite. HEX triplet: 0B, DE and 4E. RGB value is (11,222,78). Sum of RGB (Red+Green+Blue) = 11+222+78=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 222 (87.11% from 255 or 71.38% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDE4E is #F421B1. Grayscale: #8E8E8E. Windows color (decimal): -15999410 or 5168651. OLE color: 5168651.
HSL color Cylindrical-coordinate representation of color #0BDE4E: hue angle of 139.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE4E is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 78 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.13 |
| HSL | 139.05º | 0.91% | 0.46% | - |
| HSV(B) | 139.05º | 0.95% | 0.87% | - |
| XYZ | 27.63 | 52.86 | 15.95 | - |
| YUV | 142.5 | 91.6 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 78 | 0.95 | 0 | 0.65 | 0.13 | 139.05 | 0.91 | 0.46 |
| Hex | B | DE | 4E | 5F | 0 | 41 | D | 8B | 5B | 2E |
| Octal | 13 | 336 | 116 | 137 | 0 | 101 | 15 | 213 | 133 | 56 |
| Binary | 1011 | 11011110 | 1001110 | 1011111 | 0 | 1000001 | 1101 | 10001011 | 1011011 | 101110 |
Color Harmonies of #0BDE4E
Complementary color
Monochromatic Colors of #0BDE4E
Black with #0BDE4E
Text Example
Text Example
White with #0BDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE4E; }
p { color: rgb(11,222,78); }
H1.HeaderClassName
{
color: #0BDE4E;
}
.AnyTagClassName
{
color: #0BDE4E;
}
</style>
background-color css
<style>
a { background-color: #0BDE4E; }
a { background-color: rgb(11,222,78); }
div.DivClassName
{
background-color: #0BDE4E;
}
.BgClassName
{
background-color: #0BDE4E;
}
</style>
border-color css
<style>
span { border-color: #0BDE4E; }
span { border-color: rgb(11,222,78); }
td.TdClassName
{
border-color: #0BDE4E;
}
.TagClassName
{
border-color: #0BDE4E;
}
</style>