Shades of Madang #B0DD97
Tints of Madang #B0DD97
RGB
CMYK
RGB Variations
Color information
#B0DD97 (or 0xB0DD97) is known color: Madang. HEX triplet: B0, DD and 97. RGB value is (176,221,151). Sum of RGB (Red+Green+Blue) = 176+221+151=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD97 is #4F2268. Grayscale: #C7C7C7. Windows color (decimal): -5186153 or 9952688. OLE color: 9952688.
HSL color Cylindrical-coordinate representation of color #B0DD97: hue angle of 98.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0DD97 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 151 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.13 |
| HSL | 98.57º | 0.51% | 0.73% | - |
| HSV(B) | 98.57º | 0.32% | 0.87% | - |
| XYZ | 49.35 | 63.18 | 38.87 | - |
| YUV | 199.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 151 | 0.20 | 0 | 0.32 | 0.13 | 98.57 | 0.51 | 0.73 |
| Hex | B0 | DD | 97 | 14 | 0 | 20 | D | 63 | 33 | 49 |
| Octal | 260 | 335 | 227 | 24 | 0 | 40 | 15 | 143 | 63 | 111 |
| Binary | 10110000 | 11011101 | 10010111 | 10100 | 0 | 100000 | 1101 | 1100011 | 110011 | 1001001 |
Color Harmonies of #B0DD97
Complementary color
Monochromatic Colors of #B0DD97
Black with #B0DD97
Text Example
Text Example
White with #B0DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD97; }
p { color: rgb(176,221,151); }
H1.HeaderClassName
{
color: #B0DD97;
}
.AnyTagClassName
{
color: #B0DD97;
}
</style>
background-color css
<style>
a { background-color: #B0DD97; }
a { background-color: rgb(176,221,151); }
div.DivClassName
{
background-color: #B0DD97;
}
.BgClassName
{
background-color: #B0DD97;
}
</style>
border-color css
<style>
span { border-color: #B0DD97; }
span { border-color: rgb(176,221,151); }
td.TdClassName
{
border-color: #B0DD97;
}
.TagClassName
{
border-color: #B0DD97;
}
</style>