Shades of Malachite #0BFE5D
Tints of Malachite #0BFE5D
RGB
CMYK
RGB Variations
Color information
#0BFE5D (or 0x0BFE5D) is known color: Malachite. HEX triplet: 0B, FE and 5D. RGB value is (11,254,93). Sum of RGB (Red+Green+Blue) = 11+254+93=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 254 (99.61% from 255 or 70.95% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFE5D is #F401A2. Grayscale: #A3A3A3. Windows color (decimal): -15991203 or 6159883. OLE color: 6159883.
HSL color Cylindrical-coordinate representation of color #0BFE5D: hue angle of 140.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE5D is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 93 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.00 |
| HSL | 140.25º | 0.99% | 0.52% | - |
| HSV(B) | 140.25º | 0.96% | 1% | - |
| XYZ | 37.56 | 71.75 | 22.22 | - |
| YUV | 162.99 | 88.49 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 93 | 0.96 | 0 | 0.63 | 0.00 | 140.25 | 0.99 | 0.52 |
| Hex | B | FE | 5D | 60 | 0 | 3F | 0 | 8C | 63 | 34 |
| Octal | 13 | 376 | 135 | 140 | 0 | 77 | 0 | 214 | 143 | 64 |
| Binary | 1011 | 11111110 | 1011101 | 1100000 | 0 | 111111 | 0 | 10001100 | 1100011 | 110100 |
Color Harmonies of #0BFE5D
Complementary color
Monochromatic Colors of #0BFE5D
Black with #0BFE5D
Text Example
Text Example
White with #0BFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE5D; }
p { color: rgb(11,254,93); }
H1.HeaderClassName
{
color: #0BFE5D;
}
.AnyTagClassName
{
color: #0BFE5D;
}
</style>
background-color css
<style>
a { background-color: #0BFE5D; }
a { background-color: rgb(11,254,93); }
div.DivClassName
{
background-color: #0BFE5D;
}
.BgClassName
{
background-color: #0BFE5D;
}
</style>
border-color css
<style>
span { border-color: #0BFE5D; }
span { border-color: rgb(11,254,93); }
td.TdClassName
{
border-color: #0BFE5D;
}
.TagClassName
{
border-color: #0BFE5D;
}
</style>