Shades of Malachite #0BE24B
Tints of Malachite #0BE24B
RGB
CMYK
RGB Variations
Color information
#0BE24B (or 0x0BE24B) is known color: Malachite. HEX triplet: 0B, E2 and 4B. RGB value is (11,226,75). Sum of RGB (Red+Green+Blue) = 11+226+75=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 226 (88.67% from 255 or 72.44% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE24B is #F41DB4. Grayscale: #909090. Windows color (decimal): -15998389 or 4973067. OLE color: 4973067.
HSL color Cylindrical-coordinate representation of color #0BE24B: hue angle of 137.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE24B is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 75 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.11 |
| HSL | 137.86º | 0.91% | 0.46% | - |
| HSV(B) | 137.86º | 0.95% | 0.89% | - |
| XYZ | 28.6 | 54.97 | 15.76 | - |
| YUV | 144.5 | 88.77 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 75 | 0.95 | 0 | 0.67 | 0.11 | 137.86 | 0.91 | 0.46 |
| Hex | B | E2 | 4B | 5F | 0 | 43 | B | 8A | 5B | 2E |
| Octal | 13 | 342 | 113 | 137 | 0 | 103 | 13 | 212 | 133 | 56 |
| Binary | 1011 | 11100010 | 1001011 | 1011111 | 0 | 1000011 | 1011 | 10001010 | 1011011 | 101110 |
Color Harmonies of #0BE24B
Complementary color
Monochromatic Colors of #0BE24B
Black with #0BE24B
Text Example
Text Example
White with #0BE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE24B; }
p { color: rgb(11,226,75); }
H1.HeaderClassName
{
color: #0BE24B;
}
.AnyTagClassName
{
color: #0BE24B;
}
</style>
background-color css
<style>
a { background-color: #0BE24B; }
a { background-color: rgb(11,226,75); }
div.DivClassName
{
background-color: #0BE24B;
}
.BgClassName
{
background-color: #0BE24B;
}
</style>
border-color css
<style>
span { border-color: #0BE24B; }
span { border-color: rgb(11,226,75); }
td.TdClassName
{
border-color: #0BE24B;
}
.TagClassName
{
border-color: #0BE24B;
}
</style>