Shades of Malachite #0BF83B
Tints of Malachite #0BF83B
RGB
CMYK
RGB Variations
Color information
#0BF83B (or 0x0BF83B) is known color: Malachite. HEX triplet: 0B, F8 and 3B. RGB value is (11,248,59). Sum of RGB (Red+Green+Blue) = 11+248+59=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 248 (97.27% from 255 or 77.99% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF83B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF83B is #F407C4. Grayscale: #9C9C9C. Windows color (decimal): -15992773 or 3930123. OLE color: 3930123.
HSL color Cylindrical-coordinate representation of color #0BF83B: hue angle of 132.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF83B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 248 | 59 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.03 |
| HSL | 132.15º | 0.94% | 0.51% | - |
| HSV(B) | 132.15º | 0.96% | 0.97% | - |
| XYZ | 34.49 | 67.52 | 15.35 | - |
| YUV | 155.59 | 73.48 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 59 | 0.96 | 0 | 0.76 | 0.03 | 132.15 | 0.94 | 0.51 |
| Hex | B | F8 | 3B | 60 | 0 | 4C | 3 | 84 | 5E | 33 |
| Octal | 13 | 370 | 73 | 140 | 0 | 114 | 3 | 204 | 136 | 63 |
| Binary | 1011 | 11111000 | 111011 | 1100000 | 0 | 1001100 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0BF83B
Complementary color
Monochromatic Colors of #0BF83B
Black with #0BF83B
Text Example
Text Example
White with #0BF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF83B; }
p { color: rgb(11,248,59); }
H1.HeaderClassName
{
color: #0BF83B;
}
.AnyTagClassName
{
color: #0BF83B;
}
</style>
background-color css
<style>
a { background-color: #0BF83B; }
a { background-color: rgb(11,248,59); }
div.DivClassName
{
background-color: #0BF83B;
}
.BgClassName
{
background-color: #0BF83B;
}
</style>
border-color css
<style>
span { border-color: #0BF83B; }
span { border-color: rgb(11,248,59); }
td.TdClassName
{
border-color: #0BF83B;
}
.TagClassName
{
border-color: #0BF83B;
}
</style>