Shades of Malachite #0BE36B
Tints of Malachite #0BE36B
RGB
CMYK
RGB Variations
Color information
#0BE36B (or 0x0BE36B) is known color: Malachite. HEX triplet: 0B, E3 and 6B. RGB value is (11,227,107). Sum of RGB (Red+Green+Blue) = 11+227+107=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE36B is #F41C94. Grayscale: #959595. Windows color (decimal): -15998101 or 7070475. OLE color: 7070475.
HSL color Cylindrical-coordinate representation of color #0BE36B: hue angle of 146.67º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE36B is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 107 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.11 |
| HSL | 146.67º | 0.91% | 0.47% | - |
| HSV(B) | 146.67º | 0.95% | 0.89% | - |
| XYZ | 30.26 | 56.07 | 23.14 | - |
| YUV | 148.74 | 104.44 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 107 | 0.95 | 0 | 0.53 | 0.11 | 146.67 | 0.91 | 0.47 |
| Hex | B | E3 | 6B | 5F | 0 | 35 | B | 93 | 5B | 2F |
| Octal | 13 | 343 | 153 | 137 | 0 | 65 | 13 | 223 | 133 | 57 |
| Binary | 1011 | 11100011 | 1101011 | 1011111 | 0 | 110101 | 1011 | 10010011 | 1011011 | 101111 |
Color Harmonies of #0BE36B
Complementary color
Monochromatic Colors of #0BE36B
Black with #0BE36B
Text Example
Text Example
White with #0BE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE36B; }
p { color: rgb(11,227,107); }
H1.HeaderClassName
{
color: #0BE36B;
}
.AnyTagClassName
{
color: #0BE36B;
}
</style>
background-color css
<style>
a { background-color: #0BE36B; }
a { background-color: rgb(11,227,107); }
div.DivClassName
{
background-color: #0BE36B;
}
.BgClassName
{
background-color: #0BE36B;
}
</style>
border-color css
<style>
span { border-color: #0BE36B; }
span { border-color: rgb(11,227,107); }
td.TdClassName
{
border-color: #0BE36B;
}
.TagClassName
{
border-color: #0BE36B;
}
</style>