Shades of Madang #B8FFAD
Tints of Madang #B8FFAD
RGB
CMYK
RGB Variations
Color information
#B8FFAD (or 0xB8FFAD) is known color: Madang. HEX triplet: B8, FF and AD. RGB value is (184,255,173). Sum of RGB (Red+Green+Blue) = 184+255+173=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFAD is #470052. Grayscale: #E0E0E0. Windows color (decimal): -4653139 or 11403192. OLE color: 11403192.
HSL color Cylindrical-coordinate representation of color #B8FFAD: hue angle of 111.95º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8FFAD is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 173 | - |
| CMYK | 0.28 | 0 | 0.32 | 0 |
| HSL | 111.95º | 1% | 0.84% | - |
| HSV(B) | 111.95º | 0.32% | 1% | - |
| XYZ | 63.07 | 84.73 | 52.57 | - |
| YUV | 224.42 | 98.98 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 173 | 0.28 | 0 | 0.32 | 0 | 111.95 | 1 | 0.84 |
| Hex | B8 | FF | AD | 1C | 0 | 20 | 0 | 70 | 64 | 54 |
| Octal | 270 | 377 | 255 | 34 | 0 | 40 | 0 | 160 | 144 | 124 |
| Binary | 10111000 | 11111111 | 10101101 | 11100 | 0 | 100000 | 0 | 1110000 | 1100100 | 1010100 |
Color Harmonies of #B8FFAD
Complementary color
Monochromatic Colors of #B8FFAD
Black with #B8FFAD
Text Example
Text Example
White with #B8FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFAD; }
p { color: rgb(184,255,173); }
H1.HeaderClassName
{
color: #B8FFAD;
}
.AnyTagClassName
{
color: #B8FFAD;
}
</style>
background-color css
<style>
a { background-color: #B8FFAD; }
a { background-color: rgb(184,255,173); }
div.DivClassName
{
background-color: #B8FFAD;
}
.BgClassName
{
background-color: #B8FFAD;
}
</style>
border-color css
<style>
span { border-color: #B8FFAD; }
span { border-color: rgb(184,255,173); }
td.TdClassName
{
border-color: #B8FFAD;
}
.TagClassName
{
border-color: #B8FFAD;
}
</style>