Shades of Madang #B1F88D
Tints of Madang #B1F88D
RGB
CMYK
RGB Variations
Color information
#B1F88D (or 0xB1F88D) is known color: Madang. HEX triplet: B1, F8 and 8D. RGB value is (177,248,141). Sum of RGB (Red+Green+Blue) = 177+248+141=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F88D is #4E0772. Grayscale: #D6D6D6. Windows color (decimal): -5113715 or 9304241. OLE color: 9304241.
HSL color Cylindrical-coordinate representation of color #B1F88D: hue angle of 99.81º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1F88D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 141 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.03 |
| HSL | 99.81º | 0.88% | 0.76% | - |
| HSV(B) | 99.81º | 0.43% | 0.97% | - |
| XYZ | 56.51 | 78.41 | 37.35 | - |
| YUV | 214.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 141 | 0.29 | 0 | 0.43 | 0.03 | 99.81 | 0.88 | 0.76 |
| Hex | B1 | F8 | 8D | 1D | 0 | 2B | 3 | 64 | 58 | 4C |
| Octal | 261 | 370 | 215 | 35 | 0 | 53 | 3 | 144 | 130 | 114 |
| Binary | 10110001 | 11111000 | 10001101 | 11101 | 0 | 101011 | 11 | 1100100 | 1011000 | 1001100 |
Color Harmonies of #B1F88D
Complementary color
Monochromatic Colors of #B1F88D
Black with #B1F88D
Text Example
Text Example
White with #B1F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F88D; }
p { color: rgb(177,248,141); }
H1.HeaderClassName
{
color: #B1F88D;
}
.AnyTagClassName
{
color: #B1F88D;
}
</style>
background-color css
<style>
a { background-color: #B1F88D; }
a { background-color: rgb(177,248,141); }
div.DivClassName
{
background-color: #B1F88D;
}
.BgClassName
{
background-color: #B1F88D;
}
</style>
border-color css
<style>
span { border-color: #B1F88D; }
span { border-color: rgb(177,248,141); }
td.TdClassName
{
border-color: #B1F88D;
}
.TagClassName
{
border-color: #B1F88D;
}
</style>