Shades of Malachite #0BE561
Tints of Malachite #0BE561
RGB
CMYK
RGB Variations
Color information
#0BE561 (or 0x0BE561) is known color: Malachite. HEX triplet: 0B, E5 and 61. RGB value is (11,229,97). Sum of RGB (Red+Green+Blue) = 11+229+97=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE561 is #F41A9E. Grayscale: #959595. Windows color (decimal): -15997599 or 6415627. OLE color: 6415627.
HSL color Cylindrical-coordinate representation of color #0BE561: hue angle of 143.67º 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 #0BE561 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 97 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.10 |
| HSL | 143.67º | 0.91% | 0.47% | - |
| HSV(B) | 143.67º | 0.95% | 0.9% | - |
| XYZ | 30.31 | 56.97 | 20.71 | - |
| YUV | 148.77 | 98.78 | 29.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 97 | 0.95 | 0 | 0.58 | 0.10 | 143.67 | 0.91 | 0.47 |
| Hex | B | E5 | 61 | 5F | 0 | 3A | A | 90 | 5B | 2F |
| Octal | 13 | 345 | 141 | 137 | 0 | 72 | 12 | 220 | 133 | 57 |
| Binary | 1011 | 11100101 | 1100001 | 1011111 | 0 | 111010 | 1010 | 10010000 | 1011011 | 101111 |
Color Harmonies of #0BE561
Complementary color
Monochromatic Colors of #0BE561
Black with #0BE561
Text Example
Text Example
White with #0BE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE561; }
p { color: rgb(11,229,97); }
H1.HeaderClassName
{
color: #0BE561;
}
.AnyTagClassName
{
color: #0BE561;
}
</style>
background-color css
<style>
a { background-color: #0BE561; }
a { background-color: rgb(11,229,97); }
div.DivClassName
{
background-color: #0BE561;
}
.BgClassName
{
background-color: #0BE561;
}
</style>
border-color css
<style>
span { border-color: #0BE561; }
span { border-color: rgb(11,229,97); }
td.TdClassName
{
border-color: #0BE561;
}
.TagClassName
{
border-color: #0BE561;
}
</style>