Shades of Madang #B2FA8C
Tints of Madang #B2FA8C
RGB
CMYK
RGB Variations
Color information
#B2FA8C (or 0xB2FA8C) is known color: Madang. HEX triplet: B2, FA and 8C. RGB value is (178,250,140). Sum of RGB (Red+Green+Blue) = 178+250+140=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA8C is #4D0573. Grayscale: #D8D8D8. Windows color (decimal): -5047668 or 9239218. OLE color: 9239218.
HSL color Cylindrical-coordinate representation of color #B2FA8C: hue angle of 99.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2FA8C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 140 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.02 |
| HSL | 99.27º | 0.92% | 0.76% | - |
| HSV(B) | 99.27º | 0.44% | 0.98% | - |
| XYZ | 57.28 | 79.73 | 37.18 | - |
| YUV | 215.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 140 | 0.29 | 0 | 0.44 | 0.02 | 99.27 | 0.92 | 0.76 |
| Hex | B2 | FA | 8C | 1D | 0 | 2C | 2 | 63 | 5C | 4C |
| Octal | 262 | 372 | 214 | 35 | 0 | 54 | 2 | 143 | 134 | 114 |
| Binary | 10110010 | 11111010 | 10001100 | 11101 | 0 | 101100 | 10 | 1100011 | 1011100 | 1001100 |
Color Harmonies of #B2FA8C
Complementary color
Monochromatic Colors of #B2FA8C
Black with #B2FA8C
Text Example
Text Example
White with #B2FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA8C; }
p { color: rgb(178,250,140); }
H1.HeaderClassName
{
color: #B2FA8C;
}
.AnyTagClassName
{
color: #B2FA8C;
}
</style>
background-color css
<style>
a { background-color: #B2FA8C; }
a { background-color: rgb(178,250,140); }
div.DivClassName
{
background-color: #B2FA8C;
}
.BgClassName
{
background-color: #B2FA8C;
}
</style>
border-color css
<style>
span { border-color: #B2FA8C; }
span { border-color: rgb(178,250,140); }
td.TdClassName
{
border-color: #B2FA8C;
}
.TagClassName
{
border-color: #B2FA8C;
}
</style>