Shades of Madang #B5FFA5
Tints of Madang #B5FFA5
RGB
CMYK
RGB Variations
Color information
#B5FFA5 (or 0xB5FFA5) is known color: Madang. HEX triplet: B5, FF and A5. RGB value is (181,255,165). Sum of RGB (Red+Green+Blue) = 181+255+165=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FFA5 is #4A005A. Grayscale: #DEDEDE. Windows color (decimal): -4849755 or 10878901. OLE color: 10878901.
HSL color Cylindrical-coordinate representation of color #B5FFA5: hue angle of 109.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5FFA5 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 165 | - |
| CMYK | 0.29 | 0 | 0.35 | 0 |
| HSL | 109.33º | 1% | 0.82% | - |
| HSV(B) | 109.33º | 0.35% | 1% | - |
| XYZ | 61.61 | 84.06 | 48.58 | - |
| YUV | 222.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 165 | 0.29 | 0 | 0.35 | 0 | 109.33 | 1 | 0.82 |
| Hex | B5 | FF | A5 | 1D | 0 | 23 | 0 | 6D | 64 | 52 |
| Octal | 265 | 377 | 245 | 35 | 0 | 43 | 0 | 155 | 144 | 122 |
| Binary | 10110101 | 11111111 | 10100101 | 11101 | 0 | 100011 | 0 | 1101101 | 1100100 | 1010010 |
Color Harmonies of #B5FFA5
Complementary color
Monochromatic Colors of #B5FFA5
Black with #B5FFA5
Text Example
Text Example
White with #B5FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFA5; }
p { color: rgb(181,255,165); }
H1.HeaderClassName
{
color: #B5FFA5;
}
.AnyTagClassName
{
color: #B5FFA5;
}
</style>
background-color css
<style>
a { background-color: #B5FFA5; }
a { background-color: rgb(181,255,165); }
div.DivClassName
{
background-color: #B5FFA5;
}
.BgClassName
{
background-color: #B5FFA5;
}
</style>
border-color css
<style>
span { border-color: #B5FFA5; }
span { border-color: rgb(181,255,165); }
td.TdClassName
{
border-color: #B5FFA5;
}
.TagClassName
{
border-color: #B5FFA5;
}
</style>