Shades of Madang #B4FFAB
Tints of Madang #B4FFAB
RGB
CMYK
RGB Variations
Color information
#B4FFAB (or 0xB4FFAB) is known color: Madang. HEX triplet: B4, FF and AB. RGB value is (180,255,171). Sum of RGB (Red+Green+Blue) = 180+255+171=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFAB is #4B0054. Grayscale: #DFDFDF. Windows color (decimal): -4915285 or 11272116. OLE color: 11272116.
HSL color Cylindrical-coordinate representation of color #B4FFAB: hue angle of 113.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4FFAB is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 171 | - |
| CMYK | 0.29 | 0 | 0.33 | 0 |
| HSL | 113.57º | 1% | 0.84% | - |
| HSV(B) | 113.57º | 0.33% | 1% | - |
| XYZ | 61.93 | 84.16 | 51.51 | - |
| YUV | 223 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 171 | 0.29 | 0 | 0.33 | 0 | 113.57 | 1 | 0.84 |
| Hex | B4 | FF | AB | 1D | 0 | 21 | 0 | 72 | 64 | 54 |
| Octal | 264 | 377 | 253 | 35 | 0 | 41 | 0 | 162 | 144 | 124 |
| Binary | 10110100 | 11111111 | 10101011 | 11101 | 0 | 100001 | 0 | 1110010 | 1100100 | 1010100 |
Color Harmonies of #B4FFAB
Complementary color
Monochromatic Colors of #B4FFAB
Black with #B4FFAB
Text Example
Text Example
White with #B4FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFAB; }
p { color: rgb(180,255,171); }
H1.HeaderClassName
{
color: #B4FFAB;
}
.AnyTagClassName
{
color: #B4FFAB;
}
</style>
background-color css
<style>
a { background-color: #B4FFAB; }
a { background-color: rgb(180,255,171); }
div.DivClassName
{
background-color: #B4FFAB;
}
.BgClassName
{
background-color: #B4FFAB;
}
</style>
border-color css
<style>
span { border-color: #B4FFAB; }
span { border-color: rgb(180,255,171); }
td.TdClassName
{
border-color: #B4FFAB;
}
.TagClassName
{
border-color: #B4FFAB;
}
</style>