Shades of Madang #B5EC9D
Tints of Madang #B5EC9D
RGB
CMYK
RGB Variations
Color information
#B5EC9D (or 0xB5EC9D) is known color: Madang. HEX triplet: B5, EC and 9D. RGB value is (181,236,157). Sum of RGB (Red+Green+Blue) = 181+236+157=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EC9D is #4A1362. Grayscale: #D2D2D2. Windows color (decimal): -4854627 or 10349749. OLE color: 10349749.
HSL color Cylindrical-coordinate representation of color #B5EC9D: hue angle of 101.77º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5EC9D is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 157 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.07 |
| HSL | 101.77º | 0.68% | 0.77% | - |
| HSV(B) | 101.77º | 0.33% | 0.93% | - |
| XYZ | 55.14 | 72.25 | 42.94 | - |
| YUV | 210.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 157 | 0.23 | 0 | 0.33 | 0.07 | 101.77 | 0.68 | 0.77 |
| Hex | B5 | EC | 9D | 17 | 0 | 21 | 7 | 66 | 44 | 4D |
| Octal | 265 | 354 | 235 | 27 | 0 | 41 | 7 | 146 | 104 | 115 |
| Binary | 10110101 | 11101100 | 10011101 | 10111 | 0 | 100001 | 111 | 1100110 | 1000100 | 1001101 |
Color Harmonies of #B5EC9D
Complementary color
Monochromatic Colors of #B5EC9D
Black with #B5EC9D
Text Example
Text Example
White with #B5EC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC9D; }
p { color: rgb(181,236,157); }
H1.HeaderClassName
{
color: #B5EC9D;
}
.AnyTagClassName
{
color: #B5EC9D;
}
</style>
background-color css
<style>
a { background-color: #B5EC9D; }
a { background-color: rgb(181,236,157); }
div.DivClassName
{
background-color: #B5EC9D;
}
.BgClassName
{
background-color: #B5EC9D;
}
</style>
border-color css
<style>
span { border-color: #B5EC9D; }
span { border-color: rgb(181,236,157); }
td.TdClassName
{
border-color: #B5EC9D;
}
.TagClassName
{
border-color: #B5EC9D;
}
</style>