Shades of Madang #B5FFAA
Tints of Madang #B5FFAA
RGB
CMYK
RGB Variations
Color information
#B5FFAA (or 0xB5FFAA) is known color: Madang. HEX triplet: B5, FF and AA. RGB value is (181,255,170). Sum of RGB (Red+Green+Blue) = 181+255+170=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FFAA is #4A0055. Grayscale: #DFDFDF. Windows color (decimal): -4849750 or 11206581. OLE color: 11206581.
HSL color Cylindrical-coordinate representation of color #B5FFAA: hue angle of 112.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5FFAA is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 170 | - |
| CMYK | 0.29 | 0 | 0.33 | 0 |
| HSL | 112.24º | 1% | 0.83% | - |
| HSV(B) | 112.24º | 0.33% | 1% | - |
| XYZ | 62.07 | 84.25 | 51.02 | - |
| YUV | 223.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 170 | 0.29 | 0 | 0.33 | 0 | 112.24 | 1 | 0.83 |
| Hex | B5 | FF | AA | 1D | 0 | 21 | 0 | 70 | 64 | 53 |
| Octal | 265 | 377 | 252 | 35 | 0 | 41 | 0 | 160 | 144 | 123 |
| Binary | 10110101 | 11111111 | 10101010 | 11101 | 0 | 100001 | 0 | 1110000 | 1100100 | 1010011 |
Color Harmonies of #B5FFAA
Complementary color
Monochromatic Colors of #B5FFAA
Black with #B5FFAA
Text Example
Text Example
White with #B5FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFAA; }
p { color: rgb(181,255,170); }
H1.HeaderClassName
{
color: #B5FFAA;
}
.AnyTagClassName
{
color: #B5FFAA;
}
</style>
background-color css
<style>
a { background-color: #B5FFAA; }
a { background-color: rgb(181,255,170); }
div.DivClassName
{
background-color: #B5FFAA;
}
.BgClassName
{
background-color: #B5FFAA;
}
</style>
border-color css
<style>
span { border-color: #B5FFAA; }
span { border-color: rgb(181,255,170); }
td.TdClassName
{
border-color: #B5FFAA;
}
.TagClassName
{
border-color: #B5FFAA;
}
</style>