Shades of Madang #B2EF96
Tints of Madang #B2EF96
RGB
CMYK
RGB Variations
Color information
#B2EF96 (or 0xB2EF96) is known color: Madang. HEX triplet: B2, EF and 96. RGB value is (178,239,150). Sum of RGB (Red+Green+Blue) = 178+239+150=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EF96 is #4D1069. Grayscale: #D2D2D2. Windows color (decimal): -5050474 or 9891762. OLE color: 9891762.
HSL color Cylindrical-coordinate representation of color #B2EF96: hue angle of 101.12º 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 #B2EF96 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 150 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.06 |
| HSL | 101.12º | 0.74% | 0.76% | - |
| HSV(B) | 101.12º | 0.37% | 0.94% | - |
| XYZ | 54.73 | 73.4 | 40.14 | - |
| YUV | 210.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 150 | 0.26 | 0 | 0.37 | 0.06 | 101.12 | 0.74 | 0.76 |
| Hex | B2 | EF | 96 | 1A | 0 | 25 | 6 | 65 | 4A | 4C |
| Octal | 262 | 357 | 226 | 32 | 0 | 45 | 6 | 145 | 112 | 114 |
| Binary | 10110010 | 11101111 | 10010110 | 11010 | 0 | 100101 | 110 | 1100101 | 1001010 | 1001100 |
Color Harmonies of #B2EF96
Complementary color
Monochromatic Colors of #B2EF96
Black with #B2EF96
Text Example
Text Example
White with #B2EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF96; }
p { color: rgb(178,239,150); }
H1.HeaderClassName
{
color: #B2EF96;
}
.AnyTagClassName
{
color: #B2EF96;
}
</style>
background-color css
<style>
a { background-color: #B2EF96; }
a { background-color: rgb(178,239,150); }
div.DivClassName
{
background-color: #B2EF96;
}
.BgClassName
{
background-color: #B2EF96;
}
</style>
border-color css
<style>
span { border-color: #B2EF96; }
span { border-color: rgb(178,239,150); }
td.TdClassName
{
border-color: #B2EF96;
}
.TagClassName
{
border-color: #B2EF96;
}
</style>