Shades of Madang #B4DF96
Tints of Madang #B4DF96
RGB
CMYK
RGB Variations
Color information
#B4DF96 (or 0xB4DF96) is known color: Madang. HEX triplet: B4, DF and 96. RGB value is (180,223,150). Sum of RGB (Red+Green+Blue) = 180+223+150=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DF96 is #4B2069. Grayscale: #CACACA. Windows color (decimal): -4923498 or 9887668. OLE color: 9887668.
HSL color Cylindrical-coordinate representation of color #B4DF96: hue angle of 95.34º 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 #B4DF96 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 150 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.13 |
| HSL | 95.34º | 0.53% | 0.73% | - |
| HSV(B) | 95.34º | 0.33% | 0.87% | - |
| XYZ | 50.72 | 64.68 | 38.67 | - |
| YUV | 201.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 150 | 0.19 | 0 | 0.33 | 0.13 | 95.34 | 0.53 | 0.73 |
| Hex | B4 | DF | 96 | 13 | 0 | 21 | D | 5F | 35 | 49 |
| Octal | 264 | 337 | 226 | 23 | 0 | 41 | 15 | 137 | 65 | 111 |
| Binary | 10110100 | 11011111 | 10010110 | 10011 | 0 | 100001 | 1101 | 1011111 | 110101 | 1001001 |
Color Harmonies of #B4DF96
Complementary color
Monochromatic Colors of #B4DF96
Black with #B4DF96
Text Example
Text Example
White with #B4DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF96; }
p { color: rgb(180,223,150); }
H1.HeaderClassName
{
color: #B4DF96;
}
.AnyTagClassName
{
color: #B4DF96;
}
</style>
background-color css
<style>
a { background-color: #B4DF96; }
a { background-color: rgb(180,223,150); }
div.DivClassName
{
background-color: #B4DF96;
}
.BgClassName
{
background-color: #B4DF96;
}
</style>
border-color css
<style>
span { border-color: #B4DF96; }
span { border-color: rgb(180,223,150); }
td.TdClassName
{
border-color: #B4DF96;
}
.TagClassName
{
border-color: #B4DF96;
}
</style>