Shades of Madang #B5F0AB
Tints of Madang #B5F0AB
RGB
CMYK
RGB Variations
Color information
#B5F0AB (or 0xB5F0AB) is known color: Madang. HEX triplet: B5, F0 and AB. RGB value is (181,240,171). Sum of RGB (Red+Green+Blue) = 181+240+171=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F0AB is #4A0F54. Grayscale: #D6D6D6. Windows color (decimal): -4853589 or 11268277. OLE color: 11268277.
HSL color Cylindrical-coordinate representation of color #B5F0AB: hue angle of 111.3º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5F0AB is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 171 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.06 |
| HSL | 111.3º | 0.7% | 0.81% | - |
| HSV(B) | 111.3º | 0.29% | 0.94% | - |
| XYZ | 57.57 | 75.08 | 49.99 | - |
| YUV | 214.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 171 | 0.25 | 0 | 0.29 | 0.06 | 111.3 | 0.7 | 0.81 |
| Hex | B5 | F0 | AB | 19 | 0 | 1D | 6 | 6F | 46 | 51 |
| Octal | 265 | 360 | 253 | 31 | 0 | 35 | 6 | 157 | 106 | 121 |
| Binary | 10110101 | 11110000 | 10101011 | 11001 | 0 | 11101 | 110 | 1101111 | 1000110 | 1010001 |
Color Harmonies of #B5F0AB
Complementary color
Monochromatic Colors of #B5F0AB
Black with #B5F0AB
Text Example
Text Example
White with #B5F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F0AB; }
p { color: rgb(181,240,171); }
H1.HeaderClassName
{
color: #B5F0AB;
}
.AnyTagClassName
{
color: #B5F0AB;
}
</style>
background-color css
<style>
a { background-color: #B5F0AB; }
a { background-color: rgb(181,240,171); }
div.DivClassName
{
background-color: #B5F0AB;
}
.BgClassName
{
background-color: #B5F0AB;
}
</style>
border-color css
<style>
span { border-color: #B5F0AB; }
span { border-color: rgb(181,240,171); }
td.TdClassName
{
border-color: #B5F0AB;
}
.TagClassName
{
border-color: #B5F0AB;
}
</style>