Shades of Madang #B4F1AC
Tints of Madang #B4F1AC
RGB
CMYK
RGB Variations
Color information
#B4F1AC (or 0xB4F1AC) is known color: Madang. HEX triplet: B4, F1 and AC. RGB value is (180,241,172). Sum of RGB (Red+Green+Blue) = 180+241+172=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F1AC is #4B0E53. Grayscale: #D7D7D7. Windows color (decimal): -4918868 or 11334068. OLE color: 11334068.
HSL color Cylindrical-coordinate representation of color #B4F1AC: hue angle of 113.04º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F1AC is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 172 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.05 |
| HSL | 113.04º | 0.71% | 0.81% | - |
| HSV(B) | 113.04º | 0.29% | 0.95% | - |
| XYZ | 57.72 | 75.59 | 50.58 | - |
| YUV | 214.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 172 | 0.25 | 0 | 0.29 | 0.05 | 113.04 | 0.71 | 0.81 |
| Hex | B4 | F1 | AC | 19 | 0 | 1D | 5 | 71 | 47 | 51 |
| Octal | 264 | 361 | 254 | 31 | 0 | 35 | 5 | 161 | 107 | 121 |
| Binary | 10110100 | 11110001 | 10101100 | 11001 | 0 | 11101 | 101 | 1110001 | 1000111 | 1010001 |
Color Harmonies of #B4F1AC
Complementary color
Monochromatic Colors of #B4F1AC
Black with #B4F1AC
Text Example
Text Example
White with #B4F1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F1AC; }
p { color: rgb(180,241,172); }
H1.HeaderClassName
{
color: #B4F1AC;
}
.AnyTagClassName
{
color: #B4F1AC;
}
</style>
background-color css
<style>
a { background-color: #B4F1AC; }
a { background-color: rgb(180,241,172); }
div.DivClassName
{
background-color: #B4F1AC;
}
.BgClassName
{
background-color: #B4F1AC;
}
</style>
border-color css
<style>
span { border-color: #B4F1AC; }
span { border-color: rgb(180,241,172); }
td.TdClassName
{
border-color: #B4F1AC;
}
.TagClassName
{
border-color: #B4F1AC;
}
</style>