Shades of Malachite #0BFD53
Tints of Malachite #0BFD53
RGB
CMYK
RGB Variations
Color information
#0BFD53 (or 0x0BFD53) is known color: Malachite. HEX triplet: 0B, FD and 53. RGB value is (11,253,83). Sum of RGB (Red+Green+Blue) = 11+253+83=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 253 (99.22% from 255 or 72.91% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFD53 is #F402AC. Grayscale: #A1A1A1. Windows color (decimal): -15991469 or 5504267. OLE color: 5504267.
HSL color Cylindrical-coordinate representation of color #0BFD53: hue angle of 137.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFD53 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 83 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.01 |
| HSL | 137.85º | 0.98% | 0.52% | - |
| HSV(B) | 137.85º | 0.96% | 0.99% | - |
| XYZ | 36.82 | 70.95 | 19.94 | - |
| YUV | 161.26 | 83.83 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 83 | 0.96 | 0 | 0.67 | 0.01 | 137.85 | 0.98 | 0.52 |
| Hex | B | FD | 53 | 60 | 0 | 43 | 1 | 8A | 62 | 34 |
| Octal | 13 | 375 | 123 | 140 | 0 | 103 | 1 | 212 | 142 | 64 |
| Binary | 1011 | 11111101 | 1010011 | 1100000 | 0 | 1000011 | 1 | 10001010 | 1100010 | 110100 |
Color Harmonies of #0BFD53
Complementary color
Monochromatic Colors of #0BFD53
Black with #0BFD53
Text Example
Text Example
White with #0BFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFD53; }
p { color: rgb(11,253,83); }
H1.HeaderClassName
{
color: #0BFD53;
}
.AnyTagClassName
{
color: #0BFD53;
}
</style>
background-color css
<style>
a { background-color: #0BFD53; }
a { background-color: rgb(11,253,83); }
div.DivClassName
{
background-color: #0BFD53;
}
.BgClassName
{
background-color: #0BFD53;
}
</style>
border-color css
<style>
span { border-color: #0BFD53; }
span { border-color: rgb(11,253,83); }
td.TdClassName
{
border-color: #0BFD53;
}
.TagClassName
{
border-color: #0BFD53;
}
</style>