Shades of Madang #B7E5AF
Tints of Madang #B7E5AF
RGB
CMYK
RGB Variations
Color information
#B7E5AF (or 0xB7E5AF) is known color: Madang. HEX triplet: B7, E5 and AF. RGB value is (183,229,175). Sum of RGB (Red+Green+Blue) = 183+229+175=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #B7E5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7E5AF is #481A50. Grayscale: #D1D1D1. Windows color (decimal): -4725329 or 11527607. OLE color: 11527607.
HSL color Cylindrical-coordinate representation of color #B7E5AF: hue angle of 111.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7E5AF is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 229 | 175 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.10 |
| HSL | 111.11º | 0.51% | 0.79% | - |
| HSV(B) | 111.11º | 0.24% | 0.9% | - |
| XYZ | 55.29 | 69.2 | 51 | - |
| YUV | 209.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 229 | 175 | 0.20 | 0 | 0.24 | 0.10 | 111.11 | 0.51 | 0.79 |
| Hex | B7 | E5 | AF | 14 | 0 | 18 | A | 6F | 33 | 4F |
| Octal | 267 | 345 | 257 | 24 | 0 | 30 | 12 | 157 | 63 | 117 |
| Binary | 10110111 | 11100101 | 10101111 | 10100 | 0 | 11000 | 1010 | 1101111 | 110011 | 1001111 |
Color Harmonies of #B7E5AF
Complementary color
Monochromatic Colors of #B7E5AF
Black with #B7E5AF
Text Example
Text Example
White with #B7E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E5AF; }
p { color: rgb(183,229,175); }
H1.HeaderClassName
{
color: #B7E5AF;
}
.AnyTagClassName
{
color: #B7E5AF;
}
</style>
background-color css
<style>
a { background-color: #B7E5AF; }
a { background-color: rgb(183,229,175); }
div.DivClassName
{
background-color: #B7E5AF;
}
.BgClassName
{
background-color: #B7E5AF;
}
</style>
border-color css
<style>
span { border-color: #B7E5AF; }
span { border-color: rgb(183,229,175); }
td.TdClassName
{
border-color: #B7E5AF;
}
.TagClassName
{
border-color: #B7E5AF;
}
</style>