Shades of Madang #B5EBA5
Tints of Madang #B5EBA5
RGB
CMYK
RGB Variations
Color information
#B5EBA5 (or 0xB5EBA5) is known color: Madang. HEX triplet: B5, EB and A5. RGB value is (181,235,165). Sum of RGB (Red+Green+Blue) = 181+235+165=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EBA5 is #4A145A. Grayscale: #D3D3D3. Windows color (decimal): -4854875 or 10873781. OLE color: 10873781.
HSL color Cylindrical-coordinate representation of color #B5EBA5: hue angle of 106.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5EBA5 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 235 | 165 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.08 |
| HSL | 106.29º | 0.64% | 0.78% | - |
| HSV(B) | 106.29º | 0.3% | 0.92% | - |
| XYZ | 55.56 | 71.96 | 46.56 | - |
| YUV | 210.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 235 | 165 | 0.23 | 0 | 0.30 | 0.08 | 106.29 | 0.64 | 0.78 |
| Hex | B5 | EB | A5 | 17 | 0 | 1E | 8 | 6A | 40 | 4E |
| Octal | 265 | 353 | 245 | 27 | 0 | 36 | 10 | 152 | 100 | 116 |
| Binary | 10110101 | 11101011 | 10100101 | 10111 | 0 | 11110 | 1000 | 1101010 | 1000000 | 1001110 |
Color Harmonies of #B5EBA5
Complementary color
Monochromatic Colors of #B5EBA5
Black with #B5EBA5
Text Example
Text Example
White with #B5EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBA5; }
p { color: rgb(181,235,165); }
H1.HeaderClassName
{
color: #B5EBA5;
}
.AnyTagClassName
{
color: #B5EBA5;
}
</style>
background-color css
<style>
a { background-color: #B5EBA5; }
a { background-color: rgb(181,235,165); }
div.DivClassName
{
background-color: #B5EBA5;
}
.BgClassName
{
background-color: #B5EBA5;
}
</style>
border-color css
<style>
span { border-color: #B5EBA5; }
span { border-color: rgb(181,235,165); }
td.TdClassName
{
border-color: #B5EBA5;
}
.TagClassName
{
border-color: #B5EBA5;
}
</style>