Shades of Madang #B4EC94
Tints of Madang #B4EC94
RGB
CMYK
RGB Variations
Color information
#B4EC94 (or 0xB4EC94) is known color: Madang. HEX triplet: B4, EC and 94. RGB value is (180,236,148). Sum of RGB (Red+Green+Blue) = 180+236+148=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EC94 is #4B136B. Grayscale: #D1D1D1. Windows color (decimal): -4920172 or 9759924. OLE color: 9759924.
HSL color Cylindrical-coordinate representation of color #B4EC94: hue angle of 98.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4EC94 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 148 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.07 |
| HSL | 98.18º | 0.7% | 0.75% | - |
| HSV(B) | 98.18º | 0.37% | 0.93% | - |
| XYZ | 54.16 | 71.83 | 39.03 | - |
| YUV | 209.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 148 | 0.24 | 0 | 0.37 | 0.07 | 98.18 | 0.7 | 0.75 |
| Hex | B4 | EC | 94 | 18 | 0 | 25 | 7 | 62 | 46 | 4B |
| Octal | 264 | 354 | 224 | 30 | 0 | 45 | 7 | 142 | 106 | 113 |
| Binary | 10110100 | 11101100 | 10010100 | 11000 | 0 | 100101 | 111 | 1100010 | 1000110 | 1001011 |
Color Harmonies of #B4EC94
Complementary color
Monochromatic Colors of #B4EC94
Black with #B4EC94
Text Example
Text Example
White with #B4EC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC94; }
p { color: rgb(180,236,148); }
H1.HeaderClassName
{
color: #B4EC94;
}
.AnyTagClassName
{
color: #B4EC94;
}
</style>
background-color css
<style>
a { background-color: #B4EC94; }
a { background-color: rgb(180,236,148); }
div.DivClassName
{
background-color: #B4EC94;
}
.BgClassName
{
background-color: #B4EC94;
}
</style>
border-color css
<style>
span { border-color: #B4EC94; }
span { border-color: rgb(180,236,148); }
td.TdClassName
{
border-color: #B4EC94;
}
.TagClassName
{
border-color: #B4EC94;
}
</style>