Shades of Malachite #0BF359
Tints of Malachite #0BF359
RGB
CMYK
RGB Variations
Color information
#0BF359 (or 0x0BF359) is known color: Malachite. HEX triplet: 0B, F3 and 59. RGB value is (11,243,89). Sum of RGB (Red+Green+Blue) = 11+243+89=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 243 (95.31% from 255 or 70.85% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF359 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF359 is #F40CA6. Grayscale: #9C9C9C. Windows color (decimal): -15994023 or 5894923. OLE color: 5894923.
HSL color Cylindrical-coordinate representation of color #0BF359: hue angle of 140.17º 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 #0BF359 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 243 | 89 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.05 |
| HSL | 140.17º | 0.91% | 0.5% | - |
| HSV(B) | 140.17º | 0.95% | 0.95% | - |
| XYZ | 33.99 | 64.89 | 20.19 | - |
| YUV | 156.08 | 90.14 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 89 | 0.95 | 0 | 0.63 | 0.05 | 140.17 | 0.91 | 0.5 |
| Hex | B | F3 | 59 | 5F | 0 | 3F | 5 | 8C | 5B | 32 |
| Octal | 13 | 363 | 131 | 137 | 0 | 77 | 5 | 214 | 133 | 62 |
| Binary | 1011 | 11110011 | 1011001 | 1011111 | 0 | 111111 | 101 | 10001100 | 1011011 | 110010 |
Color Harmonies of #0BF359
Complementary color
Monochromatic Colors of #0BF359
Black with #0BF359
Text Example
Text Example
White with #0BF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF359; }
p { color: rgb(11,243,89); }
H1.HeaderClassName
{
color: #0BF359;
}
.AnyTagClassName
{
color: #0BF359;
}
</style>
background-color css
<style>
a { background-color: #0BF359; }
a { background-color: rgb(11,243,89); }
div.DivClassName
{
background-color: #0BF359;
}
.BgClassName
{
background-color: #0BF359;
}
</style>
border-color css
<style>
span { border-color: #0BF359; }
span { border-color: rgb(11,243,89); }
td.TdClassName
{
border-color: #0BF359;
}
.TagClassName
{
border-color: #0BF359;
}
</style>