Shades of Madang #B5E8AD
Tints of Madang #B5E8AD
RGB
CMYK
RGB Variations
Color information
#B5E8AD (or 0xB5E8AD) is known color: Madang. HEX triplet: B5, E8 and AD. RGB value is (181,232,173). Sum of RGB (Red+Green+Blue) = 181+232+173=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E8AD is #4A1752. Grayscale: #D2D2D2. Windows color (decimal): -4855635 or 11397301. OLE color: 11397301.
HSL color Cylindrical-coordinate representation of color #B5E8AD: hue angle of 111.86º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5E8AD is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 173 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.09 |
| HSL | 111.86º | 0.56% | 0.79% | - |
| HSV(B) | 111.86º | 0.25% | 0.91% | - |
| XYZ | 55.46 | 70.55 | 50.23 | - |
| YUV | 210.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 173 | 0.22 | 0 | 0.25 | 0.09 | 111.86 | 0.56 | 0.79 |
| Hex | B5 | E8 | AD | 16 | 0 | 19 | 9 | 70 | 38 | 4F |
| Octal | 265 | 350 | 255 | 26 | 0 | 31 | 11 | 160 | 70 | 117 |
| Binary | 10110101 | 11101000 | 10101101 | 10110 | 0 | 11001 | 1001 | 1110000 | 111000 | 1001111 |
Color Harmonies of #B5E8AD
Complementary color
Monochromatic Colors of #B5E8AD
Black with #B5E8AD
Text Example
Text Example
White with #B5E8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8AD; }
p { color: rgb(181,232,173); }
H1.HeaderClassName
{
color: #B5E8AD;
}
.AnyTagClassName
{
color: #B5E8AD;
}
</style>
background-color css
<style>
a { background-color: #B5E8AD; }
a { background-color: rgb(181,232,173); }
div.DivClassName
{
background-color: #B5E8AD;
}
.BgClassName
{
background-color: #B5E8AD;
}
</style>
border-color css
<style>
span { border-color: #B5E8AD; }
span { border-color: rgb(181,232,173); }
td.TdClassName
{
border-color: #B5E8AD;
}
.TagClassName
{
border-color: #B5E8AD;
}
</style>