Shades of Malachite #0BE65D
Tints of Malachite #0BE65D
RGB
CMYK
RGB Variations
Color information
#0BE65D (or 0x0BE65D) is known color: Malachite. HEX triplet: 0B, E6 and 5D. RGB value is (11,230,93). Sum of RGB (Red+Green+Blue) = 11+230+93=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE65D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE65D is #F419A2. Grayscale: #959595. Windows color (decimal): -15997347 or 6153739. OLE color: 6153739.
HSL color Cylindrical-coordinate representation of color #0BE65D: hue angle of 142.47º 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 #0BE65D is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 93 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.10 |
| HSL | 142.47º | 0.91% | 0.47% | - |
| HSV(B) | 142.47º | 0.95% | 0.9% | - |
| XYZ | 30.41 | 57.46 | 19.84 | - |
| YUV | 148.9 | 96.45 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 93 | 0.95 | 0 | 0.60 | 0.10 | 142.47 | 0.91 | 0.47 |
| Hex | B | E6 | 5D | 5F | 0 | 3C | A | 8E | 5B | 2F |
| Octal | 13 | 346 | 135 | 137 | 0 | 74 | 12 | 216 | 133 | 57 |
| Binary | 1011 | 11100110 | 1011101 | 1011111 | 0 | 111100 | 1010 | 10001110 | 1011011 | 101111 |
Color Harmonies of #0BE65D
Complementary color
Monochromatic Colors of #0BE65D
Black with #0BE65D
Text Example
Text Example
White with #0BE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE65D; }
p { color: rgb(11,230,93); }
H1.HeaderClassName
{
color: #0BE65D;
}
.AnyTagClassName
{
color: #0BE65D;
}
</style>
background-color css
<style>
a { background-color: #0BE65D; }
a { background-color: rgb(11,230,93); }
div.DivClassName
{
background-color: #0BE65D;
}
.BgClassName
{
background-color: #0BE65D;
}
</style>
border-color css
<style>
span { border-color: #0BE65D; }
span { border-color: rgb(11,230,93); }
td.TdClassName
{
border-color: #0BE65D;
}
.TagClassName
{
border-color: #0BE65D;
}
</style>