Shades of Madang #B4DF98
Tints of Madang #B4DF98
RGB
CMYK
RGB Variations
Color information
#B4DF98 (or 0xB4DF98) is known color: Madang. HEX triplet: B4, DF and 98. RGB value is (180,223,152). Sum of RGB (Red+Green+Blue) = 180+223+152=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DF98 is #4B2067. Grayscale: #CACACA. Windows color (decimal): -4923496 or 10018740. OLE color: 10018740.
HSL color Cylindrical-coordinate representation of color #B4DF98: hue angle of 96.34º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4DF98 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 152 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.13 |
| HSL | 96.34º | 0.53% | 0.74% | - |
| HSV(B) | 96.34º | 0.32% | 0.87% | - |
| XYZ | 50.88 | 64.75 | 39.52 | - |
| YUV | 202.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 152 | 0.19 | 0 | 0.32 | 0.13 | 96.34 | 0.53 | 0.74 |
| Hex | B4 | DF | 98 | 13 | 0 | 20 | D | 60 | 35 | 4A |
| Octal | 264 | 337 | 230 | 23 | 0 | 40 | 15 | 140 | 65 | 112 |
| Binary | 10110100 | 11011111 | 10011000 | 10011 | 0 | 100000 | 1101 | 1100000 | 110101 | 1001010 |
Color Harmonies of #B4DF98
Complementary color
Monochromatic Colors of #B4DF98
Black with #B4DF98
Text Example
Text Example
White with #B4DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF98; }
p { color: rgb(180,223,152); }
H1.HeaderClassName
{
color: #B4DF98;
}
.AnyTagClassName
{
color: #B4DF98;
}
</style>
background-color css
<style>
a { background-color: #B4DF98; }
a { background-color: rgb(180,223,152); }
div.DivClassName
{
background-color: #B4DF98;
}
.BgClassName
{
background-color: #B4DF98;
}
</style>
border-color css
<style>
span { border-color: #B4DF98; }
span { border-color: rgb(180,223,152); }
td.TdClassName
{
border-color: #B4DF98;
}
.TagClassName
{
border-color: #B4DF98;
}
</style>