Shades of Malachite #0BE33D
Tints of Malachite #0BE33D
RGB
CMYK
RGB Variations
Color information
#0BE33D (or 0x0BE33D) is known color: Malachite. HEX triplet: 0B, E3 and 3D. RGB value is (11,227,61). Sum of RGB (Red+Green+Blue) = 11+227+61=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE33D is #F41CC2. Grayscale: #8F8F8F. Windows color (decimal): -15998147 or 4055819. OLE color: 4055819.
HSL color Cylindrical-coordinate representation of color #0BE33D: hue angle of 133.89º 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 #0BE33D is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 61 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.11 |
| HSL | 133.89º | 0.91% | 0.47% | - |
| HSV(B) | 133.89º | 0.95% | 0.89% | - |
| XYZ | 28.45 | 55.35 | 13.6 | - |
| YUV | 143.49 | 81.44 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 61 | 0.95 | 0 | 0.73 | 0.11 | 133.89 | 0.91 | 0.47 |
| Hex | B | E3 | 3D | 5F | 0 | 49 | B | 86 | 5B | 2F |
| Octal | 13 | 343 | 75 | 137 | 0 | 111 | 13 | 206 | 133 | 57 |
| Binary | 1011 | 11100011 | 111101 | 1011111 | 0 | 1001001 | 1011 | 10000110 | 1011011 | 101111 |
Color Harmonies of #0BE33D
Complementary color
Monochromatic Colors of #0BE33D
Black with #0BE33D
Text Example
Text Example
White with #0BE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE33D; }
p { color: rgb(11,227,61); }
H1.HeaderClassName
{
color: #0BE33D;
}
.AnyTagClassName
{
color: #0BE33D;
}
</style>
background-color css
<style>
a { background-color: #0BE33D; }
a { background-color: rgb(11,227,61); }
div.DivClassName
{
background-color: #0BE33D;
}
.BgClassName
{
background-color: #0BE33D;
}
</style>
border-color css
<style>
span { border-color: #0BE33D; }
span { border-color: rgb(11,227,61); }
td.TdClassName
{
border-color: #0BE33D;
}
.TagClassName
{
border-color: #0BE33D;
}
</style>