Shades of Madang #B2EDAB
Tints of Madang #B2EDAB
RGB
CMYK
RGB Variations
Color information
#B2EDAB (or 0xB2EDAB) is known color: Madang. HEX triplet: B2, ED and AB. RGB value is (178,237,171). Sum of RGB (Red+Green+Blue) = 178+237+171=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EDAB is #4D1254. Grayscale: #D4D4D4. Windows color (decimal): -5050965 or 11267506. OLE color: 11267506.
HSL color Cylindrical-coordinate representation of color #B2EDAB: hue angle of 113.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2EDAB is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 171 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.07 |
| HSL | 113.64º | 0.65% | 0.8% | - |
| HSV(B) | 113.64º | 0.28% | 0.93% | - |
| XYZ | 55.99 | 72.97 | 49.66 | - |
| YUV | 211.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 171 | 0.25 | 0 | 0.28 | 0.07 | 113.64 | 0.65 | 0.8 |
| Hex | B2 | ED | AB | 19 | 0 | 1C | 7 | 72 | 41 | 50 |
| Octal | 262 | 355 | 253 | 31 | 0 | 34 | 7 | 162 | 101 | 120 |
| Binary | 10110010 | 11101101 | 10101011 | 11001 | 0 | 11100 | 111 | 1110010 | 1000001 | 1010000 |
Color Harmonies of #B2EDAB
Complementary color
Monochromatic Colors of #B2EDAB
Black with #B2EDAB
Text Example
Text Example
White with #B2EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDAB; }
p { color: rgb(178,237,171); }
H1.HeaderClassName
{
color: #B2EDAB;
}
.AnyTagClassName
{
color: #B2EDAB;
}
</style>
background-color css
<style>
a { background-color: #B2EDAB; }
a { background-color: rgb(178,237,171); }
div.DivClassName
{
background-color: #B2EDAB;
}
.BgClassName
{
background-color: #B2EDAB;
}
</style>
border-color css
<style>
span { border-color: #B2EDAB; }
span { border-color: rgb(178,237,171); }
td.TdClassName
{
border-color: #B2EDAB;
}
.TagClassName
{
border-color: #B2EDAB;
}
</style>