Shades of Madang #B4FFAE
Tints of Madang #B4FFAE
RGB
CMYK
RGB Variations
Color information
#B4FFAE (or 0xB4FFAE) is known color: Madang. HEX triplet: B4, FF and AE. RGB value is (180,255,174). Sum of RGB (Red+Green+Blue) = 180+255+174=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFAE is #4B0051. Grayscale: #DFDFDF. Windows color (decimal): -4915282 or 11468724. OLE color: 11468724.
HSL color Cylindrical-coordinate representation of color #B4FFAE: hue angle of 115.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4FFAE is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 174 | - |
| CMYK | 0.29 | 0 | 0.32 | 0 |
| HSL | 115.56º | 1% | 0.84% | - |
| HSV(B) | 115.56º | 0.32% | 1% | - |
| XYZ | 62.22 | 84.28 | 53.03 | - |
| YUV | 223.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 174 | 0.29 | 0 | 0.32 | 0 | 115.56 | 1 | 0.84 |
| Hex | B4 | FF | AE | 1D | 0 | 20 | 0 | 74 | 64 | 54 |
| Octal | 264 | 377 | 256 | 35 | 0 | 40 | 0 | 164 | 144 | 124 |
| Binary | 10110100 | 11111111 | 10101110 | 11101 | 0 | 100000 | 0 | 1110100 | 1100100 | 1010100 |
Color Harmonies of #B4FFAE
Complementary color
Monochromatic Colors of #B4FFAE
Black with #B4FFAE
Text Example
Text Example
White with #B4FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFAE; }
p { color: rgb(180,255,174); }
H1.HeaderClassName
{
color: #B4FFAE;
}
.AnyTagClassName
{
color: #B4FFAE;
}
</style>
background-color css
<style>
a { background-color: #B4FFAE; }
a { background-color: rgb(180,255,174); }
div.DivClassName
{
background-color: #B4FFAE;
}
.BgClassName
{
background-color: #B4FFAE;
}
</style>
border-color css
<style>
span { border-color: #B4FFAE; }
span { border-color: rgb(180,255,174); }
td.TdClassName
{
border-color: #B4FFAE;
}
.TagClassName
{
border-color: #B4FFAE;
}
</style>