Shades of Madang #B5DEA1
Tints of Madang #B5DEA1
RGB
CMYK
RGB Variations
Color information
#B5DEA1 (or 0xB5DEA1) is known color: Madang. HEX triplet: B5, DE and A1. RGB value is (181,222,161). Sum of RGB (Red+Green+Blue) = 181+222+161=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DEA1 is #4A215E. Grayscale: #CACACA. Windows color (decimal): -4858207 or 10608309. OLE color: 10608309.
HSL color Cylindrical-coordinate representation of color #B5DEA1: hue angle of 100.33º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5DEA1 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 222 | 161 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.13 |
| HSL | 100.33º | 0.48% | 0.75% | - |
| HSV(B) | 100.33º | 0.27% | 0.87% | - |
| XYZ | 51.61 | 64.64 | 43.47 | - |
| YUV | 202.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 222 | 161 | 0.18 | 0 | 0.27 | 0.13 | 100.33 | 0.48 | 0.75 |
| Hex | B5 | DE | A1 | 12 | 0 | 1B | D | 64 | 30 | 4B |
| Octal | 265 | 336 | 241 | 22 | 0 | 33 | 15 | 144 | 60 | 113 |
| Binary | 10110101 | 11011110 | 10100001 | 10010 | 0 | 11011 | 1101 | 1100100 | 110000 | 1001011 |
Color Harmonies of #B5DEA1
Complementary color
Monochromatic Colors of #B5DEA1
Black with #B5DEA1
Text Example
Text Example
White with #B5DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DEA1; }
p { color: rgb(181,222,161); }
H1.HeaderClassName
{
color: #B5DEA1;
}
.AnyTagClassName
{
color: #B5DEA1;
}
</style>
background-color css
<style>
a { background-color: #B5DEA1; }
a { background-color: rgb(181,222,161); }
div.DivClassName
{
background-color: #B5DEA1;
}
.BgClassName
{
background-color: #B5DEA1;
}
</style>
border-color css
<style>
span { border-color: #B5DEA1; }
span { border-color: rgb(181,222,161); }
td.TdClassName
{
border-color: #B5DEA1;
}
.TagClassName
{
border-color: #B5DEA1;
}
</style>