Shades of Madang #B5DEAB
Tints of Madang #B5DEAB
RGB
CMYK
RGB Variations
Color information
#B5DEAB (or 0xB5DEAB) is known color: Madang. HEX triplet: B5, DE and AB. RGB value is (181,222,171). Sum of RGB (Red+Green+Blue) = 181+222+171=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DEAB is #4A2154. Grayscale: #CCCCCC. Windows color (decimal): -4858197 or 11263669. OLE color: 11263669.
HSL color Cylindrical-coordinate representation of color #B5DEAB: hue angle of 108.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DEAB is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 222 | 171 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.13 |
| HSL | 108.24º | 0.44% | 0.77% | - |
| HSV(B) | 108.24º | 0.23% | 0.87% | - |
| XYZ | 52.53 | 65.01 | 48.31 | - |
| YUV | 203.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 222 | 171 | 0.18 | 0 | 0.23 | 0.13 | 108.24 | 0.44 | 0.77 |
| Hex | B5 | DE | AB | 12 | 0 | 17 | D | 6C | 2C | 4D |
| Octal | 265 | 336 | 253 | 22 | 0 | 27 | 15 | 154 | 54 | 115 |
| Binary | 10110101 | 11011110 | 10101011 | 10010 | 0 | 10111 | 1101 | 1101100 | 101100 | 1001101 |
Color Harmonies of #B5DEAB
Complementary color
Monochromatic Colors of #B5DEAB
Black with #B5DEAB
Text Example
Text Example
White with #B5DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DEAB; }
p { color: rgb(181,222,171); }
H1.HeaderClassName
{
color: #B5DEAB;
}
.AnyTagClassName
{
color: #B5DEAB;
}
</style>
background-color css
<style>
a { background-color: #B5DEAB; }
a { background-color: rgb(181,222,171); }
div.DivClassName
{
background-color: #B5DEAB;
}
.BgClassName
{
background-color: #B5DEAB;
}
</style>
border-color css
<style>
span { border-color: #B5DEAB; }
span { border-color: rgb(181,222,171); }
td.TdClassName
{
border-color: #B5DEAB;
}
.TagClassName
{
border-color: #B5DEAB;
}
</style>