Shades of Malachite #0BE435
Tints of Malachite #0BE435
RGB
CMYK
RGB Variations
Color information
#0BE435 (or 0x0BE435) is known color: Malachite. HEX triplet: 0B, E4 and 35. RGB value is (11,228,53). Sum of RGB (Red+Green+Blue) = 11+228+53=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 228 (89.45% from 255 or 78.08% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE435 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE435 is #F41BCA. Grayscale: #8F8F8F. Windows color (decimal): -15997899 or 3531787. OLE color: 3531787.
HSL color Cylindrical-coordinate representation of color #0BE435: hue angle of 131.61º 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 #0BE435 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 53 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.11 |
| HSL | 131.61º | 0.91% | 0.47% | - |
| HSV(B) | 131.61º | 0.95% | 0.89% | - |
| XYZ | 28.52 | 55.81 | 12.64 | - |
| YUV | 143.17 | 77.11 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 53 | 0.95 | 0 | 0.77 | 0.11 | 131.61 | 0.91 | 0.47 |
| Hex | B | E4 | 35 | 5F | 0 | 4D | B | 84 | 5B | 2F |
| Octal | 13 | 344 | 65 | 137 | 0 | 115 | 13 | 204 | 133 | 57 |
| Binary | 1011 | 11100100 | 110101 | 1011111 | 0 | 1001101 | 1011 | 10000100 | 1011011 | 101111 |
Color Harmonies of #0BE435
Complementary color
Monochromatic Colors of #0BE435
Black with #0BE435
Text Example
Text Example
White with #0BE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE435; }
p { color: rgb(11,228,53); }
H1.HeaderClassName
{
color: #0BE435;
}
.AnyTagClassName
{
color: #0BE435;
}
</style>
background-color css
<style>
a { background-color: #0BE435; }
a { background-color: rgb(11,228,53); }
div.DivClassName
{
background-color: #0BE435;
}
.BgClassName
{
background-color: #0BE435;
}
</style>
border-color css
<style>
span { border-color: #0BE435; }
span { border-color: rgb(11,228,53); }
td.TdClassName
{
border-color: #0BE435;
}
.TagClassName
{
border-color: #0BE435;
}
</style>