Shades of Madang #B8FFAF
Tints of Madang #B8FFAF
RGB
CMYK
RGB Variations
Color information
#B8FFAF (or 0xB8FFAF) is known color: Madang. HEX triplet: B8, FF and AF. RGB value is (184,255,175). Sum of RGB (Red+Green+Blue) = 184+255+175=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFAF is #470050. Grayscale: #E0E0E0. Windows color (decimal): -4653137 or 11534264. OLE color: 11534264.
HSL color Cylindrical-coordinate representation of color #B8FFAF: hue angle of 113.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8FFAF is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 175 | - |
| CMYK | 0.28 | 0 | 0.31 | 0 |
| HSL | 113.25º | 1% | 0.84% | - |
| HSV(B) | 113.25º | 0.31% | 1% | - |
| XYZ | 63.27 | 84.81 | 53.59 | - |
| YUV | 224.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 175 | 0.28 | 0 | 0.31 | 0 | 113.25 | 1 | 0.84 |
| Hex | B8 | FF | AF | 1C | 0 | 1F | 0 | 71 | 64 | 54 |
| Octal | 270 | 377 | 257 | 34 | 0 | 37 | 0 | 161 | 144 | 124 |
| Binary | 10111000 | 11111111 | 10101111 | 11100 | 0 | 11111 | 0 | 1110001 | 1100100 | 1010100 |
Color Harmonies of #B8FFAF
Complementary color
Monochromatic Colors of #B8FFAF
Black with #B8FFAF
Text Example
Text Example
White with #B8FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFAF; }
p { color: rgb(184,255,175); }
H1.HeaderClassName
{
color: #B8FFAF;
}
.AnyTagClassName
{
color: #B8FFAF;
}
</style>
background-color css
<style>
a { background-color: #B8FFAF; }
a { background-color: rgb(184,255,175); }
div.DivClassName
{
background-color: #B8FFAF;
}
.BgClassName
{
background-color: #B8FFAF;
}
</style>
border-color css
<style>
span { border-color: #B8FFAF; }
span { border-color: rgb(184,255,175); }
td.TdClassName
{
border-color: #B8FFAF;
}
.TagClassName
{
border-color: #B8FFAF;
}
</style>