Shades of Malachite #0BCD71
Tints of Malachite #0BCD71
RGB
CMYK
RGB Variations
Color information
#0BCD71 (or 0x0BCD71) is known color: Malachite. HEX triplet: 0B, CD and 71. RGB value is (11,205,113). Sum of RGB (Red+Green+Blue) = 11+205+113=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCD71 is #F4328E. Grayscale: #888888. Windows color (decimal): -16003727 or 7458059. OLE color: 7458059.
HSL color Cylindrical-coordinate representation of color #0BCD71: hue angle of 151.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD71 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 113 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.20 |
| HSL | 151.55º | 0.9% | 0.42% | - |
| HSV(B) | 151.55º | 0.95% | 0.8% | - |
| XYZ | 24.95 | 44.93 | 22.98 | - |
| YUV | 136.51 | 114.73 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 113 | 0.95 | 0 | 0.45 | 0.20 | 151.55 | 0.9 | 0.42 |
| Hex | B | CD | 71 | 5F | 0 | 2D | 14 | 98 | 5A | 2A |
| Octal | 13 | 315 | 161 | 137 | 0 | 55 | 24 | 230 | 132 | 52 |
| Binary | 1011 | 11001101 | 1110001 | 1011111 | 0 | 101101 | 10100 | 10011000 | 1011010 | 101010 |
Color Harmonies of #0BCD71
Complementary color
Monochromatic Colors of #0BCD71
Black with #0BCD71
Text Example
Text Example
White with #0BCD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD71; }
p { color: rgb(11,205,113); }
H1.HeaderClassName
{
color: #0BCD71;
}
.AnyTagClassName
{
color: #0BCD71;
}
</style>
background-color css
<style>
a { background-color: #0BCD71; }
a { background-color: rgb(11,205,113); }
div.DivClassName
{
background-color: #0BCD71;
}
.BgClassName
{
background-color: #0BCD71;
}
</style>
border-color css
<style>
span { border-color: #0BCD71; }
span { border-color: rgb(11,205,113); }
td.TdClassName
{
border-color: #0BCD71;
}
.TagClassName
{
border-color: #0BCD71;
}
</style>