Shades of Madang #B5E8A4
Tints of Madang #B5E8A4
RGB
CMYK
RGB Variations
Color information
#B5E8A4 (or 0xB5E8A4) is known color: Madang. HEX triplet: B5, E8 and A4. RGB value is (181,232,164). Sum of RGB (Red+Green+Blue) = 181+232+164=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E8A4 is #4A175B. Grayscale: #D1D1D1. Windows color (decimal): -4855644 or 10807477. OLE color: 10807477.
HSL color Cylindrical-coordinate representation of color #B5E8A4: hue angle of 105º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5E8A4 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 164 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.09 |
| HSL | 105º | 0.6% | 0.78% | - |
| HSV(B) | 105º | 0.29% | 0.91% | - |
| XYZ | 54.61 | 70.22 | 45.8 | - |
| YUV | 209 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 164 | 0.22 | 0 | 0.29 | 0.09 | 105 | 0.6 | 0.78 |
| Hex | B5 | E8 | A4 | 16 | 0 | 1D | 9 | 69 | 3C | 4E |
| Octal | 265 | 350 | 244 | 26 | 0 | 35 | 11 | 151 | 74 | 116 |
| Binary | 10110101 | 11101000 | 10100100 | 10110 | 0 | 11101 | 1001 | 1101001 | 111100 | 1001110 |
Color Harmonies of #B5E8A4
Complementary color
Monochromatic Colors of #B5E8A4
Black with #B5E8A4
Text Example
Text Example
White with #B5E8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8A4; }
p { color: rgb(181,232,164); }
H1.HeaderClassName
{
color: #B5E8A4;
}
.AnyTagClassName
{
color: #B5E8A4;
}
</style>
background-color css
<style>
a { background-color: #B5E8A4; }
a { background-color: rgb(181,232,164); }
div.DivClassName
{
background-color: #B5E8A4;
}
.BgClassName
{
background-color: #B5E8A4;
}
</style>
border-color css
<style>
span { border-color: #B5E8A4; }
span { border-color: rgb(181,232,164); }
td.TdClassName
{
border-color: #B5E8A4;
}
.TagClassName
{
border-color: #B5E8A4;
}
</style>