Shades of Malachite #0BE645
Tints of Malachite #0BE645
RGB
CMYK
RGB Variations
Color information
#0BE645 (or 0x0BE645) is known color: Malachite. HEX triplet: 0B, E6 and 45. RGB value is (11,230,69). Sum of RGB (Red+Green+Blue) = 11+230+69=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 230 (90.23% from 255 or 74.19% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE645 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE645 is #F419BA. Grayscale: #929292. Windows color (decimal): -15997371 or 4580875. OLE color: 4580875.
HSL color Cylindrical-coordinate representation of color #0BE645: hue angle of 135.89º 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 #0BE645 is Cyan = 0.95, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 69 | - |
| CMYK | 0.95 | 0 | 0.7 | 0.10 |
| HSL | 135.89º | 0.91% | 0.47% | - |
| HSV(B) | 135.89º | 0.95% | 0.9% | - |
| XYZ | 29.51 | 57.09 | 15.1 | - |
| YUV | 146.17 | 84.45 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 69 | 0.95 | 0 | 0.7 | 0.10 | 135.89 | 0.91 | 0.47 |
| Hex | B | E6 | 45 | 5F | 0 | 46 | A | 88 | 5B | 2F |
| Octal | 13 | 346 | 105 | 137 | 0 | 106 | 12 | 210 | 133 | 57 |
| Binary | 1011 | 11100110 | 1000101 | 1011111 | 0 | 1000110 | 1010 | 10001000 | 1011011 | 101111 |
Color Harmonies of #0BE645
Complementary color
Monochromatic Colors of #0BE645
Black with #0BE645
Text Example
Text Example
White with #0BE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE645; }
p { color: rgb(11,230,69); }
H1.HeaderClassName
{
color: #0BE645;
}
.AnyTagClassName
{
color: #0BE645;
}
</style>
background-color css
<style>
a { background-color: #0BE645; }
a { background-color: rgb(11,230,69); }
div.DivClassName
{
background-color: #0BE645;
}
.BgClassName
{
background-color: #0BE645;
}
</style>
border-color css
<style>
span { border-color: #0BE645; }
span { border-color: rgb(11,230,69); }
td.TdClassName
{
border-color: #0BE645;
}
.TagClassName
{
border-color: #0BE645;
}
</style>