Shades of Madang #B5DD9C
Tints of Madang #B5DD9C
RGB
CMYK
RGB Variations
Color information
#B5DD9C (or 0xB5DD9C) is known color: Madang. HEX triplet: B5, DD and 9C. RGB value is (181,221,156). Sum of RGB (Red+Green+Blue) = 181+221+156=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD9C is #4A2263. Grayscale: #C9C9C9. Windows color (decimal): -4858468 or 10280373. OLE color: 10280373.
HSL color Cylindrical-coordinate representation of color #B5DD9C: hue angle of 96.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DD9C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 156 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.13 |
| HSL | 96.92º | 0.49% | 0.74% | - |
| HSV(B) | 96.92º | 0.29% | 0.87% | - |
| XYZ | 50.91 | 63.94 | 41.11 | - |
| YUV | 201.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 156 | 0.18 | 0 | 0.29 | 0.13 | 96.92 | 0.49 | 0.74 |
| Hex | B5 | DD | 9C | 12 | 0 | 1D | D | 61 | 31 | 4A |
| Octal | 265 | 335 | 234 | 22 | 0 | 35 | 15 | 141 | 61 | 112 |
| Binary | 10110101 | 11011101 | 10011100 | 10010 | 0 | 11101 | 1101 | 1100001 | 110001 | 1001010 |
Color Harmonies of #B5DD9C
Complementary color
Monochromatic Colors of #B5DD9C
Black with #B5DD9C
Text Example
Text Example
White with #B5DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD9C; }
p { color: rgb(181,221,156); }
H1.HeaderClassName
{
color: #B5DD9C;
}
.AnyTagClassName
{
color: #B5DD9C;
}
</style>
background-color css
<style>
a { background-color: #B5DD9C; }
a { background-color: rgb(181,221,156); }
div.DivClassName
{
background-color: #B5DD9C;
}
.BgClassName
{
background-color: #B5DD9C;
}
</style>
border-color css
<style>
span { border-color: #B5DD9C; }
span { border-color: rgb(181,221,156); }
td.TdClassName
{
border-color: #B5DD9C;
}
.TagClassName
{
border-color: #B5DD9C;
}
</style>