Shades of Madang #B1FCA8
Tints of Madang #B1FCA8
RGB
CMYK
RGB Variations
Color information
#B1FCA8 (or 0xB1FCA8) is known color: Madang. HEX triplet: B1, FC and A8. RGB value is (177,252,168). Sum of RGB (Red+Green+Blue) = 177+252+168=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FCA8 is #4E0357. Grayscale: #DCDCDC. Windows color (decimal): -5112664 or 11074737. OLE color: 11074737.
HSL color Cylindrical-coordinate representation of color #B1FCA8: hue angle of 113.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1FCA8 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 168 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.01 |
| HSL | 113.57º | 0.93% | 0.82% | - |
| HSV(B) | 113.57º | 0.33% | 0.99% | - |
| XYZ | 60.01 | 81.8 | 49.67 | - |
| YUV | 220 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 168 | 0.30 | 0 | 0.33 | 0.01 | 113.57 | 0.93 | 0.82 |
| Hex | B1 | FC | A8 | 1E | 0 | 21 | 1 | 72 | 5D | 52 |
| Octal | 261 | 374 | 250 | 36 | 0 | 41 | 1 | 162 | 135 | 122 |
| Binary | 10110001 | 11111100 | 10101000 | 11110 | 0 | 100001 | 1 | 1110010 | 1011101 | 1010010 |
Color Harmonies of #B1FCA8
Complementary color
Monochromatic Colors of #B1FCA8
Black with #B1FCA8
Text Example
Text Example
White with #B1FCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCA8; }
p { color: rgb(177,252,168); }
H1.HeaderClassName
{
color: #B1FCA8;
}
.AnyTagClassName
{
color: #B1FCA8;
}
</style>
background-color css
<style>
a { background-color: #B1FCA8; }
a { background-color: rgb(177,252,168); }
div.DivClassName
{
background-color: #B1FCA8;
}
.BgClassName
{
background-color: #B1FCA8;
}
</style>
border-color css
<style>
span { border-color: #B1FCA8; }
span { border-color: rgb(177,252,168); }
td.TdClassName
{
border-color: #B1FCA8;
}
.TagClassName
{
border-color: #B1FCA8;
}
</style>