Shades of Madang #B2DD99
Tints of Madang #B2DD99
RGB
CMYK
RGB Variations
Color information
#B2DD99 (or 0xB2DD99) is known color: Madang. HEX triplet: B2, DD and 99. RGB value is (178,221,153). Sum of RGB (Red+Green+Blue) = 178+221+153=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD99 is #4D2266. Grayscale: #C8C8C8. Windows color (decimal): -5055079 or 10083762. OLE color: 10083762.
HSL color Cylindrical-coordinate representation of color #B2DD99: hue angle of 97.94º 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 #B2DD99 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 153 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.13 |
| HSL | 97.94º | 0.5% | 0.73% | - |
| HSV(B) | 97.94º | 0.31% | 0.87% | - |
| XYZ | 49.97 | 63.48 | 39.76 | - |
| YUV | 200.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 153 | 0.19 | 0 | 0.31 | 0.13 | 97.94 | 0.5 | 0.73 |
| Hex | B2 | DD | 99 | 13 | 0 | 1F | D | 62 | 32 | 49 |
| Octal | 262 | 335 | 231 | 23 | 0 | 37 | 15 | 142 | 62 | 111 |
| Binary | 10110010 | 11011101 | 10011001 | 10011 | 0 | 11111 | 1101 | 1100010 | 110010 | 1001001 |
Color Harmonies of #B2DD99
Complementary color
Monochromatic Colors of #B2DD99
Black with #B2DD99
Text Example
Text Example
White with #B2DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD99; }
p { color: rgb(178,221,153); }
H1.HeaderClassName
{
color: #B2DD99;
}
.AnyTagClassName
{
color: #B2DD99;
}
</style>
background-color css
<style>
a { background-color: #B2DD99; }
a { background-color: rgb(178,221,153); }
div.DivClassName
{
background-color: #B2DD99;
}
.BgClassName
{
background-color: #B2DD99;
}
</style>
border-color css
<style>
span { border-color: #B2DD99; }
span { border-color: rgb(178,221,153); }
td.TdClassName
{
border-color: #B2DD99;
}
.TagClassName
{
border-color: #B2DD99;
}
</style>