Shades of Malachite #0BFF3E
Tints of Malachite #0BFF3E
RGB
CMYK
RGB Variations
Color information
#0BFF3E (or 0x0BFF3E) is known color: Malachite. HEX triplet: 0B, FF and 3E. RGB value is (11,255,62). Sum of RGB (Red+Green+Blue) = 11+255+62=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFF3E is #F400C1. Grayscale: #A0A0A0. Windows color (decimal): -15990978 or 4128523. OLE color: 4128523.
HSL color Cylindrical-coordinate representation of color #0BFF3E: hue angle of 132.54º 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 #0BFF3E is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 62 | - |
| CMYK | 0.96 | 0 | 0.76 | 0 |
| HSL | 132.54º | 1% | 0.52% | - |
| HSV(B) | 132.54º | 0.96% | 1% | - |
| XYZ | 36.77 | 71.94 | 16.51 | - |
| YUV | 160.04 | 72.66 | 21.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 62 | 0.96 | 0 | 0.76 | 0 | 132.54 | 1 | 0.52 |
| Hex | B | FF | 3E | 60 | 0 | 4C | 0 | 85 | 64 | 34 |
| Octal | 13 | 377 | 76 | 140 | 0 | 114 | 0 | 205 | 144 | 64 |
| Binary | 1011 | 11111111 | 111110 | 1100000 | 0 | 1001100 | 0 | 10000101 | 1100100 | 110100 |
Color Harmonies of #0BFF3E
Complementary color
Monochromatic Colors of #0BFF3E
Black with #0BFF3E
Text Example
Text Example
White with #0BFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF3E; }
p { color: rgb(11,255,62); }
H1.HeaderClassName
{
color: #0BFF3E;
}
.AnyTagClassName
{
color: #0BFF3E;
}
</style>
background-color css
<style>
a { background-color: #0BFF3E; }
a { background-color: rgb(11,255,62); }
div.DivClassName
{
background-color: #0BFF3E;
}
.BgClassName
{
background-color: #0BFF3E;
}
</style>
border-color css
<style>
span { border-color: #0BFF3E; }
span { border-color: rgb(11,255,62); }
td.TdClassName
{
border-color: #0BFF3E;
}
.TagClassName
{
border-color: #0BFF3E;
}
</style>