Shades of Malachite #0BE35C
Tints of Malachite #0BE35C
RGB
CMYK
RGB Variations
Color information
#0BE35C (or 0x0BE35C) is known color: Malachite. HEX triplet: 0B, E3 and 5C. RGB value is (11,227,92). Sum of RGB (Red+Green+Blue) = 11+227+92=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE35C is #F41CA3. Grayscale: #939393. Windows color (decimal): -15998116 or 6087435. OLE color: 6087435.
HSL color Cylindrical-coordinate representation of color #0BE35C: hue angle of 142.5º 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 #0BE35C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 92 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.11 |
| HSL | 142.5º | 0.91% | 0.47% | - |
| HSV(B) | 142.5º | 0.95% | 0.89% | - |
| XYZ | 29.54 | 55.78 | 19.34 | - |
| YUV | 147.03 | 96.94 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 92 | 0.95 | 0 | 0.59 | 0.11 | 142.5 | 0.91 | 0.47 |
| Hex | B | E3 | 5C | 5F | 0 | 3B | B | 8E | 5B | 2F |
| Octal | 13 | 343 | 134 | 137 | 0 | 73 | 13 | 216 | 133 | 57 |
| Binary | 1011 | 11100011 | 1011100 | 1011111 | 0 | 111011 | 1011 | 10001110 | 1011011 | 101111 |
Color Harmonies of #0BE35C
Complementary color
Monochromatic Colors of #0BE35C
Black with #0BE35C
Text Example
Text Example
White with #0BE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE35C; }
p { color: rgb(11,227,92); }
H1.HeaderClassName
{
color: #0BE35C;
}
.AnyTagClassName
{
color: #0BE35C;
}
</style>
background-color css
<style>
a { background-color: #0BE35C; }
a { background-color: rgb(11,227,92); }
div.DivClassName
{
background-color: #0BE35C;
}
.BgClassName
{
background-color: #0BE35C;
}
</style>
border-color css
<style>
span { border-color: #0BE35C; }
span { border-color: rgb(11,227,92); }
td.TdClassName
{
border-color: #0BE35C;
}
.TagClassName
{
border-color: #0BE35C;
}
</style>