Shades of Malachite #0BF362
Tints of Malachite #0BF362
RGB
CMYK
RGB Variations
Color information
#0BF362 (or 0x0BF362) is known color: Malachite. HEX triplet: 0B, F3 and 62. RGB value is (11,243,98). Sum of RGB (Red+Green+Blue) = 11+243+98=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF362 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF362 is #F40C9D. Grayscale: #9D9D9D. Windows color (decimal): -15994014 or 6484747. OLE color: 6484747.
HSL color Cylindrical-coordinate representation of color #0BF362: hue angle of 142.5º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF362 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 243 | 98 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.05 |
| HSL | 142.5º | 0.91% | 0.5% | - |
| HSV(B) | 142.5º | 0.95% | 0.95% | - |
| XYZ | 34.39 | 65.05 | 22.3 | - |
| YUV | 157.1 | 94.64 | 23.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 98 | 0.95 | 0 | 0.60 | 0.05 | 142.5 | 0.91 | 0.5 |
| Hex | B | F3 | 62 | 5F | 0 | 3C | 5 | 8E | 5B | 32 |
| Octal | 13 | 363 | 142 | 137 | 0 | 74 | 5 | 216 | 133 | 62 |
| Binary | 1011 | 11110011 | 1100010 | 1011111 | 0 | 111100 | 101 | 10001110 | 1011011 | 110010 |
Color Harmonies of #0BF362
Complementary color
Monochromatic Colors of #0BF362
Black with #0BF362
Text Example
Text Example
White with #0BF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF362; }
p { color: rgb(11,243,98); }
H1.HeaderClassName
{
color: #0BF362;
}
.AnyTagClassName
{
color: #0BF362;
}
</style>
background-color css
<style>
a { background-color: #0BF362; }
a { background-color: rgb(11,243,98); }
div.DivClassName
{
background-color: #0BF362;
}
.BgClassName
{
background-color: #0BF362;
}
</style>
border-color css
<style>
span { border-color: #0BF362; }
span { border-color: rgb(11,243,98); }
td.TdClassName
{
border-color: #0BF362;
}
.TagClassName
{
border-color: #0BF362;
}
</style>