Shades of Malachite #0BE458
Tints of Malachite #0BE458
RGB
CMYK
RGB Variations
Color information
#0BE458 (or 0x0BE458) is known color: Malachite. HEX triplet: 0B, E4 and 58. RGB value is (11,228,88). Sum of RGB (Red+Green+Blue) = 11+228+88=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 228 (89.45% from 255 or 69.72% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE458 is #F41BA7. Grayscale: #939393. Windows color (decimal): -15997864 or 5825547. OLE color: 5825547.
HSL color Cylindrical-coordinate representation of color #0BE458: hue angle of 141.29º 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 #0BE458 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 88 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.11 |
| HSL | 141.29º | 0.91% | 0.47% | - |
| HSV(B) | 141.29º | 0.95% | 0.89% | - |
| XYZ | 29.64 | 56.26 | 18.53 | - |
| YUV | 147.16 | 94.61 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 88 | 0.95 | 0 | 0.61 | 0.11 | 141.29 | 0.91 | 0.47 |
| Hex | B | E4 | 58 | 5F | 0 | 3D | B | 8D | 5B | 2F |
| Octal | 13 | 344 | 130 | 137 | 0 | 75 | 13 | 215 | 133 | 57 |
| Binary | 1011 | 11100100 | 1011000 | 1011111 | 0 | 111101 | 1011 | 10001101 | 1011011 | 101111 |
Color Harmonies of #0BE458
Complementary color
Monochromatic Colors of #0BE458
Black with #0BE458
Text Example
Text Example
White with #0BE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE458; }
p { color: rgb(11,228,88); }
H1.HeaderClassName
{
color: #0BE458;
}
.AnyTagClassName
{
color: #0BE458;
}
</style>
background-color css
<style>
a { background-color: #0BE458; }
a { background-color: rgb(11,228,88); }
div.DivClassName
{
background-color: #0BE458;
}
.BgClassName
{
background-color: #0BE458;
}
</style>
border-color css
<style>
span { border-color: #0BE458; }
span { border-color: rgb(11,228,88); }
td.TdClassName
{
border-color: #0BE458;
}
.TagClassName
{
border-color: #0BE458;
}
</style>