Shades of Madang #B3FFAD
Tints of Madang #B3FFAD
RGB
CMYK
RGB Variations
Color information
#B3FFAD (or 0xB3FFAD) is known color: Madang. HEX triplet: B3, FF and AD. RGB value is (179,255,173). Sum of RGB (Red+Green+Blue) = 179+255+173=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FFAD is #4C0052. Grayscale: #DFDFDF. Windows color (decimal): -4980819 or 11403187. OLE color: 11403187.
HSL color Cylindrical-coordinate representation of color #B3FFAD: hue angle of 115.61º 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 #B3FFAD is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 173 | - |
| CMYK | 0.30 | 0 | 0.32 | 0 |
| HSL | 115.61º | 1% | 0.84% | - |
| HSV(B) | 115.61º | 0.32% | 1% | - |
| XYZ | 61.89 | 84.12 | 52.51 | - |
| YUV | 222.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 173 | 0.30 | 0 | 0.32 | 0 | 115.61 | 1 | 0.84 |
| Hex | B3 | FF | AD | 1E | 0 | 20 | 0 | 74 | 64 | 54 |
| Octal | 263 | 377 | 255 | 36 | 0 | 40 | 0 | 164 | 144 | 124 |
| Binary | 10110011 | 11111111 | 10101101 | 11110 | 0 | 100000 | 0 | 1110100 | 1100100 | 1010100 |
Color Harmonies of #B3FFAD
Complementary color
Monochromatic Colors of #B3FFAD
Black with #B3FFAD
Text Example
Text Example
White with #B3FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFAD; }
p { color: rgb(179,255,173); }
H1.HeaderClassName
{
color: #B3FFAD;
}
.AnyTagClassName
{
color: #B3FFAD;
}
</style>
background-color css
<style>
a { background-color: #B3FFAD; }
a { background-color: rgb(179,255,173); }
div.DivClassName
{
background-color: #B3FFAD;
}
.BgClassName
{
background-color: #B3FFAD;
}
</style>
border-color css
<style>
span { border-color: #B3FFAD; }
span { border-color: rgb(179,255,173); }
td.TdClassName
{
border-color: #B3FFAD;
}
.TagClassName
{
border-color: #B3FFAD;
}
</style>