Shades of Madang #B2F5AB
Tints of Madang #B2F5AB
RGB
CMYK
RGB Variations
Color information
#B2F5AB (or 0xB2F5AB) is known color: Madang. HEX triplet: B2, F5 and AB. RGB value is (178,245,171). Sum of RGB (Red+Green+Blue) = 178+245+171=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F5AB is #4D0A54. Grayscale: #D8D8D8. Windows color (decimal): -5048917 or 11269554. OLE color: 11269554.
HSL color Cylindrical-coordinate representation of color #B2F5AB: hue angle of 114.32º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2F5AB is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 171 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.04 |
| HSL | 114.32º | 0.79% | 0.82% | - |
| HSV(B) | 114.32º | 0.3% | 0.96% | - |
| XYZ | 58.36 | 77.71 | 50.45 | - |
| YUV | 216.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 171 | 0.27 | 0 | 0.30 | 0.04 | 114.32 | 0.79 | 0.82 |
| Hex | B2 | F5 | AB | 1B | 0 | 1E | 4 | 72 | 4F | 52 |
| Octal | 262 | 365 | 253 | 33 | 0 | 36 | 4 | 162 | 117 | 122 |
| Binary | 10110010 | 11110101 | 10101011 | 11011 | 0 | 11110 | 100 | 1110010 | 1001111 | 1010010 |
Color Harmonies of #B2F5AB
Complementary color
Monochromatic Colors of #B2F5AB
Black with #B2F5AB
Text Example
Text Example
White with #B2F5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F5AB; }
p { color: rgb(178,245,171); }
H1.HeaderClassName
{
color: #B2F5AB;
}
.AnyTagClassName
{
color: #B2F5AB;
}
</style>
background-color css
<style>
a { background-color: #B2F5AB; }
a { background-color: rgb(178,245,171); }
div.DivClassName
{
background-color: #B2F5AB;
}
.BgClassName
{
background-color: #B2F5AB;
}
</style>
border-color css
<style>
span { border-color: #B2F5AB; }
span { border-color: rgb(178,245,171); }
td.TdClassName
{
border-color: #B2F5AB;
}
.TagClassName
{
border-color: #B2F5AB;
}
</style>