Shades of Madang #B0DD99
Tints of Madang #B0DD99
RGB
CMYK
RGB Variations
Color information
#B0DD99 (or 0xB0DD99) is known color: Madang. HEX triplet: B0, DD and 99. RGB value is (176,221,153). Sum of RGB (Red+Green+Blue) = 176+221+153=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD99 is #4F2266. Grayscale: #C8C8C8. Windows color (decimal): -5186151 or 10083760. OLE color: 10083760.
HSL color Cylindrical-coordinate representation of color #B0DD99: hue angle of 99.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DD99 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 153 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.13 |
| HSL | 99.71º | 0.5% | 0.73% | - |
| HSV(B) | 99.71º | 0.31% | 0.87% | - |
| XYZ | 49.51 | 63.24 | 39.73 | - |
| YUV | 199.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 153 | 0.20 | 0 | 0.31 | 0.13 | 99.71 | 0.5 | 0.73 |
| Hex | B0 | DD | 99 | 14 | 0 | 1F | D | 64 | 32 | 49 |
| Octal | 260 | 335 | 231 | 24 | 0 | 37 | 15 | 144 | 62 | 111 |
| Binary | 10110000 | 11011101 | 10011001 | 10100 | 0 | 11111 | 1101 | 1100100 | 110010 | 1001001 |
Color Harmonies of #B0DD99
Complementary color
Monochromatic Colors of #B0DD99
Black with #B0DD99
Text Example
Text Example
White with #B0DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD99; }
p { color: rgb(176,221,153); }
H1.HeaderClassName
{
color: #B0DD99;
}
.AnyTagClassName
{
color: #B0DD99;
}
</style>
background-color css
<style>
a { background-color: #B0DD99; }
a { background-color: rgb(176,221,153); }
div.DivClassName
{
background-color: #B0DD99;
}
.BgClassName
{
background-color: #B0DD99;
}
</style>
border-color css
<style>
span { border-color: #B0DD99; }
span { border-color: rgb(176,221,153); }
td.TdClassName
{
border-color: #B0DD99;
}
.TagClassName
{
border-color: #B0DD99;
}
</style>