Shades of Malachite #0BD75E
Tints of Malachite #0BD75E
RGB
CMYK
RGB Variations
Color information
#0BD75E (or 0x0BD75E) is known color: Malachite. HEX triplet: 0B, D7 and 5E. RGB value is (11,215,94). Sum of RGB (Red+Green+Blue) = 11+215+94=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD75E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD75E is #F428A1. Grayscale: #8C8C8C. Windows color (decimal): -16001186 or 6215435. OLE color: 6215435.
HSL color Cylindrical-coordinate representation of color #0BD75E: hue angle of 144.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD75E is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 94 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.16 |
| HSL | 144.41º | 0.9% | 0.44% | - |
| HSV(B) | 144.41º | 0.95% | 0.84% | - |
| XYZ | 26.46 | 49.48 | 18.75 | - |
| YUV | 140.21 | 101.91 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 94 | 0.95 | 0 | 0.56 | 0.16 | 144.41 | 0.9 | 0.44 |
| Hex | B | D7 | 5E | 5F | 0 | 38 | 10 | 90 | 5A | 2C |
| Octal | 13 | 327 | 136 | 137 | 0 | 70 | 20 | 220 | 132 | 54 |
| Binary | 1011 | 11010111 | 1011110 | 1011111 | 0 | 111000 | 10000 | 10010000 | 1011010 | 101100 |
Color Harmonies of #0BD75E
Complementary color
Monochromatic Colors of #0BD75E
Black with #0BD75E
Text Example
Text Example
White with #0BD75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD75E; }
p { color: rgb(11,215,94); }
H1.HeaderClassName
{
color: #0BD75E;
}
.AnyTagClassName
{
color: #0BD75E;
}
</style>
background-color css
<style>
a { background-color: #0BD75E; }
a { background-color: rgb(11,215,94); }
div.DivClassName
{
background-color: #0BD75E;
}
.BgClassName
{
background-color: #0BD75E;
}
</style>
border-color css
<style>
span { border-color: #0BD75E; }
span { border-color: rgb(11,215,94); }
td.TdClassName
{
border-color: #0BD75E;
}
.TagClassName
{
border-color: #0BD75E;
}
</style>