Shades of Madang #B5E3AA
Tints of Madang #B5E3AA
RGB
CMYK
RGB Variations
Color information
#B5E3AA (or 0xB5E3AA) is known color: Madang. HEX triplet: B5, E3 and AA. RGB value is (181,227,170). Sum of RGB (Red+Green+Blue) = 181+227+170=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E3AA is #4A1C55. Grayscale: #CECECE. Windows color (decimal): -4856918 or 11199413. OLE color: 11199413.
HSL color Cylindrical-coordinate representation of color #B5E3AA: hue angle of 108.42º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5E3AA is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 170 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.11 |
| HSL | 108.42º | 0.5% | 0.78% | - |
| HSV(B) | 108.42º | 0.25% | 0.89% | - |
| XYZ | 53.78 | 67.66 | 48.26 | - |
| YUV | 206.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 170 | 0.20 | 0 | 0.25 | 0.11 | 108.42 | 0.5 | 0.78 |
| Hex | B5 | E3 | AA | 14 | 0 | 19 | B | 6C | 32 | 4E |
| Octal | 265 | 343 | 252 | 24 | 0 | 31 | 13 | 154 | 62 | 116 |
| Binary | 10110101 | 11100011 | 10101010 | 10100 | 0 | 11001 | 1011 | 1101100 | 110010 | 1001110 |
Color Harmonies of #B5E3AA
Complementary color
Monochromatic Colors of #B5E3AA
Black with #B5E3AA
Text Example
Text Example
White with #B5E3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E3AA; }
p { color: rgb(181,227,170); }
H1.HeaderClassName
{
color: #B5E3AA;
}
.AnyTagClassName
{
color: #B5E3AA;
}
</style>
background-color css
<style>
a { background-color: #B5E3AA; }
a { background-color: rgb(181,227,170); }
div.DivClassName
{
background-color: #B5E3AA;
}
.BgClassName
{
background-color: #B5E3AA;
}
</style>
border-color css
<style>
span { border-color: #B5E3AA; }
span { border-color: rgb(181,227,170); }
td.TdClassName
{
border-color: #B5E3AA;
}
.TagClassName
{
border-color: #B5E3AA;
}
</style>