Shades of Madang #B2EC95
Tints of Madang #B2EC95
RGB
CMYK
RGB Variations
Color information
#B2EC95 (or 0xB2EC95) is known color: Madang. HEX triplet: B2, EC and 95. RGB value is (178,236,149). Sum of RGB (Red+Green+Blue) = 178+236+149=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC95 is #4D136A. Grayscale: #D1D1D1. Windows color (decimal): -5051243 or 9825458. OLE color: 9825458.
HSL color Cylindrical-coordinate representation of color #B2EC95: hue angle of 100º 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 #B2EC95 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 149 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.07 |
| HSL | 100º | 0.7% | 0.75% | - |
| HSV(B) | 100º | 0.37% | 0.93% | - |
| XYZ | 53.78 | 71.63 | 39.42 | - |
| YUV | 208.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 149 | 0.25 | 0 | 0.37 | 0.07 | 100 | 0.7 | 0.75 |
| Hex | B2 | EC | 95 | 19 | 0 | 25 | 7 | 64 | 46 | 4B |
| Octal | 262 | 354 | 225 | 31 | 0 | 45 | 7 | 144 | 106 | 113 |
| Binary | 10110010 | 11101100 | 10010101 | 11001 | 0 | 100101 | 111 | 1100100 | 1000110 | 1001011 |
Color Harmonies of #B2EC95
Complementary color
Monochromatic Colors of #B2EC95
Black with #B2EC95
Text Example
Text Example
White with #B2EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC95; }
p { color: rgb(178,236,149); }
H1.HeaderClassName
{
color: #B2EC95;
}
.AnyTagClassName
{
color: #B2EC95;
}
</style>
background-color css
<style>
a { background-color: #B2EC95; }
a { background-color: rgb(178,236,149); }
div.DivClassName
{
background-color: #B2EC95;
}
.BgClassName
{
background-color: #B2EC95;
}
</style>
border-color css
<style>
span { border-color: #B2EC95; }
span { border-color: rgb(178,236,149); }
td.TdClassName
{
border-color: #B2EC95;
}
.TagClassName
{
border-color: #B2EC95;
}
</style>