Shades of Madang #B4F2AA
Tints of Madang #B4F2AA
RGB
CMYK
RGB Variations
Color information
#B4F2AA (or 0xB4F2AA) is known color: Madang. HEX triplet: B4, F2 and AA. RGB value is (180,242,170). Sum of RGB (Red+Green+Blue) = 180+242+170=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F2AA is #4B0D55. Grayscale: #D7D7D7. Windows color (decimal): -4918614 or 11203252. OLE color: 11203252.
HSL color Cylindrical-coordinate representation of color #B4F2AA: hue angle of 111.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4F2AA is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 170 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.05 |
| HSL | 111.67º | 0.73% | 0.81% | - |
| HSV(B) | 111.67º | 0.3% | 0.95% | - |
| XYZ | 57.83 | 76.11 | 49.67 | - |
| YUV | 215.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 170 | 0.26 | 0 | 0.30 | 0.05 | 111.67 | 0.73 | 0.81 |
| Hex | B4 | F2 | AA | 1A | 0 | 1E | 5 | 70 | 49 | 51 |
| Octal | 264 | 362 | 252 | 32 | 0 | 36 | 5 | 160 | 111 | 121 |
| Binary | 10110100 | 11110010 | 10101010 | 11010 | 0 | 11110 | 101 | 1110000 | 1001001 | 1010001 |
Color Harmonies of #B4F2AA
Complementary color
Monochromatic Colors of #B4F2AA
Black with #B4F2AA
Text Example
Text Example
White with #B4F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F2AA; }
p { color: rgb(180,242,170); }
H1.HeaderClassName
{
color: #B4F2AA;
}
.AnyTagClassName
{
color: #B4F2AA;
}
</style>
background-color css
<style>
a { background-color: #B4F2AA; }
a { background-color: rgb(180,242,170); }
div.DivClassName
{
background-color: #B4F2AA;
}
.BgClassName
{
background-color: #B4F2AA;
}
</style>
border-color css
<style>
span { border-color: #B4F2AA; }
span { border-color: rgb(180,242,170); }
td.TdClassName
{
border-color: #B4F2AA;
}
.TagClassName
{
border-color: #B4F2AA;
}
</style>