Shades of Madang #B1DD99
Tints of Madang #B1DD99
RGB
CMYK
RGB Variations
Color information
#B1DD99 (or 0xB1DD99) is known color: Madang. HEX triplet: B1, DD and 99. RGB value is (177,221,153). Sum of RGB (Red+Green+Blue) = 177+221+153=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD99 is #4E2266. Grayscale: #C8C8C8. Windows color (decimal): -5120615 or 10083761. OLE color: 10083761.
HSL color Cylindrical-coordinate representation of color #B1DD99: hue angle of 98.82º 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 #B1DD99 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 153 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.13 |
| HSL | 98.82º | 0.5% | 0.73% | - |
| HSV(B) | 98.82º | 0.31% | 0.87% | - |
| XYZ | 49.74 | 63.36 | 39.75 | - |
| YUV | 200.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 153 | 0.20 | 0 | 0.31 | 0.13 | 98.82 | 0.5 | 0.73 |
| Hex | B1 | DD | 99 | 14 | 0 | 1F | D | 63 | 32 | 49 |
| Octal | 261 | 335 | 231 | 24 | 0 | 37 | 15 | 143 | 62 | 111 |
| Binary | 10110001 | 11011101 | 10011001 | 10100 | 0 | 11111 | 1101 | 1100011 | 110010 | 1001001 |
Color Harmonies of #B1DD99
Complementary color
Monochromatic Colors of #B1DD99
Black with #B1DD99
Text Example
Text Example
White with #B1DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD99; }
p { color: rgb(177,221,153); }
H1.HeaderClassName
{
color: #B1DD99;
}
.AnyTagClassName
{
color: #B1DD99;
}
</style>
background-color css
<style>
a { background-color: #B1DD99; }
a { background-color: rgb(177,221,153); }
div.DivClassName
{
background-color: #B1DD99;
}
.BgClassName
{
background-color: #B1DD99;
}
</style>
border-color css
<style>
span { border-color: #B1DD99; }
span { border-color: rgb(177,221,153); }
td.TdClassName
{
border-color: #B1DD99;
}
.TagClassName
{
border-color: #B1DD99;
}
</style>