Shades of Malachite #0BE13E
Tints of Malachite #0BE13E
RGB
CMYK
RGB Variations
Color information
#0BE13E (or 0x0BE13E) is known color: Malachite. HEX triplet: 0B, E1 and 3E. RGB value is (11,225,62). Sum of RGB (Red+Green+Blue) = 11+225+62=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE13E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE13E is #F41EC1. Grayscale: #8E8E8E. Windows color (decimal): -15998658 or 4120843. OLE color: 4120843.
HSL color Cylindrical-coordinate representation of color #0BE13E: hue angle of 134.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE13E is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 62 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.12 |
| HSL | 134.3º | 0.91% | 0.46% | - |
| HSV(B) | 134.3º | 0.95% | 0.88% | - |
| XYZ | 27.93 | 54.27 | 13.56 | - |
| YUV | 142.43 | 82.6 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 62 | 0.95 | 0 | 0.72 | 0.12 | 134.3 | 0.91 | 0.46 |
| Hex | B | E1 | 3E | 5F | 0 | 48 | C | 86 | 5B | 2E |
| Octal | 13 | 341 | 76 | 137 | 0 | 110 | 14 | 206 | 133 | 56 |
| Binary | 1011 | 11100001 | 111110 | 1011111 | 0 | 1001000 | 1100 | 10000110 | 1011011 | 101110 |
Color Harmonies of #0BE13E
Complementary color
Monochromatic Colors of #0BE13E
Black with #0BE13E
Text Example
Text Example
White with #0BE13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE13E; }
p { color: rgb(11,225,62); }
H1.HeaderClassName
{
color: #0BE13E;
}
.AnyTagClassName
{
color: #0BE13E;
}
</style>
background-color css
<style>
a { background-color: #0BE13E; }
a { background-color: rgb(11,225,62); }
div.DivClassName
{
background-color: #0BE13E;
}
.BgClassName
{
background-color: #0BE13E;
}
</style>
border-color css
<style>
span { border-color: #0BE13E; }
span { border-color: rgb(11,225,62); }
td.TdClassName
{
border-color: #0BE13E;
}
.TagClassName
{
border-color: #0BE13E;
}
</style>