Shades of Madang #B2EFA5
Tints of Madang #B2EFA5
RGB
CMYK
RGB Variations
Color information
#B2EFA5 (or 0xB2EFA5) is known color: Madang. HEX triplet: B2, EF and A5. RGB value is (178,239,165). Sum of RGB (Red+Green+Blue) = 178+239+165=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFA5 is #4D105A. Grayscale: #D4D4D4. Windows color (decimal): -5050459 or 10874802. OLE color: 10874802.
HSL color Cylindrical-coordinate representation of color #B2EFA5: hue angle of 109.46º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2EFA5 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 165 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.06 |
| HSL | 109.46º | 0.7% | 0.79% | - |
| HSV(B) | 109.46º | 0.31% | 0.94% | - |
| XYZ | 56.02 | 73.91 | 46.91 | - |
| YUV | 212.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 165 | 0.26 | 0 | 0.31 | 0.06 | 109.46 | 0.7 | 0.79 |
| Hex | B2 | EF | A5 | 1A | 0 | 1F | 6 | 6D | 46 | 4F |
| Octal | 262 | 357 | 245 | 32 | 0 | 37 | 6 | 155 | 106 | 117 |
| Binary | 10110010 | 11101111 | 10100101 | 11010 | 0 | 11111 | 110 | 1101101 | 1000110 | 1001111 |
Color Harmonies of #B2EFA5
Complementary color
Monochromatic Colors of #B2EFA5
Black with #B2EFA5
Text Example
Text Example
White with #B2EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFA5; }
p { color: rgb(178,239,165); }
H1.HeaderClassName
{
color: #B2EFA5;
}
.AnyTagClassName
{
color: #B2EFA5;
}
</style>
background-color css
<style>
a { background-color: #B2EFA5; }
a { background-color: rgb(178,239,165); }
div.DivClassName
{
background-color: #B2EFA5;
}
.BgClassName
{
background-color: #B2EFA5;
}
</style>
border-color css
<style>
span { border-color: #B2EFA5; }
span { border-color: rgb(178,239,165); }
td.TdClassName
{
border-color: #B2EFA5;
}
.TagClassName
{
border-color: #B2EFA5;
}
</style>