Shades of Madang #B0EF96
Tints of Madang #B0EF96
RGB
CMYK
RGB Variations
Color information
#B0EF96 (or 0xB0EF96) is known color: Madang. HEX triplet: B0, EF and 96. RGB value is (176,239,150). Sum of RGB (Red+Green+Blue) = 176+239+150=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EF96 is #4F1069. Grayscale: #D2D2D2. Windows color (decimal): -5181546 or 9891760. OLE color: 9891760.
HSL color Cylindrical-coordinate representation of color #B0EF96: hue angle of 102.47º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0EF96 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 150 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.06 |
| HSL | 102.47º | 0.74% | 0.76% | - |
| HSV(B) | 102.47º | 0.37% | 0.94% | - |
| XYZ | 54.28 | 73.17 | 40.12 | - |
| YUV | 210.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 150 | 0.26 | 0 | 0.37 | 0.06 | 102.47 | 0.74 | 0.76 |
| Hex | B0 | EF | 96 | 1A | 0 | 25 | 6 | 66 | 4A | 4C |
| Octal | 260 | 357 | 226 | 32 | 0 | 45 | 6 | 146 | 112 | 114 |
| Binary | 10110000 | 11101111 | 10010110 | 11010 | 0 | 100101 | 110 | 1100110 | 1001010 | 1001100 |
Color Harmonies of #B0EF96
Complementary color
Monochromatic Colors of #B0EF96
Black with #B0EF96
Text Example
Text Example
White with #B0EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF96; }
p { color: rgb(176,239,150); }
H1.HeaderClassName
{
color: #B0EF96;
}
.AnyTagClassName
{
color: #B0EF96;
}
</style>
background-color css
<style>
a { background-color: #B0EF96; }
a { background-color: rgb(176,239,150); }
div.DivClassName
{
background-color: #B0EF96;
}
.BgClassName
{
background-color: #B0EF96;
}
</style>
border-color css
<style>
span { border-color: #B0EF96; }
span { border-color: rgb(176,239,150); }
td.TdClassName
{
border-color: #B0EF96;
}
.TagClassName
{
border-color: #B0EF96;
}
</style>