Shades of Malachite #0BE64D
Tints of Malachite #0BE64D
RGB
CMYK
RGB Variations
Color information
#0BE64D (or 0x0BE64D) is known color: Malachite. HEX triplet: 0B, E6 and 4D. RGB value is (11,230,77). Sum of RGB (Red+Green+Blue) = 11+230+77=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 230 (90.23% from 255 or 72.33% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE64D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE64D is #F419B2. Grayscale: #939393. Windows color (decimal): -15997363 or 5105163. OLE color: 5105163.
HSL color Cylindrical-coordinate representation of color #0BE64D: hue angle of 138.08º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE64D is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 77 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.10 |
| HSL | 138.08º | 0.91% | 0.47% | - |
| HSV(B) | 138.08º | 0.95% | 0.9% | - |
| XYZ | 29.77 | 57.2 | 16.49 | - |
| YUV | 147.08 | 88.45 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 77 | 0.95 | 0 | 0.67 | 0.10 | 138.08 | 0.91 | 0.47 |
| Hex | B | E6 | 4D | 5F | 0 | 43 | A | 8A | 5B | 2F |
| Octal | 13 | 346 | 115 | 137 | 0 | 103 | 12 | 212 | 133 | 57 |
| Binary | 1011 | 11100110 | 1001101 | 1011111 | 0 | 1000011 | 1010 | 10001010 | 1011011 | 101111 |
Color Harmonies of #0BE64D
Complementary color
Monochromatic Colors of #0BE64D
Black with #0BE64D
Text Example
Text Example
White with #0BE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE64D; }
p { color: rgb(11,230,77); }
H1.HeaderClassName
{
color: #0BE64D;
}
.AnyTagClassName
{
color: #0BE64D;
}
</style>
background-color css
<style>
a { background-color: #0BE64D; }
a { background-color: rgb(11,230,77); }
div.DivClassName
{
background-color: #0BE64D;
}
.BgClassName
{
background-color: #0BE64D;
}
</style>
border-color css
<style>
span { border-color: #0BE64D; }
span { border-color: rgb(11,230,77); }
td.TdClassName
{
border-color: #0BE64D;
}
.TagClassName
{
border-color: #0BE64D;
}
</style>