Shades of Madang #B0F48E
Tints of Madang #B0F48E
RGB
CMYK
RGB Variations
Color information
#B0F48E (or 0xB0F48E) is known color: Madang. HEX triplet: B0, F4 and 8E. RGB value is (176,244,142). Sum of RGB (Red+Green+Blue) = 176+244+142=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F48E is #4F0B71. Grayscale: #D4D4D4. Windows color (decimal): -5180274 or 9368752. OLE color: 9368752.
HSL color Cylindrical-coordinate representation of color #B0F48E: hue angle of 100º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0F48E is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 142 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.04 |
| HSL | 100º | 0.82% | 0.76% | - |
| HSV(B) | 100º | 0.42% | 0.96% | - |
| XYZ | 55.14 | 75.88 | 37.33 | - |
| YUV | 212.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 142 | 0.28 | 0 | 0.42 | 0.04 | 100 | 0.82 | 0.76 |
| Hex | B0 | F4 | 8E | 1C | 0 | 2A | 4 | 64 | 52 | 4C |
| Octal | 260 | 364 | 216 | 34 | 0 | 52 | 4 | 144 | 122 | 114 |
| Binary | 10110000 | 11110100 | 10001110 | 11100 | 0 | 101010 | 100 | 1100100 | 1010010 | 1001100 |
Color Harmonies of #B0F48E
Complementary color
Monochromatic Colors of #B0F48E
Black with #B0F48E
Text Example
Text Example
White with #B0F48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F48E; }
p { color: rgb(176,244,142); }
H1.HeaderClassName
{
color: #B0F48E;
}
.AnyTagClassName
{
color: #B0F48E;
}
</style>
background-color css
<style>
a { background-color: #B0F48E; }
a { background-color: rgb(176,244,142); }
div.DivClassName
{
background-color: #B0F48E;
}
.BgClassName
{
background-color: #B0F48E;
}
</style>
border-color css
<style>
span { border-color: #B0F48E; }
span { border-color: rgb(176,244,142); }
td.TdClassName
{
border-color: #B0F48E;
}
.TagClassName
{
border-color: #B0F48E;
}
</style>