Shades of Madang #B5F2AB
Tints of Madang #B5F2AB
RGB
CMYK
RGB Variations
Color information
#B5F2AB (or 0xB5F2AB) is known color: Madang. HEX triplet: B5, F2 and AB. RGB value is (181,242,171). Sum of RGB (Red+Green+Blue) = 181+242+171=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F2AB is #4A0D54. Grayscale: #D7D7D7. Windows color (decimal): -4853077 or 11268789. OLE color: 11268789.
HSL color Cylindrical-coordinate representation of color #B5F2AB: hue angle of 111.55º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5F2AB is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 171 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.05 |
| HSL | 111.55º | 0.73% | 0.81% | - |
| HSV(B) | 111.55º | 0.29% | 0.95% | - |
| XYZ | 58.16 | 76.27 | 50.18 | - |
| YUV | 215.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 171 | 0.25 | 0 | 0.29 | 0.05 | 111.55 | 0.73 | 0.81 |
| Hex | B5 | F2 | AB | 19 | 0 | 1D | 5 | 70 | 49 | 51 |
| Octal | 265 | 362 | 253 | 31 | 0 | 35 | 5 | 160 | 111 | 121 |
| Binary | 10110101 | 11110010 | 10101011 | 11001 | 0 | 11101 | 101 | 1110000 | 1001001 | 1010001 |
Color Harmonies of #B5F2AB
Complementary color
Monochromatic Colors of #B5F2AB
Black with #B5F2AB
Text Example
Text Example
White with #B5F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2AB; }
p { color: rgb(181,242,171); }
H1.HeaderClassName
{
color: #B5F2AB;
}
.AnyTagClassName
{
color: #B5F2AB;
}
</style>
background-color css
<style>
a { background-color: #B5F2AB; }
a { background-color: rgb(181,242,171); }
div.DivClassName
{
background-color: #B5F2AB;
}
.BgClassName
{
background-color: #B5F2AB;
}
</style>
border-color css
<style>
span { border-color: #B5F2AB; }
span { border-color: rgb(181,242,171); }
td.TdClassName
{
border-color: #B5F2AB;
}
.TagClassName
{
border-color: #B5F2AB;
}
</style>