Shades of Madang #B5E4A8
Tints of Madang #B5E4A8
RGB
CMYK
RGB Variations
Color information
#B5E4A8 (or 0xB5E4A8) is known color: Madang. HEX triplet: B5, E4 and A8. RGB value is (181,228,168). Sum of RGB (Red+Green+Blue) = 181+228+168=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E4A8 is #4A1B57. Grayscale: #CFCFCF. Windows color (decimal): -4856664 or 11068597. OLE color: 11068597.
HSL color Cylindrical-coordinate representation of color #B5E4A8: hue angle of 107º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5E4A8 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 168 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.11 |
| HSL | 107º | 0.53% | 0.78% | - |
| HSV(B) | 107º | 0.26% | 0.89% | - |
| XYZ | 53.87 | 68.14 | 47.36 | - |
| YUV | 207.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 168 | 0.21 | 0 | 0.26 | 0.11 | 107 | 0.53 | 0.78 |
| Hex | B5 | E4 | A8 | 15 | 0 | 1A | B | 6B | 35 | 4E |
| Octal | 265 | 344 | 250 | 25 | 0 | 32 | 13 | 153 | 65 | 116 |
| Binary | 10110101 | 11100100 | 10101000 | 10101 | 0 | 11010 | 1011 | 1101011 | 110101 | 1001110 |
Color Harmonies of #B5E4A8
Complementary color
Monochromatic Colors of #B5E4A8
Black with #B5E4A8
Text Example
Text Example
White with #B5E4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E4A8; }
p { color: rgb(181,228,168); }
H1.HeaderClassName
{
color: #B5E4A8;
}
.AnyTagClassName
{
color: #B5E4A8;
}
</style>
background-color css
<style>
a { background-color: #B5E4A8; }
a { background-color: rgb(181,228,168); }
div.DivClassName
{
background-color: #B5E4A8;
}
.BgClassName
{
background-color: #B5E4A8;
}
</style>
border-color css
<style>
span { border-color: #B5E4A8; }
span { border-color: rgb(181,228,168); }
td.TdClassName
{
border-color: #B5E4A8;
}
.TagClassName
{
border-color: #B5E4A8;
}
</style>