Shades of Madang #B5FFAD
Tints of Madang #B5FFAD
RGB
CMYK
RGB Variations
Color information
#B5FFAD (or 0xB5FFAD) is known color: Madang. HEX triplet: B5, FF and AD. RGB value is (181,255,173). Sum of RGB (Red+Green+Blue) = 181+255+173=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FFAD is #4A0052. Grayscale: #DFDFDF. Windows color (decimal): -4849747 or 11403189. OLE color: 11403189.
HSL color Cylindrical-coordinate representation of color #B5FFAD: hue angle of 114.15º 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 #B5FFAD is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 173 | - |
| CMYK | 0.29 | 0 | 0.32 | 0 |
| HSL | 114.15º | 1% | 0.84% | - |
| HSV(B) | 114.15º | 0.32% | 1% | - |
| XYZ | 62.36 | 84.36 | 52.53 | - |
| YUV | 223.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 173 | 0.29 | 0 | 0.32 | 0 | 114.15 | 1 | 0.84 |
| Hex | B5 | FF | AD | 1D | 0 | 20 | 0 | 72 | 64 | 54 |
| Octal | 265 | 377 | 255 | 35 | 0 | 40 | 0 | 162 | 144 | 124 |
| Binary | 10110101 | 11111111 | 10101101 | 11101 | 0 | 100000 | 0 | 1110010 | 1100100 | 1010100 |
Color Harmonies of #B5FFAD
Complementary color
Monochromatic Colors of #B5FFAD
Black with #B5FFAD
Text Example
Text Example
White with #B5FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFAD; }
p { color: rgb(181,255,173); }
H1.HeaderClassName
{
color: #B5FFAD;
}
.AnyTagClassName
{
color: #B5FFAD;
}
</style>
background-color css
<style>
a { background-color: #B5FFAD; }
a { background-color: rgb(181,255,173); }
div.DivClassName
{
background-color: #B5FFAD;
}
.BgClassName
{
background-color: #B5FFAD;
}
</style>
border-color css
<style>
span { border-color: #B5FFAD; }
span { border-color: rgb(181,255,173); }
td.TdClassName
{
border-color: #B5FFAD;
}
.TagClassName
{
border-color: #B5FFAD;
}
</style>