Shades of Malachite #0BCF47
Tints of Malachite #0BCF47
RGB
CMYK
RGB Variations
Color information
#0BCF47 (or 0x0BCF47) is known color: Malachite. HEX triplet: 0B, CF and 47. RGB value is (11,207,71). Sum of RGB (Red+Green+Blue) = 11+207+71=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 207 (81.25% from 255 or 71.63% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCF47 is #F430B8. Grayscale: #858585. Windows color (decimal): -16003257 or 4706059. OLE color: 4706059.
HSL color Cylindrical-coordinate representation of color #0BCF47: hue angle of 138.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCF47 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 71 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.19 |
| HSL | 138.37º | 0.9% | 0.43% | - |
| HSV(B) | 138.37º | 0.95% | 0.81% | - |
| XYZ | 23.59 | 45.15 | 13.43 | - |
| YUV | 132.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 71 | 0.95 | 0 | 0.66 | 0.19 | 138.37 | 0.9 | 0.43 |
| Hex | B | CF | 47 | 5F | 0 | 42 | 13 | 8A | 5A | 2B |
| Octal | 13 | 317 | 107 | 137 | 0 | 102 | 23 | 212 | 132 | 53 |
| Binary | 1011 | 11001111 | 1000111 | 1011111 | 0 | 1000010 | 10011 | 10001010 | 1011010 | 101011 |
Color Harmonies of #0BCF47
Complementary color
Monochromatic Colors of #0BCF47
Black with #0BCF47
Text Example
Text Example
White with #0BCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF47; }
p { color: rgb(11,207,71); }
H1.HeaderClassName
{
color: #0BCF47;
}
.AnyTagClassName
{
color: #0BCF47;
}
</style>
background-color css
<style>
a { background-color: #0BCF47; }
a { background-color: rgb(11,207,71); }
div.DivClassName
{
background-color: #0BCF47;
}
.BgClassName
{
background-color: #0BCF47;
}
</style>
border-color css
<style>
span { border-color: #0BCF47; }
span { border-color: rgb(11,207,71); }
td.TdClassName
{
border-color: #0BCF47;
}
.TagClassName
{
border-color: #0BCF47;
}
</style>