Shades of Malachite #0BEE67
Tints of Malachite #0BEE67
RGB
CMYK
RGB Variations
Color information
#0BEE67 (or 0x0BEE67) is known color: Malachite. HEX triplet: 0B, EE and 67. RGB value is (11,238,103). Sum of RGB (Red+Green+Blue) = 11+238+103=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 238 (93.36% from 255 or 67.61% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEE67 is #F41198. Grayscale: #9B9B9B. Windows color (decimal): -15995289 or 6811147. OLE color: 6811147.
HSL color Cylindrical-coordinate representation of color #0BEE67: hue angle of 144.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEE67 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 103 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.07 |
| HSL | 144.32º | 0.91% | 0.49% | - |
| HSV(B) | 144.32º | 0.95% | 0.93% | - |
| XYZ | 33.16 | 62.2 | 23.09 | - |
| YUV | 154.74 | 98.79 | 25.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 103 | 0.95 | 0 | 0.57 | 0.07 | 144.32 | 0.91 | 0.49 |
| Hex | B | EE | 67 | 5F | 0 | 39 | 7 | 90 | 5B | 31 |
| Octal | 13 | 356 | 147 | 137 | 0 | 71 | 7 | 220 | 133 | 61 |
| Binary | 1011 | 11101110 | 1100111 | 1011111 | 0 | 111001 | 111 | 10010000 | 1011011 | 110001 |
Color Harmonies of #0BEE67
Complementary color
Monochromatic Colors of #0BEE67
Black with #0BEE67
Text Example
Text Example
White with #0BEE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEE67; }
p { color: rgb(11,238,103); }
H1.HeaderClassName
{
color: #0BEE67;
}
.AnyTagClassName
{
color: #0BEE67;
}
</style>
background-color css
<style>
a { background-color: #0BEE67; }
a { background-color: rgb(11,238,103); }
div.DivClassName
{
background-color: #0BEE67;
}
.BgClassName
{
background-color: #0BEE67;
}
</style>
border-color css
<style>
span { border-color: #0BEE67; }
span { border-color: rgb(11,238,103); }
td.TdClassName
{
border-color: #0BEE67;
}
.TagClassName
{
border-color: #0BEE67;
}
</style>