Shades of Madang #B4DD97
Tints of Madang #B4DD97
RGB
CMYK
RGB Variations
Color information
#B4DD97 (or 0xB4DD97) is known color: Madang. HEX triplet: B4, DD and 97. RGB value is (180,221,151). Sum of RGB (Red+Green+Blue) = 180+221+151=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD97 is #4B2268. Grayscale: #C9C9C9. Windows color (decimal): -4924009 or 9952692. OLE color: 9952692.
HSL color Cylindrical-coordinate representation of color #B4DD97: hue angle of 95.14º 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 #B4DD97 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 151 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.13 |
| HSL | 95.14º | 0.51% | 0.73% | - |
| HSV(B) | 95.14º | 0.32% | 0.87% | - |
| XYZ | 50.26 | 63.65 | 38.91 | - |
| YUV | 200.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 151 | 0.19 | 0 | 0.32 | 0.13 | 95.14 | 0.51 | 0.73 |
| Hex | B4 | DD | 97 | 13 | 0 | 20 | D | 5F | 33 | 49 |
| Octal | 264 | 335 | 227 | 23 | 0 | 40 | 15 | 137 | 63 | 111 |
| Binary | 10110100 | 11011101 | 10010111 | 10011 | 0 | 100000 | 1101 | 1011111 | 110011 | 1001001 |
Color Harmonies of #B4DD97
Complementary color
Monochromatic Colors of #B4DD97
Black with #B4DD97
Text Example
Text Example
White with #B4DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DD97; }
p { color: rgb(180,221,151); }
H1.HeaderClassName
{
color: #B4DD97;
}
.AnyTagClassName
{
color: #B4DD97;
}
</style>
background-color css
<style>
a { background-color: #B4DD97; }
a { background-color: rgb(180,221,151); }
div.DivClassName
{
background-color: #B4DD97;
}
.BgClassName
{
background-color: #B4DD97;
}
</style>
border-color css
<style>
span { border-color: #B4DD97; }
span { border-color: rgb(180,221,151); }
td.TdClassName
{
border-color: #B4DD97;
}
.TagClassName
{
border-color: #B4DD97;
}
</style>