Shades of Madang #B5FFA8
Tints of Madang #B5FFA8
RGB
CMYK
RGB Variations
Color information
#B5FFA8 (or 0xB5FFA8) is known color: Madang. HEX triplet: B5, FF and A8. RGB value is (181,255,168). Sum of RGB (Red+Green+Blue) = 181+255+168=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FFA8 is #4A0057. Grayscale: #DFDFDF. Windows color (decimal): -4849752 or 11075509. OLE color: 11075509.
HSL color Cylindrical-coordinate representation of color #B5FFA8: hue angle of 111.03º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5FFA8 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 168 | - |
| CMYK | 0.29 | 0 | 0.34 | 0 |
| HSL | 111.03º | 1% | 0.83% | - |
| HSV(B) | 111.03º | 0.34% | 1% | - |
| XYZ | 61.88 | 84.17 | 50.03 | - |
| YUV | 222.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 168 | 0.29 | 0 | 0.34 | 0 | 111.03 | 1 | 0.83 |
| Hex | B5 | FF | A8 | 1D | 0 | 22 | 0 | 6F | 64 | 53 |
| Octal | 265 | 377 | 250 | 35 | 0 | 42 | 0 | 157 | 144 | 123 |
| Binary | 10110101 | 11111111 | 10101000 | 11101 | 0 | 100010 | 0 | 1101111 | 1100100 | 1010011 |
Color Harmonies of #B5FFA8
Complementary color
Monochromatic Colors of #B5FFA8
Black with #B5FFA8
Text Example
Text Example
White with #B5FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFA8; }
p { color: rgb(181,255,168); }
H1.HeaderClassName
{
color: #B5FFA8;
}
.AnyTagClassName
{
color: #B5FFA8;
}
</style>
background-color css
<style>
a { background-color: #B5FFA8; }
a { background-color: rgb(181,255,168); }
div.DivClassName
{
background-color: #B5FFA8;
}
.BgClassName
{
background-color: #B5FFA8;
}
</style>
border-color css
<style>
span { border-color: #B5FFA8; }
span { border-color: rgb(181,255,168); }
td.TdClassName
{
border-color: #B5FFA8;
}
.TagClassName
{
border-color: #B5FFA8;
}
</style>