Shades of Malachite #0BD24F
Tints of Malachite #0BD24F
RGB
CMYK
RGB Variations
Color information
#0BD24F (or 0x0BD24F) is known color: Malachite. HEX triplet: 0B, D2 and 4F. RGB value is (11,210,79). Sum of RGB (Red+Green+Blue) = 11+210+79=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #0BD24F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD24F is #F42DB0. Grayscale: #878787. Windows color (decimal): -16002481 or 5231115. OLE color: 5231115.
HSL color Cylindrical-coordinate representation of color #0BD24F: hue angle of 140.5º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD24F is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 210 | 79 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.18 |
| HSL | 140.5º | 0.9% | 0.43% | - |
| HSV(B) | 140.5º | 0.95% | 0.82% | - |
| XYZ | 24.6 | 46.73 | 15.12 | - |
| YUV | 135.57 | 96.07 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 79 | 0.95 | 0 | 0.62 | 0.18 | 140.5 | 0.9 | 0.43 |
| Hex | B | D2 | 4F | 5F | 0 | 3E | 12 | 8D | 5A | 2B |
| Octal | 13 | 322 | 117 | 137 | 0 | 76 | 22 | 215 | 132 | 53 |
| Binary | 1011 | 11010010 | 1001111 | 1011111 | 0 | 111110 | 10010 | 10001101 | 1011010 | 101011 |
Color Harmonies of #0BD24F
Complementary color
Monochromatic Colors of #0BD24F
Black with #0BD24F
Text Example
Text Example
White with #0BD24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD24F; }
p { color: rgb(11,210,79); }
H1.HeaderClassName
{
color: #0BD24F;
}
.AnyTagClassName
{
color: #0BD24F;
}
</style>
background-color css
<style>
a { background-color: #0BD24F; }
a { background-color: rgb(11,210,79); }
div.DivClassName
{
background-color: #0BD24F;
}
.BgClassName
{
background-color: #0BD24F;
}
</style>
border-color css
<style>
span { border-color: #0BD24F; }
span { border-color: rgb(11,210,79); }
td.TdClassName
{
border-color: #0BD24F;
}
.TagClassName
{
border-color: #0BD24F;
}
</style>