Shades of Malachite #0BE55B
Tints of Malachite #0BE55B
RGB
CMYK
RGB Variations
Color information
#0BE55B (or 0x0BE55B) is known color: Malachite. HEX triplet: 0B, E5 and 5B. RGB value is (11,229,91). Sum of RGB (Red+Green+Blue) = 11+229+91=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 229 (89.84% from 255 or 69.18% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE55B is #F41AA4. Grayscale: #949494. Windows color (decimal): -15997605 or 6022411. OLE color: 6022411.
HSL color Cylindrical-coordinate representation of color #0BE55B: hue angle of 142.02º 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 #0BE55B is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 91 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.10 |
| HSL | 142.02º | 0.91% | 0.47% | - |
| HSV(B) | 142.02º | 0.95% | 0.9% | - |
| XYZ | 30.05 | 56.87 | 19.29 | - |
| YUV | 148.09 | 95.78 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 91 | 0.95 | 0 | 0.60 | 0.10 | 142.02 | 0.91 | 0.47 |
| Hex | B | E5 | 5B | 5F | 0 | 3C | A | 8E | 5B | 2F |
| Octal | 13 | 345 | 133 | 137 | 0 | 74 | 12 | 216 | 133 | 57 |
| Binary | 1011 | 11100101 | 1011011 | 1011111 | 0 | 111100 | 1010 | 10001110 | 1011011 | 101111 |
Color Harmonies of #0BE55B
Complementary color
Monochromatic Colors of #0BE55B
Black with #0BE55B
Text Example
Text Example
White with #0BE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE55B; }
p { color: rgb(11,229,91); }
H1.HeaderClassName
{
color: #0BE55B;
}
.AnyTagClassName
{
color: #0BE55B;
}
</style>
background-color css
<style>
a { background-color: #0BE55B; }
a { background-color: rgb(11,229,91); }
div.DivClassName
{
background-color: #0BE55B;
}
.BgClassName
{
background-color: #0BE55B;
}
</style>
border-color css
<style>
span { border-color: #0BE55B; }
span { border-color: rgb(11,229,91); }
td.TdClassName
{
border-color: #0BE55B;
}
.TagClassName
{
border-color: #0BE55B;
}
</style>