Shades of Madang #B4F5AD
Tints of Madang #B4F5AD
RGB
CMYK
RGB Variations
Color information
#B4F5AD (or 0xB4F5AD) is known color: Madang. HEX triplet: B4, F5 and AD. RGB value is (180,245,173). Sum of RGB (Red+Green+Blue) = 180+245+173=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F5AD is #4B0A52. Grayscale: #D9D9D9. Windows color (decimal): -4917843 or 11400628. OLE color: 11400628.
HSL color Cylindrical-coordinate representation of color #B4F5AD: hue angle of 114.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F5AD is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 245 | 173 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.04 |
| HSL | 114.17º | 0.78% | 0.82% | - |
| HSV(B) | 114.17º | 0.29% | 0.96% | - |
| XYZ | 59.02 | 78.03 | 51.48 | - |
| YUV | 217.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 245 | 173 | 0.27 | 0 | 0.29 | 0.04 | 114.17 | 0.78 | 0.82 |
| Hex | B4 | F5 | AD | 1B | 0 | 1D | 4 | 72 | 4E | 52 |
| Octal | 264 | 365 | 255 | 33 | 0 | 35 | 4 | 162 | 116 | 122 |
| Binary | 10110100 | 11110101 | 10101101 | 11011 | 0 | 11101 | 100 | 1110010 | 1001110 | 1010010 |
Color Harmonies of #B4F5AD
Complementary color
Monochromatic Colors of #B4F5AD
Black with #B4F5AD
Text Example
Text Example
White with #B4F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F5AD; }
p { color: rgb(180,245,173); }
H1.HeaderClassName
{
color: #B4F5AD;
}
.AnyTagClassName
{
color: #B4F5AD;
}
</style>
background-color css
<style>
a { background-color: #B4F5AD; }
a { background-color: rgb(180,245,173); }
div.DivClassName
{
background-color: #B4F5AD;
}
.BgClassName
{
background-color: #B4F5AD;
}
</style>
border-color css
<style>
span { border-color: #B4F5AD; }
span { border-color: rgb(180,245,173); }
td.TdClassName
{
border-color: #B4F5AD;
}
.TagClassName
{
border-color: #B4F5AD;
}
</style>