Shades of Madang #B1FEA0
Tints of Madang #B1FEA0
RGB
CMYK
RGB Variations
Color information
#B1FEA0 (or 0xB1FEA0) is known color: Madang. HEX triplet: B1, FE and A0. RGB value is (177,254,160). Sum of RGB (Red+Green+Blue) = 177+254+160=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FEA0 is #4E015F. Grayscale: #DCDCDC. Windows color (decimal): -5112160 or 10550961. OLE color: 10550961.
HSL color Cylindrical-coordinate representation of color #B1FEA0: hue angle of 109.15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1FEA0 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 160 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.00 |
| HSL | 109.15º | 0.98% | 0.81% | - |
| HSV(B) | 109.15º | 0.37% | 1% | - |
| XYZ | 59.92 | 82.77 | 46.08 | - |
| YUV | 220.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 160 | 0.30 | 0 | 0.37 | 0.00 | 109.15 | 0.98 | 0.81 |
| Hex | B1 | FE | A0 | 1E | 0 | 25 | 0 | 6D | 62 | 51 |
| Octal | 261 | 376 | 240 | 36 | 0 | 45 | 0 | 155 | 142 | 121 |
| Binary | 10110001 | 11111110 | 10100000 | 11110 | 0 | 100101 | 0 | 1101101 | 1100010 | 1010001 |
Color Harmonies of #B1FEA0
Complementary color
Monochromatic Colors of #B1FEA0
Black with #B1FEA0
Text Example
Text Example
White with #B1FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEA0; }
p { color: rgb(177,254,160); }
H1.HeaderClassName
{
color: #B1FEA0;
}
.AnyTagClassName
{
color: #B1FEA0;
}
</style>
background-color css
<style>
a { background-color: #B1FEA0; }
a { background-color: rgb(177,254,160); }
div.DivClassName
{
background-color: #B1FEA0;
}
.BgClassName
{
background-color: #B1FEA0;
}
</style>
border-color css
<style>
span { border-color: #B1FEA0; }
span { border-color: rgb(177,254,160); }
td.TdClassName
{
border-color: #B1FEA0;
}
.TagClassName
{
border-color: #B1FEA0;
}
</style>