Shades of Madang #B3DD97
Tints of Madang #B3DD97
RGB
CMYK
RGB Variations
Color information
#B3DD97 (or 0xB3DD97) is known color: Madang. HEX triplet: B3, DD and 97. RGB value is (179,221,151). Sum of RGB (Red+Green+Blue) = 179+221+151=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD97 is #4C2268. Grayscale: #C8C8C8. Windows color (decimal): -4989545 or 9952691. OLE color: 9952691.
HSL color Cylindrical-coordinate representation of color #B3DD97: hue angle of 96º 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 #B3DD97 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 151 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.13 |
| HSL | 96º | 0.51% | 0.73% | - |
| HSV(B) | 96º | 0.32% | 0.87% | - |
| XYZ | 50.03 | 63.53 | 38.9 | - |
| YUV | 200.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 151 | 0.19 | 0 | 0.32 | 0.13 | 96 | 0.51 | 0.73 |
| Hex | B3 | DD | 97 | 13 | 0 | 20 | D | 60 | 33 | 49 |
| Octal | 263 | 335 | 227 | 23 | 0 | 40 | 15 | 140 | 63 | 111 |
| Binary | 10110011 | 11011101 | 10010111 | 10011 | 0 | 100000 | 1101 | 1100000 | 110011 | 1001001 |
Color Harmonies of #B3DD97
Complementary color
Monochromatic Colors of #B3DD97
Black with #B3DD97
Text Example
Text Example
White with #B3DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DD97; }
p { color: rgb(179,221,151); }
H1.HeaderClassName
{
color: #B3DD97;
}
.AnyTagClassName
{
color: #B3DD97;
}
</style>
background-color css
<style>
a { background-color: #B3DD97; }
a { background-color: rgb(179,221,151); }
div.DivClassName
{
background-color: #B3DD97;
}
.BgClassName
{
background-color: #B3DD97;
}
</style>
border-color css
<style>
span { border-color: #B3DD97; }
span { border-color: rgb(179,221,151); }
td.TdClassName
{
border-color: #B3DD97;
}
.TagClassName
{
border-color: #B3DD97;
}
</style>