Shades of Malachite #0BE74E
Tints of Malachite #0BE74E
RGB
CMYK
RGB Variations
Color information
#0BE74E (or 0x0BE74E) is known color: Malachite. HEX triplet: 0B, E7 and 4E. RGB value is (11,231,78). Sum of RGB (Red+Green+Blue) = 11+231+78=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 231 (90.62% from 255 or 72.19% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE74E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE74E is #F418B1. Grayscale: #949494. Windows color (decimal): -15997106 or 5170955. OLE color: 5170955.
HSL color Cylindrical-coordinate representation of color #0BE74E: hue angle of 138.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE74E is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 78 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.09 |
| HSL | 138.27º | 0.91% | 0.47% | - |
| HSV(B) | 138.27º | 0.95% | 0.91% | - |
| XYZ | 30.09 | 57.77 | 16.77 | - |
| YUV | 147.78 | 88.61 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 78 | 0.95 | 0 | 0.66 | 0.09 | 138.27 | 0.91 | 0.47 |
| Hex | B | E7 | 4E | 5F | 0 | 42 | 9 | 8A | 5B | 2F |
| Octal | 13 | 347 | 116 | 137 | 0 | 102 | 11 | 212 | 133 | 57 |
| Binary | 1011 | 11100111 | 1001110 | 1011111 | 0 | 1000010 | 1001 | 10001010 | 1011011 | 101111 |
Color Harmonies of #0BE74E
Complementary color
Monochromatic Colors of #0BE74E
Black with #0BE74E
Text Example
Text Example
White with #0BE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE74E; }
p { color: rgb(11,231,78); }
H1.HeaderClassName
{
color: #0BE74E;
}
.AnyTagClassName
{
color: #0BE74E;
}
</style>
background-color css
<style>
a { background-color: #0BE74E; }
a { background-color: rgb(11,231,78); }
div.DivClassName
{
background-color: #0BE74E;
}
.BgClassName
{
background-color: #0BE74E;
}
</style>
border-color css
<style>
span { border-color: #0BE74E; }
span { border-color: rgb(11,231,78); }
td.TdClassName
{
border-color: #0BE74E;
}
.TagClassName
{
border-color: #0BE74E;
}
</style>