Shades of Madang #B2DF96
Tints of Madang #B2DF96
RGB
CMYK
RGB Variations
Color information
#B2DF96 (or 0xB2DF96) is known color: Madang. HEX triplet: B2, DF and 96. RGB value is (178,223,150). Sum of RGB (Red+Green+Blue) = 178+223+150=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF96 is #4D2069. Grayscale: #C9C9C9. Windows color (decimal): -5054570 or 9887666. OLE color: 9887666.
HSL color Cylindrical-coordinate representation of color #B2DF96: hue angle of 96.99º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2DF96 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 150 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.13 |
| HSL | 96.99º | 0.53% | 0.73% | - |
| HSV(B) | 96.99º | 0.33% | 0.87% | - |
| XYZ | 50.25 | 64.44 | 38.64 | - |
| YUV | 201.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 150 | 0.20 | 0 | 0.33 | 0.13 | 96.99 | 0.53 | 0.73 |
| Hex | B2 | DF | 96 | 14 | 0 | 21 | D | 61 | 35 | 49 |
| Octal | 262 | 337 | 226 | 24 | 0 | 41 | 15 | 141 | 65 | 111 |
| Binary | 10110010 | 11011111 | 10010110 | 10100 | 0 | 100001 | 1101 | 1100001 | 110101 | 1001001 |
Color Harmonies of #B2DF96
Complementary color
Monochromatic Colors of #B2DF96
Black with #B2DF96
Text Example
Text Example
White with #B2DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF96; }
p { color: rgb(178,223,150); }
H1.HeaderClassName
{
color: #B2DF96;
}
.AnyTagClassName
{
color: #B2DF96;
}
</style>
background-color css
<style>
a { background-color: #B2DF96; }
a { background-color: rgb(178,223,150); }
div.DivClassName
{
background-color: #B2DF96;
}
.BgClassName
{
background-color: #B2DF96;
}
</style>
border-color css
<style>
span { border-color: #B2DF96; }
span { border-color: rgb(178,223,150); }
td.TdClassName
{
border-color: #B2DF96;
}
.TagClassName
{
border-color: #B2DF96;
}
</style>