Shades of Madang #B5FFAC
Tints of Madang #B5FFAC
RGB
CMYK
RGB Variations
Color information
#B5FFAC (or 0xB5FFAC) is known color: Madang. HEX triplet: B5, FF and AC. RGB value is (181,255,172). Sum of RGB (Red+Green+Blue) = 181+255+172=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FFAC is #4A0053. Grayscale: #DFDFDF. Windows color (decimal): -4849748 or 11337653. OLE color: 11337653.
HSL color Cylindrical-coordinate representation of color #B5FFAC: hue angle of 113.49º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5FFAC is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 172 | - |
| CMYK | 0.29 | 0 | 0.33 | 0 |
| HSL | 113.49º | 1% | 0.84% | - |
| HSV(B) | 113.49º | 0.33% | 1% | - |
| XYZ | 62.26 | 84.32 | 52.02 | - |
| YUV | 223.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 172 | 0.29 | 0 | 0.33 | 0 | 113.49 | 1 | 0.84 |
| Hex | B5 | FF | AC | 1D | 0 | 21 | 0 | 71 | 64 | 54 |
| Octal | 265 | 377 | 254 | 35 | 0 | 41 | 0 | 161 | 144 | 124 |
| Binary | 10110101 | 11111111 | 10101100 | 11101 | 0 | 100001 | 0 | 1110001 | 1100100 | 1010100 |
Color Harmonies of #B5FFAC
Complementary color
Monochromatic Colors of #B5FFAC
Black with #B5FFAC
Text Example
Text Example
White with #B5FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFAC; }
p { color: rgb(181,255,172); }
H1.HeaderClassName
{
color: #B5FFAC;
}
.AnyTagClassName
{
color: #B5FFAC;
}
</style>
background-color css
<style>
a { background-color: #B5FFAC; }
a { background-color: rgb(181,255,172); }
div.DivClassName
{
background-color: #B5FFAC;
}
.BgClassName
{
background-color: #B5FFAC;
}
</style>
border-color css
<style>
span { border-color: #B5FFAC; }
span { border-color: rgb(181,255,172); }
td.TdClassName
{
border-color: #B5FFAC;
}
.TagClassName
{
border-color: #B5FFAC;
}
</style>