Shades of Madang #B0F1A8
Tints of Madang #B0F1A8
RGB
CMYK
RGB Variations
Color information
#B0F1A8 (or 0xB0F1A8) is known color: Madang. HEX triplet: B0, F1 and A8. RGB value is (176,241,168). Sum of RGB (Red+Green+Blue) = 176+241+168=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F1A8 is #4F0E57. Grayscale: #D5D5D5. Windows color (decimal): -5181016 or 11071920. OLE color: 11071920.
HSL color Cylindrical-coordinate representation of color #B0F1A8: hue angle of 113.42º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F1A8 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 168 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.05 |
| HSL | 113.42º | 0.72% | 0.8% | - |
| HSV(B) | 113.42º | 0.3% | 0.95% | - |
| XYZ | 56.43 | 74.97 | 48.54 | - |
| YUV | 213.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 168 | 0.27 | 0 | 0.30 | 0.05 | 113.42 | 0.72 | 0.8 |
| Hex | B0 | F1 | A8 | 1B | 0 | 1E | 5 | 71 | 48 | 50 |
| Octal | 260 | 361 | 250 | 33 | 0 | 36 | 5 | 161 | 110 | 120 |
| Binary | 10110000 | 11110001 | 10101000 | 11011 | 0 | 11110 | 101 | 1110001 | 1001000 | 1010000 |
Color Harmonies of #B0F1A8
Complementary color
Monochromatic Colors of #B0F1A8
Black with #B0F1A8
Text Example
Text Example
White with #B0F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F1A8; }
p { color: rgb(176,241,168); }
H1.HeaderClassName
{
color: #B0F1A8;
}
.AnyTagClassName
{
color: #B0F1A8;
}
</style>
background-color css
<style>
a { background-color: #B0F1A8; }
a { background-color: rgb(176,241,168); }
div.DivClassName
{
background-color: #B0F1A8;
}
.BgClassName
{
background-color: #B0F1A8;
}
</style>
border-color css
<style>
span { border-color: #B0F1A8; }
span { border-color: rgb(176,241,168); }
td.TdClassName
{
border-color: #B0F1A8;
}
.TagClassName
{
border-color: #B0F1A8;
}
</style>