Shades of Malachite #0BD54B
Tints of Malachite #0BD54B
RGB
CMYK
RGB Variations
Color information
#0BD54B (or 0x0BD54B) is known color: Malachite. HEX triplet: 0B, D5 and 4B. RGB value is (11,213,75). Sum of RGB (Red+Green+Blue) = 11+213+75=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD54B is #F42AB4. Grayscale: #898989. Windows color (decimal): -16001717 or 4969739. OLE color: 4969739.
HSL color Cylindrical-coordinate representation of color #0BD54B: hue angle of 139.01º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD54B is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 75 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.16 |
| HSL | 139.01º | 0.9% | 0.44% | - |
| HSV(B) | 139.01º | 0.95% | 0.84% | - |
| XYZ | 25.2 | 48.17 | 14.63 | - |
| YUV | 136.87 | 93.08 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 75 | 0.95 | 0 | 0.65 | 0.16 | 139.01 | 0.9 | 0.44 |
| Hex | B | D5 | 4B | 5F | 0 | 41 | 10 | 8B | 5A | 2C |
| Octal | 13 | 325 | 113 | 137 | 0 | 101 | 20 | 213 | 132 | 54 |
| Binary | 1011 | 11010101 | 1001011 | 1011111 | 0 | 1000001 | 10000 | 10001011 | 1011010 | 101100 |
Color Harmonies of #0BD54B
Complementary color
Monochromatic Colors of #0BD54B
Black with #0BD54B
Text Example
Text Example
White with #0BD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD54B; }
p { color: rgb(11,213,75); }
H1.HeaderClassName
{
color: #0BD54B;
}
.AnyTagClassName
{
color: #0BD54B;
}
</style>
background-color css
<style>
a { background-color: #0BD54B; }
a { background-color: rgb(11,213,75); }
div.DivClassName
{
background-color: #0BD54B;
}
.BgClassName
{
background-color: #0BD54B;
}
</style>
border-color css
<style>
span { border-color: #0BD54B; }
span { border-color: rgb(11,213,75); }
td.TdClassName
{
border-color: #0BD54B;
}
.TagClassName
{
border-color: #0BD54B;
}
</style>