Shades of Malachite #0BC54F
Tints of Malachite #0BC54F
RGB
CMYK
RGB Variations
Color information
#0BC54F (or 0x0BC54F) is known color: Malachite. HEX triplet: 0B, C5 and 4F. RGB value is (11,197,79). Sum of RGB (Red+Green+Blue) = 11+197+79=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC54F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC54F is #F43AB0. Grayscale: #808080. Windows color (decimal): -16005809 or 5227787. OLE color: 5227787.
HSL color Cylindrical-coordinate representation of color #0BC54F: hue angle of 141.94º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC54F is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 79 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.23 |
| HSL | 141.94º | 0.89% | 0.41% | - |
| HSV(B) | 141.94º | 0.94% | 0.77% | - |
| XYZ | 21.52 | 40.57 | 14.09 | - |
| YUV | 127.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 79 | 0.94 | 0 | 0.60 | 0.23 | 141.94 | 0.89 | 0.41 |
| Hex | B | C5 | 4F | 5E | 0 | 3C | 17 | 8E | 59 | 29 |
| Octal | 13 | 305 | 117 | 136 | 0 | 74 | 27 | 216 | 131 | 51 |
| Binary | 1011 | 11000101 | 1001111 | 1011110 | 0 | 111100 | 10111 | 10001110 | 1011001 | 101001 |
Color Harmonies of #0BC54F
Complementary color
Monochromatic Colors of #0BC54F
Black with #0BC54F
Text Example
Text Example
White with #0BC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC54F; }
p { color: rgb(11,197,79); }
H1.HeaderClassName
{
color: #0BC54F;
}
.AnyTagClassName
{
color: #0BC54F;
}
</style>
background-color css
<style>
a { background-color: #0BC54F; }
a { background-color: rgb(11,197,79); }
div.DivClassName
{
background-color: #0BC54F;
}
.BgClassName
{
background-color: #0BC54F;
}
</style>
border-color css
<style>
span { border-color: #0BC54F; }
span { border-color: rgb(11,197,79); }
td.TdClassName
{
border-color: #0BC54F;
}
.TagClassName
{
border-color: #0BC54F;
}
</style>