Shades of Madang #B0F4A9
Tints of Madang #B0F4A9
RGB
CMYK
RGB Variations
Color information
#B0F4A9 (or 0xB0F4A9) is known color: Madang. HEX triplet: B0, F4 and A9. RGB value is (176,244,169). Sum of RGB (Red+Green+Blue) = 176+244+169=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F4A9 is #4F0B56. Grayscale: #D7D7D7. Windows color (decimal): -5180247 or 11138224. OLE color: 11138224.
HSL color Cylindrical-coordinate representation of color #B0F4A9: hue angle of 114.4º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F4A9 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 169 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.04 |
| HSL | 114.4º | 0.77% | 0.81% | - |
| HSV(B) | 114.4º | 0.31% | 0.96% | - |
| XYZ | 57.42 | 76.8 | 49.33 | - |
| YUV | 215.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 169 | 0.28 | 0 | 0.31 | 0.04 | 114.4 | 0.77 | 0.81 |
| Hex | B0 | F4 | A9 | 1C | 0 | 1F | 4 | 72 | 4D | 51 |
| Octal | 260 | 364 | 251 | 34 | 0 | 37 | 4 | 162 | 115 | 121 |
| Binary | 10110000 | 11110100 | 10101001 | 11100 | 0 | 11111 | 100 | 1110010 | 1001101 | 1010001 |
Color Harmonies of #B0F4A9
Complementary color
Monochromatic Colors of #B0F4A9
Black with #B0F4A9
Text Example
Text Example
White with #B0F4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4A9; }
p { color: rgb(176,244,169); }
H1.HeaderClassName
{
color: #B0F4A9;
}
.AnyTagClassName
{
color: #B0F4A9;
}
</style>
background-color css
<style>
a { background-color: #B0F4A9; }
a { background-color: rgb(176,244,169); }
div.DivClassName
{
background-color: #B0F4A9;
}
.BgClassName
{
background-color: #B0F4A9;
}
</style>
border-color css
<style>
span { border-color: #B0F4A9; }
span { border-color: rgb(176,244,169); }
td.TdClassName
{
border-color: #B0F4A9;
}
.TagClassName
{
border-color: #B0F4A9;
}
</style>