Shades of Malachite #0BFF4B
Tints of Malachite #0BFF4B
RGB
CMYK
RGB Variations
Color information
#0BFF4B (or 0x0BFF4B) is known color: Malachite. HEX triplet: 0B, FF and 4B. RGB value is (11,255,75). Sum of RGB (Red+Green+Blue) = 11+255+75=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFF4B is #F400B4. Grayscale: #A2A2A2. Windows color (decimal): -15990965 or 4980491. OLE color: 4980491.
HSL color Cylindrical-coordinate representation of color #0BFF4B: hue angle of 135.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF4B is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 75 | - |
| CMYK | 0.96 | 0 | 0.71 | 0 |
| HSL | 135.74º | 1% | 0.52% | - |
| HSV(B) | 135.74º | 0.96% | 1% | - |
| XYZ | 37.17 | 72.1 | 18.61 | - |
| YUV | 161.52 | 79.16 | 20.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 75 | 0.96 | 0 | 0.71 | 0 | 135.74 | 1 | 0.52 |
| Hex | B | FF | 4B | 60 | 0 | 47 | 0 | 88 | 64 | 34 |
| Octal | 13 | 377 | 113 | 140 | 0 | 107 | 0 | 210 | 144 | 64 |
| Binary | 1011 | 11111111 | 1001011 | 1100000 | 0 | 1000111 | 0 | 10001000 | 1100100 | 110100 |
Color Harmonies of #0BFF4B
Complementary color
Monochromatic Colors of #0BFF4B
Black with #0BFF4B
Text Example
Text Example
White with #0BFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF4B; }
p { color: rgb(11,255,75); }
H1.HeaderClassName
{
color: #0BFF4B;
}
.AnyTagClassName
{
color: #0BFF4B;
}
</style>
background-color css
<style>
a { background-color: #0BFF4B; }
a { background-color: rgb(11,255,75); }
div.DivClassName
{
background-color: #0BFF4B;
}
.BgClassName
{
background-color: #0BFF4B;
}
</style>
border-color css
<style>
span { border-color: #0BFF4B; }
span { border-color: rgb(11,255,75); }
td.TdClassName
{
border-color: #0BFF4B;
}
.TagClassName
{
border-color: #0BFF4B;
}
</style>