Shades of Malachite #0BE04B
Tints of Malachite #0BE04B
RGB
CMYK
RGB Variations
Color information
#0BE04B (or 0x0BE04B) is known color: Malachite. HEX triplet: 0B, E0 and 4B. RGB value is (11,224,75). Sum of RGB (Red+Green+Blue) = 11+224+75=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE04B is #F41FB4. Grayscale: #8F8F8F. Windows color (decimal): -15998901 or 4972555. OLE color: 4972555.
HSL color Cylindrical-coordinate representation of color #0BE04B: hue angle of 138.03º 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 #0BE04B is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 75 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.12 |
| HSL | 138.03º | 0.91% | 0.46% | - |
| HSV(B) | 138.03º | 0.95% | 0.88% | - |
| XYZ | 28.06 | 53.89 | 15.58 | - |
| YUV | 143.33 | 89.43 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 75 | 0.95 | 0 | 0.67 | 0.12 | 138.03 | 0.91 | 0.46 |
| Hex | B | E0 | 4B | 5F | 0 | 43 | C | 8A | 5B | 2E |
| Octal | 13 | 340 | 113 | 137 | 0 | 103 | 14 | 212 | 133 | 56 |
| Binary | 1011 | 11100000 | 1001011 | 1011111 | 0 | 1000011 | 1100 | 10001010 | 1011011 | 101110 |
Color Harmonies of #0BE04B
Complementary color
Monochromatic Colors of #0BE04B
Black with #0BE04B
Text Example
Text Example
White with #0BE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE04B; }
p { color: rgb(11,224,75); }
H1.HeaderClassName
{
color: #0BE04B;
}
.AnyTagClassName
{
color: #0BE04B;
}
</style>
background-color css
<style>
a { background-color: #0BE04B; }
a { background-color: rgb(11,224,75); }
div.DivClassName
{
background-color: #0BE04B;
}
.BgClassName
{
background-color: #0BE04B;
}
</style>
border-color css
<style>
span { border-color: #0BE04B; }
span { border-color: rgb(11,224,75); }
td.TdClassName
{
border-color: #0BE04B;
}
.TagClassName
{
border-color: #0BE04B;
}
</style>