Shades of Malachite #0BE84B
Tints of Malachite #0BE84B
RGB
CMYK
RGB Variations
Color information
#0BE84B (or 0x0BE84B) is known color: Malachite. HEX triplet: 0B, E8 and 4B. RGB value is (11,232,75). Sum of RGB (Red+Green+Blue) = 11+232+75=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE84B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE84B is #F417B4. Grayscale: #949494. Windows color (decimal): -15996853 or 4974603. OLE color: 4974603.
HSL color Cylindrical-coordinate representation of color #0BE84B: hue angle of 137.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE84B is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 75 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.09 |
| HSL | 137.38º | 0.91% | 0.48% | - |
| HSV(B) | 137.38º | 0.95% | 0.91% | - |
| XYZ | 30.26 | 58.29 | 16.31 | - |
| YUV | 148.02 | 86.78 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 75 | 0.95 | 0 | 0.68 | 0.09 | 137.38 | 0.91 | 0.48 |
| Hex | B | E8 | 4B | 5F | 0 | 44 | 9 | 89 | 5B | 30 |
| Octal | 13 | 350 | 113 | 137 | 0 | 104 | 11 | 211 | 133 | 60 |
| Binary | 1011 | 11101000 | 1001011 | 1011111 | 0 | 1000100 | 1001 | 10001001 | 1011011 | 110000 |
Color Harmonies of #0BE84B
Complementary color
Monochromatic Colors of #0BE84B
Black with #0BE84B
Text Example
Text Example
White with #0BE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE84B; }
p { color: rgb(11,232,75); }
H1.HeaderClassName
{
color: #0BE84B;
}
.AnyTagClassName
{
color: #0BE84B;
}
</style>
background-color css
<style>
a { background-color: #0BE84B; }
a { background-color: rgb(11,232,75); }
div.DivClassName
{
background-color: #0BE84B;
}
.BgClassName
{
background-color: #0BE84B;
}
</style>
border-color css
<style>
span { border-color: #0BE84B; }
span { border-color: rgb(11,232,75); }
td.TdClassName
{
border-color: #0BE84B;
}
.TagClassName
{
border-color: #0BE84B;
}
</style>